grnsight 4.0.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (458) hide show
  1. package/.travis.yml +3 -1
  2. package/GRNsight - Beta.html +194 -0
  3. package/Gemfile.lock +259 -0
  4. package/README.md +2 -2
  5. package/_gh_pages/about.html +360 -45
  6. package/_gh_pages/assets/css/footer.css +3 -0
  7. package/_gh_pages/assets/css/main.css +28 -14
  8. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary-no-targetless-genes_sif.png +0 -0
  9. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary_sif.png +0 -0
  10. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_3-edges-and-footer.png +0 -0
  11. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_header-and-3-nodes.png +0 -0
  12. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_3-edges-and-footer.png +0 -0
  13. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_header-and-3-nodes.png +0 -0
  14. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary-no-targetless-genes_sif.png +0 -0
  15. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary_sif.png +0 -0
  16. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated-no-targetless-genes_sif.png +0 -0
  17. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated_sif.png +0 -0
  18. package/_gh_pages/assets/images/Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
  19. package/_gh_pages/assets/images/Choe_SCCUR_2017.jpg +0 -0
  20. package/_gh_pages/assets/images/Dahlquist-Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
  21. package/_gh_pages/assets/images/Dionisio-Dahlquist_GRNsight-shades_20170506.jpg +0 -0
  22. package/_gh_pages/assets/images/Klein_Samdarshi_TriBeta_2018_20180317.jpg +0 -0
  23. package/_gh_pages/assets/images/Shin_SCCUR_2017.jpg +0 -0
  24. package/{documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure1_zoom145_900pix-wide.png → _gh_pages/assets/images/demo-3_network-sheet.png} +0 -0
  25. package/{documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure2_zoom145_900pix-wide.png → _gh_pages/assets/images/demo-4_network-optimized-weights-sheet.png} +0 -0
  26. package/_gh_pages/assets/images/gene-pages-0.png +0 -0
  27. package/_gh_pages/assets/images/gene-pages-1.png +0 -0
  28. package/_gh_pages/assets/images/gene-pages-2.png +0 -0
  29. package/_gh_pages/assets/images/gene-pages-3.png +0 -0
  30. package/_gh_pages/assets/images/grnsight2020.png +0 -0
  31. package/_gh_pages/assets/images/v3demo2-grid+nodecoloring.png +0 -0
  32. package/_gh_pages/assets/images/v3demo2-nodecoloring.png +0 -0
  33. package/_gh_pages/assets/images/v3demo2.png +0 -0
  34. package/_gh_pages/assets/js/ga-report.js +11 -11
  35. package/_gh_pages/assets/js/iframeResizer.min.js +9 -0
  36. package/_gh_pages/assets/js/main.js +43 -43
  37. package/_gh_pages/beta.html +29 -24
  38. package/_gh_pages/contact.html +31 -31
  39. package/_gh_pages/coverage/coverage.json +1 -0
  40. package/_gh_pages/coverage/coverage.raw.json +1 -0
  41. package/_gh_pages/coverage/lcov-report/base.css +223 -0
  42. package/_gh_pages/coverage/lcov-report/block-navigation.js +63 -0
  43. package/_gh_pages/coverage/lcov-report/controllers/additional-sheet-parser.js.html +330 -0
  44. package/_gh_pages/coverage/lcov-report/controllers/constants.js.html +243 -0
  45. package/_gh_pages/coverage/lcov-report/controllers/export-controller.js.html +285 -0
  46. package/_gh_pages/coverage/lcov-report/controllers/exporters/graphml.js.html +405 -0
  47. package/_gh_pages/coverage/lcov-report/controllers/exporters/index.html +110 -0
  48. package/_gh_pages/coverage/lcov-report/controllers/exporters/sif.js.html +150 -0
  49. package/_gh_pages/coverage/lcov-report/controllers/helpers.js.html +114 -0
  50. package/_gh_pages/coverage/lcov-report/controllers/import-controller.js.html +233 -0
  51. package/_gh_pages/coverage/lcov-report/controllers/importers/graphml.js.html +716 -0
  52. package/_gh_pages/coverage/lcov-report/controllers/importers/index.html +106 -0
  53. package/_gh_pages/coverage/lcov-report/controllers/importers/sif.js.html +488 -0
  54. package/_gh_pages/coverage/lcov-report/controllers/index.html +162 -0
  55. package/_gh_pages/coverage/lcov-report/controllers/semantic-checker.js.html +810 -0
  56. package/_gh_pages/coverage/lcov-report/controllers/spreadsheet-controller.js.html +1779 -0
  57. package/_gh_pages/coverage/lcov-report/index.html +136 -0
  58. package/_gh_pages/coverage/lcov-report/prettify.css +1 -0
  59. package/_gh_pages/coverage/lcov-report/prettify.js +1 -0
  60. package/_gh_pages/coverage/lcov-report/server/controllers/additional-sheet-parser.js.html +330 -0
  61. package/_gh_pages/coverage/lcov-report/server/controllers/constants.js.html +243 -0
  62. package/_gh_pages/coverage/lcov-report/server/controllers/export-controller.js.html +285 -0
  63. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/graphml.js.html +405 -0
  64. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/index.html +110 -0
  65. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/sif.js.html +150 -0
  66. package/_gh_pages/coverage/lcov-report/server/controllers/graphml-constants.js.html +585 -0
  67. package/_gh_pages/coverage/lcov-report/server/controllers/helpers.js.html +114 -0
  68. package/_gh_pages/coverage/lcov-report/server/controllers/import-controller.js.html +237 -0
  69. package/_gh_pages/coverage/lcov-report/server/controllers/importers/graphml.js.html +585 -0
  70. package/_gh_pages/coverage/lcov-report/server/controllers/importers/index.html +110 -0
  71. package/_gh_pages/coverage/lcov-report/server/controllers/importers/sif.js.html +492 -0
  72. package/_gh_pages/coverage/lcov-report/server/controllers/index.html +188 -0
  73. package/_gh_pages/coverage/lcov-report/server/controllers/semantic-checker.js.html +810 -0
  74. package/_gh_pages/coverage/lcov-report/server/controllers/spreadsheet-controller.js.html +1779 -0
  75. package/_gh_pages/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  76. package/_gh_pages/coverage/lcov-report/sorter.js +158 -0
  77. package/_gh_pages/coverage/lcov-report/web-client/public/js/grnstate.js.html +225 -0
  78. package/_gh_pages/coverage/lcov-report/web-client/public/js/index.html +97 -0
  79. package/_gh_pages/coverage/lcov.info +49 -0
  80. package/_gh_pages/documentation.html +998 -320
  81. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.aux +47 -0
  82. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bbl +73 -0
  83. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.blg +52 -0
  84. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.log +1056 -0
  85. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.out +7 -0
  86. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.synctex.gz +0 -0
  87. package/_gh_pages/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised-Dondi.docx +0 -0
  88. package/_gh_pages/encryption/server.cert +21 -0
  89. package/_gh_pages/encryption/server.key +28 -0
  90. package/_gh_pages/favicon.ico +0 -0
  91. package/_gh_pages/index.html +45 -22
  92. package/_gh_pages/links.html +47 -28
  93. package/_gh_pages/news.html +103 -21
  94. package/_gh_pages/onlyfooter.html +78 -0
  95. package/_gh_pages/onlyheader.html +64 -0
  96. package/_gh_pages/onlysidebar.html +73 -0
  97. package/_gh_pages/package-lock.json +14048 -0
  98. package/_gh_pages/people.html +129 -40
  99. package/_gh_pages/privacy.html +23 -17
  100. package/_gh_pages/publications.html +75 -33
  101. package/_gh_pages/robots.txt +1 -0
  102. package/_gh_pages/sitemap.xml +87 -74
  103. package/_gh_pages/test-files/import-samples/attributes.graphml +40 -0
  104. package/_gh_pages/test-files/import-samples/port.graphml +32 -0
  105. package/_gh_pages/test-files/import-samples/simple.graphml +31 -0
  106. package/_gh_pages/web-client/public/js/grnsight.min.js +2347 -0
  107. package/_gh_pages/web-client/public/stylesheets/grnsight.css +443 -0
  108. package/coverage/coverage.json +1 -1
  109. package/coverage/lcov.info +1847 -1142
  110. package/database/README.md +1 -0
  111. package/database/network-database/README.md +44 -0
  112. package/database/network-database/schema.sql +24 -0
  113. package/database/network-database/scripts/filter_genes.py +76 -0
  114. package/database/network-database/scripts/generate_network.py +199 -0
  115. package/database/network-database/scripts/generate_sgd_network_from_yeastract_network.py +120 -0
  116. package/database/network-database/scripts/loader.py +78 -0
  117. package/package.json +20 -11
  118. package/server/app.js +7 -2
  119. package/server/config/config.js +12 -3
  120. package/server/controllers/additional-sheet-parser.js +292 -55
  121. package/server/controllers/constants.js +4 -37
  122. package/server/controllers/custom-workbook-controller.js +66 -0
  123. package/server/controllers/demo-workbooks.js +5973 -0
  124. package/server/controllers/export-constants.js +78 -0
  125. package/server/controllers/export-controller.js +4 -3
  126. package/server/controllers/exporters/graphml.js +15 -15
  127. package/server/controllers/exporters/sif.js +7 -7
  128. package/server/controllers/exporters/xlsx.js +110 -34
  129. package/server/controllers/expression-database-controller.js +19 -0
  130. package/server/controllers/expression-sheet-parser.js +170 -0
  131. package/server/controllers/graphml-constants.js +0 -17
  132. package/server/controllers/helpers.js +25 -1
  133. package/server/controllers/import-controller.js +2 -2
  134. package/server/controllers/importers/graphml.js +17 -20
  135. package/server/controllers/importers/sif.js +22 -18
  136. package/server/controllers/network-database-controller.js +18 -0
  137. package/server/controllers/network-sheet-parser.js +307 -0
  138. package/server/controllers/semantic-checker.js +30 -162
  139. package/server/controllers/sif-constants.js +36 -0
  140. package/server/controllers/spreadsheet-controller.js +277 -425
  141. package/server/controllers/workbook-constants.js +521 -0
  142. package/server/dals/expression-dal.js +122 -0
  143. package/server/dals/network-dal.js +96 -0
  144. package/test/additional-sheet-parser-tests.js +147 -38
  145. package/test/api-tests.js +3 -6
  146. package/test/errors-adjacency-matrix-modifications.js +30 -29
  147. package/test/errors-graph-tests.js +4 -4
  148. package/test/errors-sheet-modifications.js +10 -2
  149. package/test/export-tests.js +187 -60
  150. package/test/expression-data-import-tests.js +113 -0
  151. package/test/grnstate-tests.js +8 -2
  152. package/test/import-graphml-tests.js +59 -40
  153. package/test/import-sif-tests.js +50 -37
  154. package/test/test.js +554 -91
  155. package/test/warnings-adjacency-matrix-modifications.js +8 -7
  156. package/test-files/additional-sheet-test-files/optimization-diagnostics-default.xlsx +0 -0
  157. package/test-files/additional-sheet-test-files/optimization-diagnostics-extraneous-data.xlsx +0 -0
  158. package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-MSE-gene-header.xlsx +0 -0
  159. package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-MSE-header.xlsx +0 -0
  160. package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-column-headers.xlsx +0 -0
  161. package/test-files/additional-sheet-test-files/optimization-diagnostics-invalid-MSE-data.xlsx +0 -0
  162. package/test-files/additional-sheet-test-files/optimization-diagnostics-invalid-value.xlsx +0 -0
  163. package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-MSE-data.xlsx +0 -0
  164. package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-column-headers.xlsx +0 -0
  165. package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-header.xlsx +0 -0
  166. package/test-files/additional-sheet-test-files/optimization-diagnostics-unknown-parameter.xlsx +0 -0
  167. package/test-files/additional-sheet-test-files/optimization-parameters-default.xlsx +0 -0
  168. package/test-files/additional-sheet-test-files/optimization-parameters-incorrect-headers.xlsx +0 -0
  169. package/test-files/additional-sheet-test-files/optimization-parameters-invalid-optimization-parameter.xlsx +0 -0
  170. package/test-files/additional-sheet-test-files/optimization-parameters-missing-headers.xlsx +0 -0
  171. package/test-files/additional-sheet-test-files/optimization-parameters-unknown-parameter.xlsx +0 -0
  172. package/test-files/additional-sheet-test-files/two-column-sheets-extraneous-data.xlsx +0 -0
  173. package/test-files/additional-sheet-test-files/two-column-sheets-incorrect-cell-A1.xlsx +0 -0
  174. package/test-files/additional-sheet-test-files/two-column-sheets-incorrect-column-header.xlsx +0 -0
  175. package/test-files/additional-sheet-test-files/two-column-sheets-invalid-gene-length.xlsx +0 -0
  176. package/test-files/additional-sheet-test-files/two-column-sheets-invalid-gene-type.xlsx +0 -0
  177. package/test-files/additional-sheet-test-files/two-column-sheets-invalid-value.xlsx +0 -0
  178. package/test-files/additional-sheet-test-files/two-column-sheets-missing-column-header.xlsx +0 -0
  179. package/test-files/additional-sheet-test-files/two-column-sheets-special-character.xlsx +0 -0
  180. package/test-files/adjacency-matrix-modifications/asymmetric-gene-order-input.xlsx +0 -0
  181. package/test-files/adjacency-matrix-modifications/asymmetric-gene-order-output.xlsx +0 -0
  182. package/test-files/adjacency-matrix-modifications/extra-column-adjacent-input.xlsx +0 -0
  183. package/test-files/adjacency-matrix-modifications/extra-column-adjacent-output.xlsx +0 -0
  184. package/test-files/adjacency-matrix-modifications/extra-column-end-of-sheet-input.xlsx +0 -0
  185. package/test-files/adjacency-matrix-modifications/extra-column-end-of-sheet-output.xlsx +0 -0
  186. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-both-output.xlsx +0 -0
  187. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-only-input.xlsx +0 -0
  188. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-only-output.xlsx +0 -0
  189. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-optimized-only-output.xlsx +0 -0
  190. package/test-files/adjacency-matrix-modifications/extra-row-end-of-sheet-input.xlsx +0 -0
  191. package/test-files/adjacency-matrix-modifications/extra-row-end-of-sheet-output.xlsx +0 -0
  192. package/test-files/adjacency-matrix-modifications/incorrect-network-cell-A1.xlsx +0 -0
  193. package/test-files/adjacency-matrix-modifications/missing-column-end-input.xlsx +0 -0
  194. package/test-files/adjacency-matrix-modifications/missing-column-end-output.xlsx +0 -0
  195. package/test-files/adjacency-matrix-modifications/missing-data-input.xlsx +0 -0
  196. package/test-files/adjacency-matrix-modifications/missing-data-output.xlsx +0 -0
  197. package/test-files/adjacency-matrix-modifications/missing-row-end-input.xlsx +0 -0
  198. package/test-files/adjacency-matrix-modifications/missing-row-end-output.xlsx +0 -0
  199. package/test-files/adjacency-matrix-modifications/missing-row-middle-input.xlsx +0 -0
  200. package/test-files/adjacency-matrix-modifications/missing-row-middle-output.xlsx +0 -0
  201. package/test-files/adjacency-matrix-modifications/missing-value-bottom-corner-input.xlsx +0 -0
  202. package/test-files/adjacency-matrix-modifications/missing-value-bottom-corner-output.xlsx +0 -0
  203. package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-both-output.xlsx +0 -0
  204. package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-net-only-input.xlsx +0 -0
  205. package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-net-op-only-output.xlsx +0 -0
  206. package/test-files/adjacency-matrix-modifications/value-replaced/342/200/223w-spaces-net-only-output.xlsx +0 -0
  207. package/test-files/demo-files/15-genes_28-edges_db5_Dahlquist-data_estimation_output.xlsx +0 -0
  208. package/test-files/demo-files/15-genes_28-edges_db5_Dahlquist-data_input.xlsx +0 -0
  209. package/test-files/expression-data-test-sheets/expression_sheet_correct_numbering.xlsx +0 -0
  210. package/test-files/expression-data-test-sheets/expression_sheet_different_number_of_columns.xlsx +0 -0
  211. package/test-files/expression-data-test-sheets/expression_sheet_empty_column.xlsx +0 -0
  212. package/test-files/expression-data-test-sheets/expression_sheet_empty_row.xlsx +0 -0
  213. package/test-files/expression-data-test-sheets/expression_sheet_erroneous_data.xlsx +0 -0
  214. package/test-files/expression-data-test-sheets/expression_sheet_extra_gene_name.xlsx +0 -0
  215. package/test-files/expression-data-test-sheets/expression_sheet_incorrectly_ordered_time_points.xlsx +0 -0
  216. package/test-files/expression-data-test-sheets/expression_sheet_mismatched_case_gene_names.xlsx +0 -0
  217. package/test-files/expression-data-test-sheets/expression_sheet_mismatched_gene_names.xlsx +0 -0
  218. package/test-files/expression-data-test-sheets/expression_sheet_missing_column_header.xlsx +0 -0
  219. package/test-files/expression-data-test-sheets/expression_sheet_missing_data_error.xlsx +0 -0
  220. package/test-files/expression-data-test-sheets/expression_sheet_missing_data_ok.xlsx +0 -0
  221. package/test-files/expression-data-test-sheets/expression_sheet_missing_data_ok_export_exact.xlsx +0 -0
  222. package/test-files/expression-data-test-sheets/expression_sheet_missing_gene_name.xlsx +0 -0
  223. package/test-files/expression-data-test-sheets/expression_sheet_name_not_in_optparams.xlsx +0 -0
  224. package/test-files/expression-data-test-sheets/expression_sheet_name_not_present.xlsx +0 -0
  225. package/test-files/expression-data-test-sheets/expression_sheet_negative_time_points.xlsx +0 -0
  226. package/test-files/expression-data-test-sheets/expression_sheet_non_numerical_time_points.xlsx +0 -0
  227. package/test-files/expression-data-test-sheets/expression_sheet_not_existing.xlsx +0 -0
  228. package/test-files/expression-data-test-sheets/expression_sheet_wrong_id_label.xlsx +0 -0
  229. package/test-files/expression-data-test-sheets/expression_sheet_wrong_order_gene_names.xlsx +0 -0
  230. package/test-files/expression-data-test-sheets/expression_sheet_wrong_sheet_name_case.xlsx +0 -0
  231. package/test-files/expression-data-test-sheets/expression_sheet_wrong_sheet_name_convention.xlsx +0 -0
  232. package/test-files/gene-name-modifications/NaN-as-gene-name-input.xlsx +0 -0
  233. package/test-files/gene-name-modifications/NaN-as-gene-name-output.xlsx +0 -0
  234. package/test-files/gene-name-modifications/mismatched-case-related-input.xlsx +0 -0
  235. package/test-files/gene-name-modifications/mismatched-case-related-output.xlsx +0 -0
  236. package/test-files/gene-name-modifications/mismatched-case-unrelated-input.xlsx +0 -0
  237. package/test-files/gene-name-modifications/mismatched-case-unrelated-output.xlsx +0 -0
  238. package/test-files/graph-tests/different-sized-networks/{80-genes-0-edges.xlsx → 134-genes-0-edges.xlsx} +0 -0
  239. package/test-files/graph-tests/different-sized-networks/{45-genes-max-edges.xlsx → 44-source-genes-45-target-genes-max-edges.xlsx} +0 -0
  240. package/test-files/graph-tests/different-sized-networks/{1-gene-0-edges.xlsx → unused-files/1-gene-0-edges.xlsx} +0 -0
  241. package/test-files/graph-tests/different-sized-networks/{1-gene-1-edges.xlsx → unused-files/1-gene-1-edges.xlsx} +0 -0
  242. package/test-files/graph-tests/different-sized-networks/{10-genes-50-edges.xlsx → unused-files/10-genes-50-edges.xlsx} +0 -0
  243. package/test-files/graph-tests/different-sized-networks/{10-genes-90-edges.xlsx → unused-files/10-genes-90-edges.xlsx} +0 -0
  244. package/test-files/graph-tests/different-sized-networks/{100-genes-0-edges.xlsx → unused-files/100-genes-0-edges.xlsx} +0 -0
  245. package/test-files/graph-tests/different-sized-networks/{110-genes-0-edges.xlsx → unused-files/110-genes-0-edges.xlsx} +0 -0
  246. package/test-files/graph-tests/different-sized-networks/{120-genes-0-edges.xlsx → unused-files/120-genes-0-edges.xlsx} +0 -0
  247. package/test-files/graph-tests/different-sized-networks/{130-genes-0-edges.xlsx → unused-files/130-genes-0-edges.xlsx} +0 -0
  248. package/test-files/graph-tests/different-sized-networks/{140-genes-0-edges.xlsx → unused-files/140-genes-0-edges.xlsx} +0 -0
  249. package/test-files/graph-tests/different-sized-networks/{150-genes-10000-edges.xlsx → unused-files/150-genes-10000-edges.xlsx} +0 -0
  250. package/test-files/graph-tests/different-sized-networks/{150-genes-20000-edges.xlsx → unused-files/150-genes-20000-edges.xlsx} +0 -0
  251. package/test-files/graph-tests/different-sized-networks/{150-genes-max-edges.xlsx → unused-files/150-genes-max-edges.xlsx} +0 -0
  252. package/test-files/graph-tests/different-sized-networks/{160-genes-max-edges.xlsx → unused-files/160-genes-max-edges.xlsx} +0 -0
  253. package/test-files/graph-tests/different-sized-networks/{20-genes-max-edges.xlsx → unused-files/20-genes-max-edges.xlsx} +0 -0
  254. package/test-files/graph-tests/different-sized-networks/{25-genes-max-edges.xlsx → unused-files/25-genes-max-edges.xlsx} +0 -0
  255. package/test-files/graph-tests/different-sized-networks/{30-genes-max-edges.xlsx → unused-files/30-genes-max-edges.xlsx} +0 -0
  256. package/test-files/graph-tests/different-sized-networks/{34-genes-0-edges.xlsx → unused-files/34-genes-0-edges.xlsx} +0 -0
  257. package/test-files/graph-tests/different-sized-networks/{34-genes-40-edges.xlsx → unused-files/34-genes-40-edges.xlsx} +0 -0
  258. package/test-files/graph-tests/different-sized-networks/{34-genes-65-edges.xlsx → unused-files/34-genes-65-edges.xlsx} +0 -0
  259. package/test-files/graph-tests/different-sized-networks/{34-genes-90-edges.xlsx → unused-files/34-genes-90-edges.xlsx} +0 -0
  260. package/test-files/graph-tests/different-sized-networks/{5-genes-max-edges.xlsx → unused-files/5-genes-max-edges.xlsx} +0 -0
  261. package/test-files/graph-tests/different-sized-networks/{51-genes-max-edges.xlsx → unused-files/51-genes-max-edges.xlsx} +0 -0
  262. package/test-files/graph-tests/different-sized-networks/{52-genes-max-edges.xlsx → unused-files/52-genes-max-edges.xlsx} +0 -0
  263. package/test-files/graph-tests/different-sized-networks/{55-genes-0-edges.xlsx → unused-files/55-genes-0-edges.xlsx} +0 -0
  264. package/test-files/graph-tests/different-sized-networks/{55-genes-max-edges.xlsx → unused-files/55-genes-max-edges.xlsx} +0 -0
  265. package/test-files/graph-tests/different-sized-networks/{65-genes-0-edges.xlsx → unused-files/65-genes-0-edges.xlsx} +0 -0
  266. package/test-files/graph-tests/different-sized-networks/{7-genes-max-edges.xlsx → unused-files/7-genes-max-edges.xlsx} +0 -0
  267. package/test-files/graph-tests/different-sized-networks/{70-genes-0-edges.xlsx → unused-files/70-genes-0-edges.xlsx} +0 -0
  268. package/test-files/graph-tests/different-sized-networks/{9-genes-max-edges.xlsx → unused-files/9-genes-max-edges.xlsx} +0 -0
  269. package/test-files/graph-tests/different-sized-networks/{90-genes-0-edges.xlsx → unused-files/90-genes-0-edges.xlsx} +0 -0
  270. package/test-files/graph-tests/different-sized-networks/{regulation-matrix-documented-20140709-AllTF-all-targets.xlsx → unused-files/regulation-matrix-documented-20140709-AllTF-all-targets.xlsx} +0 -0
  271. package/test-files/node-tests/long-gene-name-no-spaces-first.xlsx +0 -0
  272. package/test-files/node-tests/long-gene-name-no-spaces-second.xlsx +0 -0
  273. package/test-files/node-tests/long-gene-name-spaces.xlsx +0 -0
  274. package/test-files/species-test-data/15-genes_28-edges_db5_Dahlquist-data_input_no-species.xlsx +0 -0
  275. package/test-files/species-test-data/15-genes_28-edges_db5_Dahlquist-data_input_with-species.xlsx +0 -0
  276. package/test-files/species-test-data/3-gene_7-edge_elegans.xlsx +0 -0
  277. package/test-files/species-test-data/3-gene_7-edge_melanogaster.xlsx +0 -0
  278. package/test-files/species-test-data/3-gene_7-edge_musculus.xlsx +0 -0
  279. package/test-files/species-test-data/3-gene_7-edge_sapiens.xlsx +0 -0
  280. package/test-files/species-test-data/kev-fake-data-sapiens-no-exp-data.xlsx +0 -0
  281. package/test-files/spreadsheet-controller-test-files/sheet-name-capitalized-network-optimized-weights.xlsx +0 -0
  282. package/test-files/spreadsheet-controller-test-files/sheet-name-capitalized-network.xlsx +0 -0
  283. package/web-client/app.js +1 -1
  284. package/web-client/controllers/main.js +1 -1
  285. package/web-client/public/favicon.ico +0 -0
  286. package/web-client/public/gene/api.js +76 -14
  287. package/web-client/public/gene/info.js +19 -8
  288. package/web-client/public/js/api/grnsight-api.js +124 -0
  289. package/web-client/public/js/constants.js +90 -17
  290. package/web-client/public/js/createNetwork.js +195 -0
  291. package/web-client/public/js/graph-statistics.js +7 -7
  292. package/web-client/public/js/graph.js +369 -324
  293. package/web-client/public/js/grnsight.js +2 -2
  294. package/web-client/public/js/grnsight.min.js +128 -59
  295. package/web-client/public/js/grnstate.js +54 -30
  296. package/web-client/public/js/iframe-coordination.js +55 -0
  297. package/web-client/public/js/setup-handlers.js +358 -18
  298. package/web-client/public/js/setup-load-and-import-handlers.js +105 -66
  299. package/web-client/public/js/update-app.js +483 -93
  300. package/web-client/public/js/upload.js +349 -32
  301. package/web-client/public/js/warnings.js +13 -51
  302. package/web-client/public/lib/iframeSizer.contentWindow.min.js +10 -0
  303. package/web-client/public/stylesheets/grnsight.styl +323 -28
  304. package/web-client/views/components/demo.pug +10 -0
  305. package/web-client/views/{graph.jade → graph.pug} +0 -0
  306. package/web-client/views/{info.jade → info.pug} +1 -5
  307. package/web-client/views/upload.pug +580 -0
  308. package/_gh_pages/Gemfile +0 -7
  309. package/_gh_pages/Gemfile.lock +0 -129
  310. package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-development-plan.md +0 -71
  311. package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-requirements-specification.md +0 -71
  312. package/documents/SDF/CMSI_402/spring_2014/use-case-diagram-spring-2014.jpg +0 -0
  313. package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Final_Presentation.pptx +0 -0
  314. package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Presentation_Final_Poster.pdf +0 -0
  315. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal-presentation.pptx +0 -0
  316. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal.docx +0 -0
  317. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-development-plan.docx +0 -0
  318. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-requirements-specification.docx +0 -0
  319. package/documents/SDF/CMSI_402/spring_2017/Design Review Presentation.pptx +0 -0
  320. package/documents/SDF/CMSI_402/spring_2018/0402report.docx +0 -0
  321. package/documents/SDF/CMSI_402/spring_2018/0409report.docx +0 -0
  322. package/documents/SDF/CMSI_402/spring_2018/402-gantt.png +0 -0
  323. package/documents/SDF/CMSI_402/spring_2018/402SRS_GRNSightFeedback01.txt +0 -28
  324. package/documents/SDF/CMSI_402/spring_2018/402_SPD.md +0 -223
  325. package/documents/SDF/CMSI_402/spring_2018/ChoeShinCMSI402_Final.pptx +0 -0
  326. package/documents/SDF/CMSI_402/spring_2018/ProjectProposal.md +0 -22
  327. package/documents/SDF/CMSI_402/spring_2018/SoftwareRequirementsSpecification.md +0 -88
  328. package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI 402_HW1.pdf +0 -0
  329. package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI402_HW2.pdf +0 -0
  330. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/402hw2.docx +0 -0
  331. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - 402Hw1.docx +0 -0
  332. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - hw3.docx +0 -0
  333. package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport.docx +0 -0
  334. package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport4 +0 -0
  335. package/documents/abstracts/Anguiano_Varshneya_Undergraduate-Research-Symposium_2017_abstract.pdf +0 -0
  336. package/documents/abstracts/SIGGRAPH 2017 Abstract/ACM-Reference-Format.bst +0 -3478
  337. package/documents/abstracts/SIGGRAPH 2017 Abstract/Figure1_zoom100.png +0 -0
  338. package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.cls +0 -2352
  339. package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.ins +0 -29
  340. package/documents/abstracts/SIGGRAPH 2017 Abstract/always-weights.png +0 -0
  341. package/documents/abstracts/SIGGRAPH 2017 Abstract/auto.png +0 -0
  342. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkA.png +0 -0
  343. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB-normalized.png +0 -0
  344. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB.png +0 -0
  345. package/documents/abstracts/SIGGRAPH 2017 Abstract/never-weights.png +0 -0
  346. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot.jpg +0 -0
  347. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot3x2.png +0 -0
  348. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/withweights3x2.png +0 -0
  349. package/documents/abstracts/SIGGRAPH 2017 Abstract/screenshot-auto.png +0 -0
  350. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bib +0 -85
  351. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.pdf +0 -0
  352. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.tex +0 -235
  353. package/documents/abstracts/SWE Collegiate Competition 2017.md +0 -9
  354. package/documents/abstracts/Samdarshi_GRNsight_SoCalSysBio_Abstract_2019.docx +0 -0
  355. package/documents/abstracts/Varshneya_Samdarshi_Southern-California-Systems-Biology_2017_abstract.docx +0 -0
  356. package/documents/abstracts/~$mdarshi_SoCalSysBio_Abstract_2019.docx +0 -0
  357. package/documents/developer_documents/State Diagram.graphml +0 -3525
  358. package/documents/developer_documents/graphml/State Diagram.graphml +0 -3115
  359. package/documents/developer_documents/older_versions/GRNsight State Diagram old.png +0 -0
  360. package/documents/developer_documents/older_versions/GRNsight State Diagram.png +0 -0
  361. package/documents/developer_documents/testing_script_generator/GRNsightTestingDocument.md +0 -998
  362. package/documents/developer_documents/testing_script_generator/featureList.json +0 -496
  363. package/documents/developer_documents/testing_script_generator/testing-script-generator.js +0 -149
  364. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_conference-presentations_2016.docx +0 -0
  365. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016.docx +0 -0
  366. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
  367. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_references.rtf +0 -264
  368. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_text-only.docx +0 -0
  369. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/21-genes_31-edges_Schade-data_for-screenshots.xlsx +0 -0
  370. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.jpg +0 -0
  371. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.png +0 -0
  372. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.psd +0 -0
  373. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.jpg +0 -0
  374. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.png +0 -0
  375. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.psd +0 -0
  376. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145_900pix-wide.psd +0 -0
  377. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.jpg +0 -0
  378. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.png +0 -0
  379. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.psd +0 -0
  380. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.jpg +0 -0
  381. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.png +0 -0
  382. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.psd +0 -0
  383. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145_900pix-wide.psd +0 -0
  384. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5A.pdf +0 -0
  385. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5B.pdf +0 -0
  386. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5C.eps +0 -0
  387. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5D.pdf +0 -0
  388. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5E.pdf +0 -0
  389. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5F.eps +0 -0
  390. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5_compiled.png +0 -0
  391. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure3_GRNsight-Architecture.pdf +0 -0
  392. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure4_GRNsight-Screenshot.pdf +0 -0
  393. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure5_compiled.pdf +12 -5383
  394. package/documents/manuscripts/peerj-computerscience-2016/peerj-reviewing-10823-v0.pdf +0 -0
  395. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_conference-presentations_2016_revised.docx +0 -0
  396. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter-and-response_2016.pdf +0 -0
  397. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.docx +0 -0
  398. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.pdf +0 -0
  399. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
  400. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_references_revised.rtf +0 -385
  401. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised.docx +0 -0
  402. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised_marked.docx +0 -0
  403. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.docx +0 -0
  404. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.pdf +0 -0
  405. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure3_GRNsight-Architecture.pdf +0 -0
  406. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot-auto.pdf +0 -0
  407. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot.pdf +0 -0
  408. package/documents/manuscripts/peerj-computerscience-2016/revisions/peerj-reviewing-10823-v1.pdf +0 -0
  409. package/documents/posters/Anguiano_CMSI402_2017.pptx +0 -0
  410. package/documents/posters/Anguiano_Varshneya_LMU-Symposium_2015.pptx +0 -0
  411. package/documents/posters/Anguiano_Varshneya_SCCUR_2014.pptx +0 -0
  412. package/documents/posters/Choe_Shin_CMSI402_2018.pptx +0 -0
  413. package/documents/posters/Dahlquist-et-al_BOSC_ISMB_2016_poster.pptx +0 -0
  414. package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pdf +0 -0
  415. package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pptx +0 -0
  416. package/documents/posters/Samdarshi-et-al_LMU-Symposium_2017.pptx +0 -0
  417. package/documents/posters/Samdarshi-et-al_LMU-Symposium_2018.pptx +0 -0
  418. package/documents/posters/Samdarshi-et-al_SoCalSysBio_2019.pptx +0 -0
  419. package/documents/posters/Shin-et-al_SCCUR_2017.pptx +0 -0
  420. package/documents/posters/Southwick_CMSI402_2014.pptx +0 -0
  421. package/documents/posters/Varshneya_Samdarshi_LMU-Symposium_2016.pptx +0 -0
  422. package/documents/posters/Varshneya_Samdarshi_SoCalSysBio_2017.pptx +0 -0
  423. package/documents/presentations/Anguiano_402_Final_Presentation.pptx +0 -0
  424. package/documents/presentations/Choe_SWERapidFire2017_final.pptx +0 -0
  425. package/documents/presentations/Dahlquist_BOSC_20160709.pptx +0 -0
  426. package/documents/presentations/Dahlquist_ExperimentalBiology_20160404_talk.pptx +0 -0
  427. package/documents/presentations/Dahlquist_SoCalSysBio_20150131_talk.pptx +0 -0
  428. package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pdf +0 -0
  429. package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pptx +0 -0
  430. package/documents/presentations/Southwick_Anguiano_LMU-Symposium_20140329_talk.pptx +0 -0
  431. package/documents/presentations/Southwick_CMSI402_Presentation_20140508_talk.pptx +0 -0
  432. package/documents/presentations/Varshneya_Anguiano_LMU-Symposium_201703_talk.pptx +0 -0
  433. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_2019_Final.docx +0 -0
  434. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_AnnotatedBibliography.docx +0 -0
  435. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_Outline.docx +0 -0
  436. package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Draft.docx +0 -0
  437. package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Final_Paper_Draft.docx +0 -0
  438. package/documents/reports/Varshneya_Anu_2017/Varshneya-201701-AnnotatedBibliography.docx +0 -0
  439. package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Introduction.docx +0 -0
  440. package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Outline.docx +0 -0
  441. package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-Discussion.docx +0 -0
  442. package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-MMResults.docx +0 -0
  443. package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Draft-1.docx +0 -0
  444. package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Final.docx +0 -0
  445. package/onlysidebar.html +0 -8
  446. package/test/graph-library-tests.js +0 -165
  447. package/test-files/demo-files/21-genes_50-edges_Dahlquist-data_estimation_output.xlsx +0 -0
  448. package/test-files/demo-files/21-genes_50-edges_Dahlquist-data_input.xlsx +0 -0
  449. package/test-files/graph-tests/different-sized-networks/10-genes-max-edges.xlsx +0 -0
  450. package/test-files/graph-tests/different-sized-networks/12-genes-max-edges.xlsx +0 -0
  451. package/test-files/graph-tests/different-sized-networks/35-genes-max-edges.xlsx +0 -0
  452. package/test-files/graph-tests/different-sized-networks/40-genes-0-edges.xlsx +0 -0
  453. package/test-files/graph-tests/different-sized-networks/40-genes-max-edges.xlsx +0 -0
  454. package/test-files/graph-tests/different-sized-networks/42-genes-max-edges.xlsx +0 -0
  455. package/test-files/graph-tests/different-sized-networks/50-genes-max-edges.xlsx +0 -0
  456. package/test-files/graph-tests/different-sized-networks/75-genes-150-edges.xlsx +0 -0
  457. package/web-client/public/js/container.js +0 -121
  458. package/web-client/views/upload.jade +0 -464
@@ -0,0 +1,7 @@
1
+ \BOOKMARK [1][-]{section*.2}{\376\377\000A\000b\000s\000t\000r\000a\000c\000t}{}% 1
2
+ \BOOKMARK [1][-]{section.1}{\376\377\0001\000\040\000G\000r\000a\000p\000h\000\040\000C\000u\000s\000t\000o\000m\000i\000z\000a\000t\000i\000o\000n\000s\000\040\000f\000o\000r\000\040\000G\000R\000N\000s}{}% 2
3
+ \BOOKMARK [2][-]{subsection.1.1}{\376\377\0001\000.\0001\000\040\000S\000e\000p\000a\000r\000a\000t\000i\000o\000n\000\040\000o\000f\000\040\000V\000i\000e\000w\000p\000o\000r\000t\000\040\000f\000r\000o\000m\000\040\000G\000r\000a\000p\000h\000\040\000B\000o\000u\000n\000d\000i\000n\000g\000\040\000B\000o\000x}{section.1}% 3
4
+ \BOOKMARK [2][-]{subsection.1.2}{\376\377\0001\000.\0002\000\040\000E\000d\000g\000e\000\040\000W\000e\000i\000g\000h\000t\000\040\000V\000a\000l\000u\000e\000\040\000D\000i\000s\000p\000l\000a\000y\000\040\000O\000p\000t\000i\000o\000n\000s}{section.1}% 4
5
+ \BOOKMARK [2][-]{subsection.1.3}{\376\377\0001\000.\0003\000\040\000G\000r\000a\000p\000h\000\040\000N\000o\000r\000m\000a\000l\000i\000z\000a\000t\000i\000o\000n}{section.1}% 5
6
+ \BOOKMARK [1][-]{section.2}{\376\377\0002\000\040\000C\000o\000n\000c\000l\000u\000s\000i\000o\000n\000\040\000a\000n\000d\000\040\000F\000u\000t\000u\000r\000e\000\040\000W\000o\000r\000k}{}% 6
7
+ \BOOKMARK [1][-]{section*.7}{\376\377\000R\000e\000f\000e\000r\000e\000n\000c\000e\000s}{}% 7
@@ -0,0 +1,21 @@
1
+ -----BEGIN CERTIFICATE-----
2
+ MIIDcjCCAloCCQCH8V5lU4wTmDANBgkqhkiG9w0BAQsFADB7MQswCQYDVQQGEwJV
3
+ UzETMBEGA1UECAwKQ2FsaWZvcm5pYTEUMBIGA1UEBwwLTG9zIEFuZ2VsZXMxJDAi
4
+ BgNVBAoMG0xveW9sYSBNYXJ5bW91bnQgVW5pdmVyc2l0eTEbMBkGA1UEAwwSZ3Ju
5
+ c2lnaHQubG9jYWxob3N0MB4XDTE5MDYwMjIyMjUxNVoXDTE5MDcwMjIyMjUxNVow
6
+ ezELMAkGA1UEBhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExFDASBgNVBAcMC0xv
7
+ cyBBbmdlbGVzMSQwIgYDVQQKDBtMb3lvbGEgTWFyeW1vdW50IFVuaXZlcnNpdHkx
8
+ GzAZBgNVBAMMEmdybnNpZ2h0LmxvY2FsaG9zdDCCASIwDQYJKoZIhvcNAQEBBQAD
9
+ ggEPADCCAQoCggEBAL+DUWtN2tbIJzI1HvvQ9bf/WJfW4cIp/vaFvmd5XhVH3O8+
10
+ /uRsqHF6IOyMV8xQPzC3TeUZLxFa1QZhgSZAayugALKf74dUOEk4TekedJIrDLLl
11
+ xOqRpn+r14zNVxyO+/4iEeozXkCjVSG5DcBtG/LYmb6Hlf3DAA/nn2qMcW7OxR/E
12
+ So9SXNQLH32PzRzF9q5MtULYWaCv4IVj0itrf8lvsCkmiDX/tbCSxSMNwqlWs7ip
13
+ 12hGzPjyYcrBbmsPxsMPmhcorwGw8bOMwJVBr0QAGWYXwXD9KYlOAERq39/XeQ5p
14
+ MfefBNaJHd9RsqkzQ1kzG9lqypiWyTuppJhhvb8CAwEAATANBgkqhkiG9w0BAQsF
15
+ AAOCAQEAusVE7Anl9seWn3okeuvZlo+Fso9RfGroMWkoyLDyzyeQvh1CgzRqMyi9
16
+ I3AEIPPbNDBBEO8yAkUMwt0aCFa5KEjfTgIOMqqHpf4voRFqdK/Tmt3GT71vwqLD
17
+ EGzEK4YsbprJ2xqXxxpajTebn8EvZJrw6zJzLxRils78tALL9keaD13XHQwe3NhE
18
+ JSbRVi0hytruXR/XcxNU4hHriRT0rh22I0w8kLIeuwoDWBAjFiIvqKIifxI6KWDV
19
+ vezkw7AB8oANJr6/n7XMADIwnANU7lSOXHTMfsqwtIyL9qZBNwWE2gOcvSLBmHud
20
+ XZouhmNnLs9UdZEBEocrxmHzXwtVIg==
21
+ -----END CERTIFICATE-----
@@ -0,0 +1,28 @@
1
+ -----BEGIN PRIVATE KEY-----
2
+ MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC/g1FrTdrWyCcy
3
+ NR770PW3/1iX1uHCKf72hb5neV4VR9zvPv7kbKhxeiDsjFfMUD8wt03lGS8RWtUG
4
+ YYEmQGsroACyn++HVDhJOE3pHnSSKwyy5cTqkaZ/q9eMzVccjvv+IhHqM15Ao1Uh
5
+ uQ3AbRvy2Jm+h5X9wwAP559qjHFuzsUfxEqPUlzUCx99j80cxfauTLVC2Fmgr+CF
6
+ Y9Ira3/Jb7ApJog1/7WwksUjDcKpVrO4qddoRsz48mHKwW5rD8bDD5oXKK8BsPGz
7
+ jMCVQa9EABlmF8Fw/SmJTgBEat/f13kOaTH3nwTWiR3fUbKpM0NZMxvZasqYlsk7
8
+ qaSYYb2/AgMBAAECggEBAJ/sgeYQSomG9KxJjckM0tRGp+2L5FQmi6HDR5/Sys0M
9
+ iKNEwMdxMSwppyrBe2PDMzF0MNj6McLVTgSZEacmrhfs8gg35Gbm3mXOXckoxIF2
10
+ 75DIrKqQ3C/LCSGsK21OvYGXY8xl/vQNML8LcD9bHbaqR6DCSm9xEjE143qvMt4q
11
+ 3GqyVwFCvy44J0ZQ4DvgV3MZEkesMNIIH22nGXgsf0aeNKxjO0S2A6DHf3DL9l8l
12
+ 4y1DXYS4CodQFvx/EpQyGvVdwIo/Hb9de2syb/n92/BZ/aP3dCfLbUfTxKtCAptw
13
+ xQVD306GO6Tkb6wF9L201zBG7ELSVmd/46zpE5OPZHECgYEA517amlwnsMZFjf3t
14
+ Im0Ugxm7QelZP9PDmu7T97gdnuK1ieoE0p1sh/DaIIbkDYvYskD8QlSwr+pKEsts
15
+ 5OaHWwEmwfwaOUpQ/Kj9Wyo3TMMy/VI1z+0UKfhkm7aE6FdKVsEAU5BIJW/QAPTV
16
+ NGt7UQoCzXwAFiI9QO+7gvTEpxkCgYEA0+ZLQ15ut6s5RnSn7552V3vPncX/7JH0
17
+ jwVONuCHuL38eo5McT12+/blGEL9Iw+UTst/EoUMMD+bfEVN+7gpsNiIVnAliQdO
18
+ sUyjj6pqajhvwDrfDoHD16xDKVQ5FQK0ZaEYaJZv7j92VdGdymH0V3TBWzwQ9M91
19
+ s3pc46RIXpcCgYBVMfREypJC4X9THaFn/8qBy8PMLWSTwCJStoaOvNkLXGeEdQt5
20
+ kkYYeHOZbpIi+s+8M3mv4wd8f0TvTsC2OLy2oeHnpDDzz42qu38vRog+V9I6vT7b
21
+ ZWz7V1+UhszB0QKqlz7LhmFKh7WL5JttRfaOjKUjjPlrLQhpFN1zBzYyYQKBgEDk
22
+ V8wr0TBCKWogM4W4O3mTGwOwLS3fjMt3znoTzLyQwg8uIM7VCekjtQj3Ctp/3OU8
23
+ gI/FWvQzpoQqHTWnMm1MAoSmF3idWkYFuFk40Rnyapat8L1alAUqZe70Mf7zMxek
24
+ e/sbhu+pU634YaAm21MlGEm+XVr7ZYovQN8d4mPFAoGBAMlNevRguVVuFt//iu4z
25
+ nPF/6qzaTXMk97YHPK8A7RXbXamGb6/RELrmbfLnwD4sEJjRl1cMt08EKPpfFZ1n
26
+ xcR7UcbF2m86xLPQgCqgPMyR3xyYFr5G9DvmbgUCgdN69Q0sD3IW5SOjfwNtbtZi
27
+ M1O6nwbvDbHOFQ9PsCxV23hP
28
+ -----END PRIVATE KEY-----
Binary file
@@ -3,28 +3,23 @@
3
3
 
4
4
  <head>
5
5
  <title>GRNsight - Home</title>
6
- <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/bootstrap.min.css">
6
+ <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
7
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
7
8
  <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/main.css">
8
9
  <meta charset="utf-8">
9
- <!-- Begin Jekyll SEO tag v2.0.0 -->
10
+ <!-- Begin Jekyll SEO tag v2.6.1 -->
11
+ <meta name="generator" content="Jekyll v3.9.0" />
10
12
  <meta property="og:title" content="Home" />
13
+ <meta property="og:locale" content="en_US" />
11
14
  <meta name="description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
12
15
  <meta property="og:description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
13
- <link rel="canonical" href="http://dondi.github.io/GRNsight/" />
14
- <meta property="og:url" content="http://dondi.github.io/GRNsight/" />
16
+ <link rel="canonical" href="http://localhost:3001/GRNsight/" />
17
+ <meta property="og:url" content="http://localhost:3001/GRNsight/" />
15
18
  <meta property="og:site_name" content="GRNsight" />
16
19
  <script type="application/ld+json">
17
- {
18
- "@context": "http://schema.org",
19
- "@type": "WebSite",
20
- "name": "GRNsight",
21
- "headline": "Home",
22
- "description": "GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks.",
23
- "logo": "http://dondi.github.io/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg",
24
- "url": "http://dondi.github.io/GRNsight/"
25
- }
26
- </script>
20
+ {"@type":"WebSite","url":"http://localhost:3001/GRNsight/","name":"GRNsight","description":"GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks.","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:3001/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg"}},"headline":"Home","@context":"https://schema.org"}</script>
27
21
  <!-- End Jekyll SEO tag -->
22
+
28
23
  </head>
29
24
 
30
25
 
@@ -39,7 +34,7 @@
39
34
  </div>
40
35
  <p id="title"><a href="/GRNsight">GRNsight</a></p>
41
36
  <p id="subtext">Web app and service for visualizing models of gene regulatory networks.</p>
42
- <div class="alert alert-success hidden" id="cookie-notice" role="alert">
37
+ <div class="alert alert-success d-none" id="cookie-notice" role="alert">
43
38
  <div>This site uses Google Analytics to count pageviews and file uploads to demonstrate usage of our software to interested parties such as our employers and funding agencies. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies.</div>
44
39
  <button class="cookie-action" data-dismiss="alert" aria-label="Got It">
45
40
  <strong>Got It</strong>
@@ -69,17 +64,18 @@
69
64
 
70
65
  </ul>
71
66
  <p id="modText" class="modNav">
72
- Last modified: 9/6/15
67
+ Last modified: 6/9/2019
73
68
  </p>
74
69
  </div>
70
+
75
71
  </div>
76
72
 
77
73
  <div id="mainContent">
78
- <p id="pageTitle">GRNsight <span id="version">v1.12</span></p>
79
- <div id="pageContent">
74
+ <p id="pageTitle">GRNsight <span id="version">v4.0.0</span></p>
75
+ <div id="graphPageContent">
80
76
  Welcome to GRNsight. Please select a file to upload.
81
77
  <br><br>
82
- <iframe class="embedded-demo" src="http://grnsight.cs.lmu.edu/client"></iframe>
78
+ <iframe class="embedded-demo" src="https://grnsight.cs.lmu.edu/client"></iframe>
83
79
  </div>
84
80
 
85
81
  <div id="footer">
@@ -120,7 +116,7 @@
120
116
  </div>
121
117
  </div>
122
118
 
123
- <script>
119
+ <script>
124
120
  (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
125
121
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
126
122
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
@@ -129,10 +125,37 @@
129
125
  ga("create", "UA-54882218-1", "auto");
130
126
  ga("send", "pageview");
131
127
  </script>
132
- <script src="https://code.jquery.com/jquery.js"></script>
133
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
128
+ <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
129
+ <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
130
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
134
131
  <script src="/GRNsight/assets/js/main.js"></script>
135
132
  <script src="/GRNsight/assets/js/ga-report.js"></script>
133
+
134
+ <!-- Placeholder for whatever the final iframe management solution will be. -->
135
+
136
+
137
+ <script>
138
+ var $window = $(window);
139
+ // https://stackoverflow.com/questions/20125340/can-i-use-jquery-to-resize-an-iframe-to-fill-the-remaining-window-space
140
+ $window.on('load resize', function(){
141
+ var HEIGHT_OFFSET = 53;
142
+ var HEIGHT_PADDING = 20;
143
+ var SMALL_HEIGHT = 648 + HEIGHT_OFFSET;
144
+ var MEDIUM_HEIGHT = 840 + HEIGHT_OFFSET;
145
+ var LARGE_HEIGHT = 1080 + HEIGHT_OFFSET;
146
+ $('iframe').height(function() {
147
+ var display = $window.height() - $(this).offset().top;
148
+ if (display < SMALL_HEIGHT) {
149
+ display = SMALL_HEIGHT;
150
+ } else if (display > SMALL_HEIGHT && display < LARGE_HEIGHT) {
151
+ display = MEDIUM_HEIGHT;
152
+ }
153
+ return display + HEIGHT_PADDING;
154
+ });
155
+ });
156
+ </script>
157
+
158
+
136
159
 
137
160
 
138
161
  </body>
@@ -3,27 +3,23 @@
3
3
 
4
4
  <head>
5
5
  <title>GRNsight - Links</title>
6
- <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/bootstrap.min.css">
6
+ <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
7
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
7
8
  <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/main.css">
8
9
  <meta charset="utf-8">
9
- <!-- Begin Jekyll SEO tag v2.0.0 -->
10
+ <!-- Begin Jekyll SEO tag v2.6.1 -->
11
+ <meta name="generator" content="Jekyll v3.9.0" />
10
12
  <meta property="og:title" content="Links" />
11
- <meta name="description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
12
- <meta property="og:description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
13
- <link rel="canonical" href="http://dondi.github.io/GRNsight/links.html" />
14
- <meta property="og:url" content="http://dondi.github.io/GRNsight/links.html" />
13
+ <meta property="og:locale" content="en_US" />
14
+ <meta name="description" content="Useful links for GRNsight, an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
15
+ <meta property="og:description" content="Useful links for GRNsight, an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
16
+ <link rel="canonical" href="http://localhost:3001/GRNsight/links.html" />
17
+ <meta property="og:url" content="http://localhost:3001/GRNsight/links.html" />
15
18
  <meta property="og:site_name" content="GRNsight" />
16
19
  <script type="application/ld+json">
17
- {
18
- "@context": "http://schema.org",
19
- "@type": "WebPage",
20
- "headline": "Links",
21
- "description": "GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks.",
22
- "logo": "http://dondi.github.io/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg",
23
- "url": "http://dondi.github.io/GRNsight/links.html"
24
- }
25
- </script>
20
+ {"@type":"WebPage","url":"http://localhost:3001/GRNsight/links.html","description":"Useful links for GRNsight, an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks.","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:3001/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg"}},"headline":"Links","@context":"https://schema.org"}</script>
26
21
  <!-- End Jekyll SEO tag -->
22
+
27
23
  </head>
28
24
 
29
25
 
@@ -38,7 +34,7 @@
38
34
  </div>
39
35
  <p id="title"><a href="/GRNsight">GRNsight</a></p>
40
36
  <p id="subtext">Web app and service for visualizing models of gene regulatory networks.</p>
41
- <div class="alert alert-success hidden" id="cookie-notice" role="alert">
37
+ <div class="alert alert-success d-none" id="cookie-notice" role="alert">
42
38
  <div>This site uses Google Analytics to count pageviews and file uploads to demonstrate usage of our software to interested parties such as our employers and funding agencies. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies.</div>
43
39
  <button class="cookie-action" data-dismiss="alert" aria-label="Got It">
44
40
  <strong>Got It</strong>
@@ -68,30 +64,40 @@
68
64
 
69
65
  </ul>
70
66
  <p id="modText" class="modNav">
71
- Last modified: 5/11/16
67
+ Last modified: 9/25/19
72
68
  </p>
73
69
  </div>
70
+
74
71
  </div>
75
72
 
76
73
  <div id="mainContent">
77
74
  <p id="pageTitle">Links</p>
75
+
76
+ <h4 class="linkHeader">Principal Investigators</h4>
77
+ <ul class="linkInfo">
78
+ <li><a href="http://kdahlquist.github.io/DahlquistLab/" target="_blank">Kam D. Dahlquist, Ph.D.</a></li>
79
+ <li><a href="http://dondi.lmu.build/" target="_blank">John David N. Dionisio, Ph.D.</a></li>
80
+ <li><a href="https://cse.lmu.edu/department/math/facultyandstaff/?expert=ben.fitzpatrick" target="_blank">Ben G. Fitzpatrick, Ph.D.</a></li>
81
+ </ul>
82
+
83
+ <h4 class="linkHeader">Courses Using GRNsight</h4>
84
+ <ul class="linkInfo">
85
+ <li><a href="http://www.openwetware.org/wiki/BIOL398-04/S15" target="_blank">BIOL 398-04: Biomathematical Modeling/MATH 388-01: Survey of Biomathematics - Spring 2015</a></li>
86
+ <li><a href="https://openwetware.org/wiki/BIOL398-05/S17" target="_blank">BIOL 398-05: Biomathematical Modeling/MATH 388-01: Survey of Biomathematics - Spring 2017</a></li>
87
+ <li><a href="https://xmlpipedb.cs.lmu.edu/biodb/fall2017/index.php/Main_Page" target="_blank">BIOL/CMSI 367-01: Biological Databases - Fall 2017</a></li>
88
+ </ul>
89
+
78
90
  <div id="pageContent">
79
91
  <h4 class="linkHeader">Gene Regulatory Networks</h4>
80
92
  <ul class="linkInfo">
81
93
  <li><a href="http://www.yeastract.com/" target="_blank">YEASTRACT</a></li>
82
94
  <li><a href="http://jaspar.genereg.net/" target="_blank">JASPAR</a></li>
83
- <li><a href="http://www.yeastgenome.org/help/function-help/regulation" target="_blank">Regulation Help at the <span style="font-style:italic;">Saccharomyces</span> Genome Database</a></li>
84
- </ul>
85
- <h4 class="linkHeader">Principal Investigators</h4>
86
- <ul class="linkInfo">
87
- <li><a href="http://myweb.lmu.edu/kdahlqui" target="_blank">Kam D. Dahlquist, Ph.D.</a></li>
88
- <li><a href="http://myweb.lmu.edu/dondi" target="_blank">John David N. Dionisio, Ph.D.</a></li>
89
- <li><a href="http://myweb.lmu.edu/bfitzpatrick/" target="_blank">Ben G. Fitzpatrick, Ph.D.</a></li>
95
+ <li><a href="https://sites.google.com/view/yeastgenome-help/function-help/regulation" target="_blank">Regulation Help at the <span style="font-style:italic;">Saccharomyces</span> Genome Database</a></li>
90
96
  </ul>
97
+
91
98
  <h4 class="linkHeader">Software</h4>
92
99
  <ul class="linkInfo">
93
100
  <li><a href="https://github.com/dondi/GRNsight" target="_blank">GRNSight @ GitHub</a></li>
94
- <li><a href="http://www.bioinformatics.org/wiki/GRNsight" target="_blank">GRNSight @ Bioinformatics.Org wiki</a></li>
95
101
  <li><a href="http://kdahlquist.github.io/GRNmap/index.html" target="blank">GRNmap</a></li>
96
102
  <li><a href="http://nodejs.org/" target="_blank">Node.js</a></li>
97
103
  <li><a href="http://expressjs.com/" target="_blank">Express Framework</a></li>
@@ -100,6 +106,15 @@
100
106
  <li><a href="http://getbootstrap.com" target="_blank">Bootstrap</a></li>
101
107
  <li><a href="https://github.com/dondi/GRNsight/wiki/Jekyll-Tutorial" target="_blank">Jekyll Tutorial</a></li>
102
108
  </ul>
109
+
110
+ <h4 class="linkHeader">Bioinformatics Tools Registries</h4>
111
+ <ul class="linkInfo">
112
+ <li><a href="https://links.bioinformatics.ca/links_directory/resource/83363/grnsight-web-application-and-service-visualizing-models-small-medium-scale-gene" target="_blank">GRNsight</a> @ <a href="https://links.bioinformatics.ca/links_directory/">bioinformatics.ca Links Directory</a></li>
113
+ <li><a href="http://www.bioinformatics.org/wiki/GRNsight" target="_blank">GRNsight</a> @ <a href="http://www.bioinformatics.org/" target="_blank">Bioinformatics.org</a></li>
114
+ <li><a href="https://biojs.net/#/component/grnsight" target="_blank">GRNsight</a> @ <a href="https://biojs.net" target="_blank">BioJS Registry</a></li>
115
+ <li><a href="https://bio.tools/tool/GRNsight" target="_blank">GRNsight</a> @ <a href="https://bio.tools/" target="_blank">Elixir Tools and Data Services Registry</a></li>
116
+ <li><a href="https://www.npmjs.com/package/grnsight" target="_blank">GRNsight</a> @ <a href="https://www.npmjs.com/" target="_blank">npm</a></li>
117
+ </ul>
103
118
  </div>
104
119
 
105
120
  <div id="footer">
@@ -138,7 +153,7 @@
138
153
  </div>
139
154
  </div>
140
155
 
141
- <script>
156
+ <script>
142
157
  (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
143
158
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
144
159
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
@@ -147,10 +162,14 @@
147
162
  ga("create", "UA-54882218-1", "auto");
148
163
  ga("send", "pageview");
149
164
  </script>
150
- <script src="https://code.jquery.com/jquery.js"></script>
151
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
165
+ <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
166
+ <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
167
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
152
168
  <script src="/GRNsight/assets/js/main.js"></script>
153
169
  <script src="/GRNsight/assets/js/ga-report.js"></script>
170
+
171
+
172
+
154
173
 
155
174
 
156
175
  </body>
@@ -3,27 +3,23 @@
3
3
 
4
4
  <head>
5
5
  <title>GRNsight - News</title>
6
- <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/bootstrap.min.css">
6
+ <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
7
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
7
8
  <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/main.css">
8
9
  <meta charset="utf-8">
9
- <!-- Begin Jekyll SEO tag v2.0.0 -->
10
+ <!-- Begin Jekyll SEO tag v2.6.1 -->
11
+ <meta name="generator" content="Jekyll v3.9.0" />
10
12
  <meta property="og:title" content="News" />
11
- <meta name="description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
12
- <meta property="og:description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
13
- <link rel="canonical" href="http://dondi.github.io/GRNsight/news.html" />
14
- <meta property="og:url" content="http://dondi.github.io/GRNsight/news.html" />
13
+ <meta property="og:locale" content="en_US" />
14
+ <meta name="description" content="News and updates about the GRNsight gene regulatory network visualization web app, including new releases and conference presentations." />
15
+ <meta property="og:description" content="News and updates about the GRNsight gene regulatory network visualization web app, including new releases and conference presentations." />
16
+ <link rel="canonical" href="http://localhost:3001/GRNsight/news.html" />
17
+ <meta property="og:url" content="http://localhost:3001/GRNsight/news.html" />
15
18
  <meta property="og:site_name" content="GRNsight" />
16
19
  <script type="application/ld+json">
17
- {
18
- "@context": "http://schema.org",
19
- "@type": "WebPage",
20
- "headline": "News",
21
- "description": "GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks.",
22
- "logo": "http://dondi.github.io/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg",
23
- "url": "http://dondi.github.io/GRNsight/news.html"
24
- }
25
- </script>
20
+ {"@type":"WebPage","url":"http://localhost:3001/GRNsight/news.html","description":"News and updates about the GRNsight gene regulatory network visualization web app, including new releases and conference presentations.","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:3001/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg"}},"headline":"News","@context":"https://schema.org"}</script>
26
21
  <!-- End Jekyll SEO tag -->
22
+
27
23
  </head>
28
24
 
29
25
 
@@ -38,7 +34,7 @@
38
34
  </div>
39
35
  <p id="title"><a href="/GRNsight">GRNsight</a></p>
40
36
  <p id="subtext">Web app and service for visualizing models of gene regulatory networks.</p>
41
- <div class="alert alert-success hidden" id="cookie-notice" role="alert">
37
+ <div class="alert alert-success d-none" id="cookie-notice" role="alert">
42
38
  <div>This site uses Google Analytics to count pageviews and file uploads to demonstrate usage of our software to interested parties such as our employers and funding agencies. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies.</div>
43
39
  <button class="cookie-action" data-dismiss="alert" aria-label="Got It">
44
40
  <strong>Got It</strong>
@@ -68,15 +64,80 @@
68
64
 
69
65
  </ul>
70
66
  <p id="modText" class="modNav">
71
- Last modified: 6/6/16
67
+ Last modified: 6/7/19
72
68
  </p>
73
69
  </div>
70
+
74
71
  </div>
75
72
 
76
73
  <div id="mainContent">
77
74
  <p id="pageTitle">News</p>
78
75
  <div id="pageContent">
79
76
  <div class="panel-group">
77
+
78
+ <div class="panel panel-default">
79
+ <div class="panel-heading">
80
+ <p class="panel-title aboutHeaders">
81
+ <a href="#news2019" data-toggle="collapse">
82
+ 2019
83
+ </a>
84
+ </p>
85
+ </div>
86
+ <div id="news2019" class="panel-collapse collapse in">
87
+ <div class="panel-body">
88
+ <p class="newsDate">June 7, 2019</p>
89
+ <p class="newsHeader">GRNsight v4.0.0 Released</p>
90
+ <p class="newsInfo">For a description of the new features, please see the <a href="/GRNsight/about.html#v4_0_0Content">About page</a>.</p>
91
+ </div>
92
+ </div>
93
+ </div>
94
+
95
+ <div class="panel panel-default">
96
+ <div class="panel-heading">
97
+ <p class="panel-title aboutHeaders">
98
+ <a href="#news2018" data-toggle="collapse">
99
+ 2018
100
+ </a>
101
+ </p>
102
+ </div>
103
+ <div id="news2018" class="panel-collapse collapse in">
104
+ <div class="panel-body">
105
+ <p class="newsDate">June 1, 2018</p>
106
+ <p class="newsHeader">GRNsight v3.1.0 Released</p>
107
+ <p class="newsInfo">For a description of the new features, please see the <a href="/GRNsight/about.html#v3_1_0Content">About page</a>.</p>
108
+
109
+ <p class="newsDate">April 29, 2018</p>
110
+ <p class="newsHeader">GRNsight v3.0.0 Released</p>
111
+ <p class="newsInfo">For a description of the new features, please see the <a href="/GRNsight/about.html#v3_0_0Content">About page</a>.</p>
112
+
113
+ <p class="newsDate">January 22, 2018</p>
114
+ <p class="newsHeader">GRNsight v2.3.0 Released</p>
115
+ <p class="newsInfo">For a description of the new features, please see the <a href="/GRNsight/about.html#v2_3_0Content">About page</a>.</p>
116
+ </div>
117
+ </div>
118
+ </div>
119
+
120
+ <div class="panel panel-default">
121
+ <div class="panel-heading">
122
+ <p class="panel-title aboutHeaders">
123
+ <a href="#news2017" data-toggle="collapse">
124
+ 2017
125
+ </a>
126
+ </p>
127
+ </div>
128
+ <div id="news2017" class="panel-collapse collapse in">
129
+ <div class="panel-body">
130
+ <p class="newsDate">June 2, 2017</p>
131
+ <p class="newsHeader">GRNsight v2.1.11 Released</p>
132
+ <p class="newsInfo">For a description of the new features, please see the <a href="/GRNsight/about.html#v2_1_11Content">About page</a>.</p>
133
+
134
+ <p class="newsDate">May 10, 2017</p>
135
+ <p class="newsHeader">GRNsight v2.0.20 Released</p>
136
+ <p class="newsInfo">For a description of the new features, please see the <a href="/GRNsight/about.html#v2_0_20Content">About page</a>.</p>
137
+ </div>
138
+ </div>
139
+ </div>
140
+
80
141
  <div class="panel panel-default">
81
142
  <div class="panel-heading">
82
143
  <p class="panel-title aboutHeaders">
@@ -88,9 +149,26 @@
88
149
 
89
150
  <div id="news2016" class="panel-collapse collapse in">
90
151
  <div class="panel-body">
152
+
153
+ <p class="newsDate">September 12, 2016</p>
154
+ <p class="newsHeader">GRNsight article published in <i>PeerJ Computer Science</i></p>
155
+ <p class="newsInfo">Kam D. Dahlquist, John David N. Dionisio, Ben G. Fitzpatrick, Nicole A. Anguiano, Anindita Varshneya, Britain J. Southwick, Mihir Samdarshi. (2016) GRNsight: a web application and service for visualizing models of small- to medium-scale gene regulatory networks. <em>PeerJ Computer Science</em> 2:e85 <a href="https://doi.org/10.7717/peerj-cs.85" target="_blank">https://doi.org/10.7717/peerj-cs.85</a></p>
156
+
157
+ <p class="newsDate">August 18, 2016</p>
158
+ <p class="newsHeader">Revision to article describing GRNsight is posted online in <i>PeerJ Preprints</i></p>
159
+ <p class="newsInfo">Kam D. Dahlquist, John David N. Dionisio, Ben G. Fitzpatrick, Nicole A. Anguiano, Anindita Varshneya, Britain J. Southwick, Mihir Samdarshi. (2016) GRNsight: a web application and service for visualizing models of small- to medium-scale gene regulatory networks. <em>PeerJ Preprints</em> 4:e2068v2 <a href="https://doi.org/10.7287/peerj.preprints.2068v2" target="_blank">https://doi.org/10.7287/peerj.preprints.2068v2</a></p>
160
+
161
+ <p class="newsDate">August 12, 2016</p>
162
+ <p class="newsHeader">GRNsight v1.18.1 Released</p>
163
+ <p class="newsInfo">For a description of the new features, please see the <a href="/GRNsight/about.html#v1_18Content">About page</a>.</p>
164
+
165
+ <p class="newsDate">July 9, 2016</p>
166
+ <p class="newsHeader">GRNsight and GRNmap presented at BOSC and ISMB</p>
167
+ <p class="newsInfo">Kam D. Dahlquist gave a lightning talk and poster about GRNsight and <a href="http://kdahlquist.github.io/GRNmap/index.html">GRNmap</a> at the <a href="https://www.open-bio.org/wiki/BOSC_2016">Bioinformatics Open Source Conference (BOSC) 2016</a> held on July 8-9, 2016 in Orlando, Florida. <a href="https://www.open-bio.org/w/images/2/24/BOSC2016-program4.pdf">Click here to view the complete BOSC program with abstracts.</a> The poster was also presented at the <a href="https://www.iscb.org/ismb2016">Intelligent Systems for Molecular Biology Conference (ISMB)</a> immediately following BOSC on July 10-12, 2016. <a href="http://f1000research.com/posters/5-1618">Click here to view the poster</a> on F1000Research. <a href="http://f1000research.com/slides/5-1637">Click here to view the slides</a> on F1000Research.</p>
168
+
91
169
  <p class="newsDate">May 23, 2016</p>
92
170
  <p class="newsHeader">Article describing GRNsight is posted online in <i>PeerJ Preprints</i></p>
93
- <p class="newsInfo">Kam D. Dahlquist, John David N. Dionisio, Ben G. Fitzpatrick, Nicole A. Anguiano, Anindita Varshneya, Britain J. Southwick, Mihir Samdarshi. (2016) GRNsight: a web application and service for visualizing models of small- to medium-scale gene regulatory networks. <em>PeerJ Preprints</em> 4:e2068v1 <a href="https://doi.org/10.7287/peerj.preprints.2068v1">https://doi.org/10.7287/peerj.preprints.2068v1</a></p>
171
+ <p class="newsInfo">Kam D. Dahlquist, John David N. Dionisio, Ben G. Fitzpatrick, Nicole A. Anguiano, Anindita Varshneya, Britain J. Southwick, Mihir Samdarshi. (2016) GRNsight: a web application and service for visualizing models of small- to medium-scale gene regulatory networks. <em>PeerJ Preprints</em> 4:e2068v1 <a href="https://doi.org/10.7287/peerj.preprints.2068v1" target="_blank">https://doi.org/10.7287/peerj.preprints.2068v1</a></p>
94
172
 
95
173
  <p class="newsDate">April 4, 2016</p>
96
174
  <p class="newsHeader">Experimental Biology</p>
@@ -265,7 +343,7 @@
265
343
  </div>
266
344
  </div>
267
345
 
268
- <script>
346
+ <script>
269
347
  (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
270
348
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
271
349
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
@@ -274,10 +352,14 @@
274
352
  ga("create", "UA-54882218-1", "auto");
275
353
  ga("send", "pageview");
276
354
  </script>
277
- <script src="https://code.jquery.com/jquery.js"></script>
278
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
355
+ <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
356
+ <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
357
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
279
358
  <script src="/GRNsight/assets/js/main.js"></script>
280
359
  <script src="/GRNsight/assets/js/ga-report.js"></script>
360
+
361
+
362
+
281
363
 
282
364
 
283
365
  </body>
@@ -0,0 +1,78 @@
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <title>GRNsight - just the footer :3</title>
5
+ <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/bootstrap.min.css">
6
+ <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/main.css">
7
+ <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/footer.css">
8
+ <meta charset="utf-8">
9
+ <!-- Begin Jekyll SEO tag v2.6.1 -->
10
+ <meta name="generator" content="Jekyll v3.9.0" />
11
+ <meta property="og:title" content="just the footer :3" />
12
+ <meta property="og:locale" content="en_US" />
13
+ <meta name="description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
14
+ <meta property="og:description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
15
+ <link rel="canonical" href="http://localhost:3001/GRNsight/onlyfooter.html" />
16
+ <meta property="og:url" content="http://localhost:3001/GRNsight/onlyfooter.html" />
17
+ <meta property="og:site_name" content="GRNsight" />
18
+ <script type="application/ld+json">
19
+ {"@type":"WebPage","url":"http://localhost:3001/GRNsight/onlyfooter.html","description":"GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks.","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:3001/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg"}},"headline":"just the footer :3","@context":"https://schema.org"}</script>
20
+ <!-- End Jekyll SEO tag -->
21
+
22
+ </head>
23
+ <body>
24
+
25
+ <div>
26
+ <div id="footer">
27
+ <hr id="separate">
28
+ <ul id="footerNav">
29
+ <li><a href="/GRNsight/" target="_blank">Home</a></li>
30
+ <li><a href="/GRNsight/about.html" target="_blank">About</a></li>
31
+ <li><a href="/GRNsight/news.html" target="_blank">News</a></li>
32
+ <li><a href="https://github.com/dondi/GRNsight" target="_blank">Developers</a></li>
33
+ <li><a href="/GRNsight/documentation.html" target="_blank">Documentation</a></li>
34
+ <li><a href="https://github.com/dondi/GRNsight/wiki" target="_blank">Wiki</a></li>
35
+ <li><a href="/GRNsight/publications.html" target="_blank">Publications</a></li>
36
+ <li><a href="/GRNsight/people.html" target="_blank">People</a></li>
37
+ <li><a href="/GRNsight/contact.html" target="_blank">Contact</a></li>
38
+ <li><a href="/GRNsight/links.html" target="_blank">Links</a></li>
39
+ <li><a href="/GRNsight/beta.html" target="_blank">Beta</a></li>
40
+ <li><a href="/GRNsight/about.html#privacy" target="_blank">Privacy</a></li>
41
+ </ul>
42
+ <p id="CCLicense">
43
+ This web site is free and open to all users and there is no login requirement.
44
+
45
+ Web site content is available under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" target="_blank">Creative Commons
46
+ <br>
47
+ Attribution Non-Commercial Share Alike 3.0 Unported License</a>.
48
+
49
+ GRNsight code is available under the open source <a href="http://opensource.org/licenses/BSD-3-Clause" target="_blank">BSD license</a>.
50
+
51
+ </p>
52
+ </div>
53
+
54
+
55
+ </div>
56
+
57
+ <script>
58
+ (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
59
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
60
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
61
+ })(window,document,"script","//www.google-analytics.com/analytics.js","ga");
62
+
63
+ ga("create", "UA-54882218-1", "auto");
64
+ ga("send", "pageview");
65
+ </script>
66
+ <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
67
+ <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
68
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
69
+ <script src="/GRNsight/assets/js/main.js"></script>
70
+ <script src="/GRNsight/assets/js/ga-report.js"></script>
71
+
72
+
73
+
74
+
75
+
76
+ </body>
77
+
78
+ </html>