Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
234 commits
Select commit Hold shift + click to select a range
41814df
perf: lift Set instantiation out of setNested loop (#51)
akutuva21 May 11, 2026
54a4ebb
🧪 Add error path tests for expectString (#52)
akutuva21 May 11, 2026
221944c
perf: Cache \`trim()\` string operation in loop (#53)
akutuva21 May 11, 2026
6d836ce
perf: Optimize string splitting in parseMetadataYaml
google-labs-jules[bot] May 16, 2026
1cfbdc4
refactor: extract ID generation logic in backfill-metadata.js
google-labs-jules[bot] May 16, 2026
c27051c
test: add parseScalar edge case tests in utils.test.js
google-labs-jules[bot] May 16, 2026
7c31b60
test: add unit tests for expectString function
google-labs-jules[bot] May 16, 2026
5645f69
test: add missing error path test for generate-gallery.js
google-labs-jules[bot] May 16, 2026
245387b
⚡ Optimize RegExp creation in apply-gallery-assignments.js loop
google-labs-jules[bot] May 16, 2026
5879cf2
fix: remove extraneous console.log in backfill-metadata.js dry-run
google-labs-jules[bot] May 21, 2026
01737f9
refactor: remove extraneous console log from apply-gallery-assignment…
google-labs-jules[bot] May 21, 2026
7cc6123
refactor(scripts): remove extraneous console.log in apply-gallery-ass…
google-labs-jules[bot] May 21, 2026
3783798
chore: remove extraneous console log from backfill-metadata.js
google-labs-jules[bot] May 21, 2026
fc3f117
🧹 remove extraneous console log from backfill-metadata.js
google-labs-jules[bot] May 21, 2026
65f5eaf
chore: remove extraneous console log from apply-gallery-assignments.js
google-labs-jules[bot] May 21, 2026
758c4c5
Refactor: Remove extraneous console log in backfill-metadata.js
google-labs-jules[bot] May 21, 2026
ddb07d4
chore(scripts): remove extraneous console.log in apply-gallery-assign…
google-labs-jules[bot] May 21, 2026
77c6fdf
🧹 Remove extraneous console log from generate-manifest.js
google-labs-jules[bot] May 21, 2026
19cf92d
Remove extraneous console logs from backfill-metadata.js
google-labs-jules[bot] May 21, 2026
0891222
Add tests for scripts/apply-gallery-assignments.js
google-labs-jules[bot] May 21, 2026
6c5f1ea
chore(scripts): remove extraneous console logs in backfill-metadata.js
google-labs-jules[bot] May 21, 2026
ef717c2
test(utils): add comprehensive edge case tests for parseScalar
google-labs-jules[bot] May 21, 2026
f2e67c2
refactor: remove extraneous console logs from backfill-metadata.js
google-labs-jules[bot] May 21, 2026
772fac5
refactor: extract helper functions from parseBngl to resolve long fun…
google-labs-jules[bot] May 21, 2026
b3e2f94
perf: optimize generate-gallery metadata scanning
google-labs-jules[bot] May 21, 2026
85f0709
chore: convert console.log to console.info in backfill-metadata.js su…
google-labs-jules[bot] May 21, 2026
61ac9ae
perf: optimize file reading with async listModelFiles
google-labs-jules[bot] May 21, 2026
90d3b6c
perf: use async file read for gallery categories
google-labs-jules[bot] May 21, 2026
06e706d
test(scripts): add unit tests for backfill-metadata.js
google-labs-jules[bot] May 21, 2026
966c455
Remove extraneous console.log in dry run
google-labs-jules[bot] May 21, 2026
b971283
perf: Optimize findBnglFiles with async I/O in backfill-metadata.js
google-labs-jules[bot] May 21, 2026
d169a43
perf: convert buildEntry to use async file reading
google-labs-jules[bot] May 21, 2026
0d1945a
feat: updated metadata files for published models and tutorials with …
akutuva21 May 28, 2026
1d48c90
test: add error path test for unreadable metadata.yaml in generate-ga…
akutuva21 May 28, 2026
a9d0bef
fix: Prevent prototype pollution in setNested using Object.create(nul…
akutuva21 May 28, 2026
de79eed
Refactor extractCategoryMappings to reduce code duplication (#101)
akutuva21 May 28, 2026
adcd458
Merge pull request #71 from akutuva21/fix-backfill-metadata-console-l…
akutuva21 May 28, 2026
d080f65
Merge pull request #72 from akutuva21/code-health/remove-console-log-…
akutuva21 May 28, 2026
c29971f
Merge pull request #73 from akutuva21/remove-extraneous-console-log-1…
akutuva21 May 28, 2026
17c4795
Merge pull request #74 from akutuva21/fix-extraneous-console-log-1610…
akutuva21 May 28, 2026
0031ba6
Merge pull request #75 from akutuva21/fix/remove-extraneous-log-41927…
akutuva21 May 28, 2026
9a9261b
Merge pull request #76 from akutuva21/chore/remove-extraneous-console…
akutuva21 May 28, 2026
e11cb5d
Merge pull request #77 from akutuva21/fix-extraneous-console-log-1033…
akutuva21 May 28, 2026
1dbb430
Merge pull request #79 from akutuva21/fix/remove-extraneous-console-l…
akutuva21 May 28, 2026
fd57155
Merge pull request #80 from akutuva21/fix/remove-extraneous-console-l…
akutuva21 May 28, 2026
03ae2be
Merge pull request #81 from akutuva21/fix-backfill-metadata-logging-6…
akutuva21 May 28, 2026
617dcb8
Merge pull request #88 from akutuva21/code-health/remove-extraneous-c…
akutuva21 May 28, 2026
5714395
Merge pull request #94 from akutuva21/fix-backfill-metadata-console-l…
akutuva21 May 28, 2026
43359e9
Merge remote-tracking branch 'origin/master' into chore/remove-extran…
akutuva21 May 28, 2026
7f8211f
Merge branch 'fix-extraneous-console-log-18040559875008328583'
akutuva21 May 28, 2026
7027e7e
Merge branch 'perf-generate-manifest-async-10366685079153124914'
akutuva21 May 28, 2026
26f1bee
Fix: use plain objects in setNested; make missing-README test async
akutuva21 May 28, 2026
02972bc
Make gallery unreadable test Windows-tolerant; re-add README and mult…
akutuva21 May 28, 2026
dfd6f52
tests(validate-metadata): await async validateMetadataFile calls to a…
akutuva21 May 28, 2026
0e209a3
Merge branch 'perf-backfill-metadata-async-2427477262316775781' into …
akutuva21 May 28, 2026
63d381e
generate-manifest: restore compatibility (default modelFiles, collect…
akutuva21 May 28, 2026
783d78e
tests(validate-metadata): await async validateMetadataFile in remaini…
akutuva21 May 28, 2026
1ee5eeb
manifest: avoid FS read when dir missing; utils: use plain objects fo…
akutuva21 May 28, 2026
6dcdfd1
manifest: variant id for collections; validate-metadata: add README +…
akutuva21 May 28, 2026
e8d2175
Merge branch 'add-backfill-metadata-tests-17002031079315346418' into …
akutuva21 May 28, 2026
810e3ba
Merge branch 'perf-async-gallery-categories-3086575105558555583' into…
akutuva21 May 28, 2026
a49564c
Merge branch 'perf/async-list-model-files-12232060558600452650' into …
akutuva21 May 28, 2026
195296b
Merge branch 'perf-async-gallery-generation-14319817925688091983' int…
akutuva21 May 28, 2026
56fc764
Merge branch 'testing-utils-parsescalar-15887917858828485261' into wi…
akutuva21 May 28, 2026
161c36d
Merge branch 'tests-apply-gallery-assignments-5921760678751512594' in…
akutuva21 May 28, 2026
59bfae7
Merge pull request #104 from akutuva21/wip/copilot-merge
akutuva21 May 28, 2026
70e3009
Merge branch 'master' of https://github.com/akutuva21/RuleHub
akutuva21 May 28, 2026
fa0e7be
test: add unit tests for updateMetadataFile
google-labs-jules[bot] May 16, 2026
e582d99
test: add comprehensive tests for formatYamlValue and fix null bug
google-labs-jules[bot] May 16, 2026
dad5832
⚡ Optimize parseMetadataYaml string splitting (#57)
akutuva21 May 28, 2026
0612c92
⚡ Optimize RegExp creation in apply-gallery-assignments.js (#67)
akutuva21 May 28, 2026
9c08650
🧹 refactor(scripts): resolve long function issue in parseBngl (#87)
akutuva21 May 28, 2026
8a41cc9
perf: use async readFile for gallery parsing
google-labs-jules[bot] May 21, 2026
f29ad17
🧹 Refactor ID generation in backfill-metadata.js (#58)
akutuva21 May 28, 2026
4e2d1d8
⚡ Optimize IO by using async readFile in generate-gallery.js (#82)
akutuva21 May 28, 2026
d5c1b1c
🧪 Add edge case tests for parseScalar in utils.test.js (#59)
akutuva21 May 28, 2026
9653083
test: add coverage for listModelFilesAsync in utils.js
google-labs-jules[bot] May 21, 2026
84105b7
🧪 test: add unit tests for expectString function (#60)
akutuva21 May 28, 2026
1edacff
🧪 Add tests for listModelFilesAsync (#78)
akutuva21 May 28, 2026
afbe2c0
Add unit tests for normalizeModelKey
google-labs-jules[bot] May 16, 2026
c78b52c
🧪 Add unit tests for normalizeModelKey (#66)
akutuva21 May 28, 2026
0763504
🧪 test: add missing error path test for generate-gallery.js (#64)
akutuva21 May 28, 2026
b6e8180
test: add test for JSON.parse error path in generate-gallery
google-labs-jules[bot] May 21, 2026
a1d0ba2
🧪 Add test for JSON.parse error path in generate-gallery.js (#95)
akutuva21 May 28, 2026
22774dc
test(scripts): Add unit tests for generate-gallery.js
google-labs-jules[bot] May 21, 2026
37b31e0
🧪 test: Add unit tests for generate-gallery.js (#86)
akutuva21 May 28, 2026
06bf822
🧪 test: Add tests for updateMetadataFile in apply-gallery-assignments…
akutuva21 May 28, 2026
d46dbc3
test: add unit tests for parseArgs in apply-gallery-assignments.js
google-labs-jules[bot] May 16, 2026
cb9a572
🧪 Add tests for parseArgs in apply-gallery-assignments.js (#63)
akutuva21 May 28, 2026
6e98af5
perf: make apply-gallery-assignments.js asynchronous
google-labs-jules[bot] May 16, 2026
7e5220f
⚡ Refactor apply-gallery-assignments.js to execute async I/O concurre…
akutuva21 May 28, 2026
e57e03a
perf(backfill): optimize molecule tag parsing with Set
google-labs-jules[bot] May 16, 2026
76743d0
⚡ Optimize molecule tag parsing with Set (#56)
akutuva21 May 28, 2026
7d65877
🧪 Add test coverage for formatYamlValue and fix null bug (#65)
akutuva21 May 28, 2026
de8cc16
perf: optimize backfill-metadata to read files concurrently
google-labs-jules[bot] May 21, 2026
3271e97
⚡ Optimize backfill-metadata.js file reading to be asynchronous and c…
akutuva21 May 28, 2026
6b8bc3a
test: add coverage for loadGalleryCategories unhandled fallback
google-labs-jules[bot] May 29, 2026
6d827aa
perf(scripts): make findAllMetadataFiles async
google-labs-jules[bot] May 29, 2026
9fd7ca4
🧪 Add tests and refactor normalize-published-ids.js
google-labs-jules[bot] May 29, 2026
fbb93f6
refactor: Replace blocking synchronous file read with async in genera…
google-labs-jules[bot] May 29, 2026
b37cea9
⚡ Use async I/O in normalize-published-ids.js
google-labs-jules[bot] May 29, 2026
676318b
perf(scripts): replace synchronous readdir with async promises
google-labs-jules[bot] May 29, 2026
c466f88
🧪 add tests for scripts/migration/curate-published-tags.js
google-labs-jules[bot] May 29, 2026
ca68bda
test: add unit tests for inferOrigin in backfill-metadata.js
google-labs-jules[bot] May 29, 2026
468523b
Fix hardcoded absolute path in normalize-published-ids.js
google-labs-jules[bot] May 29, 2026
f02c8ce
perf: optimize metadata validation directory traversal
google-labs-jules[bot] May 29, 2026
5357479
test: add missing tests for inferCategory in backfill-metadata.js
google-labs-jules[bot] May 29, 2026
a03f772
chore: add missing README.md files to fix CI
google-labs-jules[bot] May 29, 2026
4e375ce
🧪 Test `extractMetadataFromComments` in backfill-metadata.js
google-labs-jules[bot] May 29, 2026
993eabe
Fix path traversal vulnerability in directory processing
google-labs-jules[bot] May 29, 2026
dd3fc59
Re-submit loadGalleryCategories error fallback test
google-labs-jules[bot] May 29, 2026
2271876
test: add test suite for extract-gallery-from-constants.js
google-labs-jules[bot] May 29, 2026
504610b
fix: resolve CI validation failure by adding missing README.md files
google-labs-jules[bot] May 29, 2026
b96e96b
⚡ Fix CI Failure: migrate listMetadataFiles to async in validate-meta…
google-labs-jules[bot] May 29, 2026
c2dbc4b
🧪 test(migration): add test file for curate-published-tags.js
google-labs-jules[bot] May 29, 2026
84e110b
test: add unit tests for inferOrigin in backfill-metadata.js
google-labs-jules[bot] May 29, 2026
7f0ce36
perf: optimize metadata validation directory traversal
google-labs-jules[bot] May 29, 2026
e155f04
Fix hardcoded absolute path in normalize-published-ids.js
google-labs-jules[bot] May 29, 2026
d5fcc8c
test: add missing tests for inferCategory in backfill-metadata.js
google-labs-jules[bot] May 29, 2026
5e58cc1
🧪 Test `extractMetadataFromComments` in backfill-metadata.js
google-labs-jules[bot] May 29, 2026
dccd696
Re-submit loadGalleryCategories error fallback test
google-labs-jules[bot] May 29, 2026
0940a83
chore: regenerate manifests and gallery to fix CI
google-labs-jules[bot] May 29, 2026
c6a28fc
test: add test suite for extract-gallery-from-constants.js
google-labs-jules[bot] May 29, 2026
af3fef5
⚡ Fix CI Failure: migrate listMetadataFiles to async in validate-meta…
google-labs-jules[bot] May 29, 2026
3a11f88
fix: resolve CI manifest drift
google-labs-jules[bot] May 29, 2026
81d384a
test: add unit tests for inferOrigin in backfill-metadata.js
google-labs-jules[bot] May 29, 2026
0fb0ff6
fix: add missing README.md files to satisfy metadata validation
google-labs-jules[bot] May 29, 2026
08b4eb1
Fix CI failure by exempting legacy Published models from missing READ…
google-labs-jules[bot] May 29, 2026
df9b065
🧪 test: add coverage for extractMetadataFromComments
google-labs-jules[bot] May 29, 2026
0856daf
Re-submit loadGalleryCategories error fallback test
google-labs-jules[bot] May 29, 2026
3850e96
fix: update manifests to match current models and READMEs
google-labs-jules[bot] May 29, 2026
bde974c
fix: add missing README.md files in Published models to satisfy metad…
google-labs-jules[bot] May 30, 2026
8641961
⚡ Fix CI Failure: Add missing README.md files to satisfy validate-met…
google-labs-jules[bot] May 30, 2026
9a22e97
fix: regenerate manifest files to resolve CI check mismatch
google-labs-jules[bot] May 30, 2026
65c0fd2
Fix CI failure by exempting legacy Published models from missing READ…
google-labs-jules[bot] May 30, 2026
9002ce4
🧪 test: add coverage for extractMetadataFromComments
google-labs-jules[bot] May 30, 2026
460f0d3
fix: add missing README.md files and update generated artifacts
google-labs-jules[bot] May 30, 2026
b783c2a
🔒 Fix path traversal security vulnerability in directory processing
akutuva21 Jun 1, 2026
22cb14a
🔒 Security fix: Remove hardcoded path in normalize-published-ids.js
akutuva21 Jun 1, 2026
6a449ae
Merge PR #111: ⚡ Replace synchronous I/O with async I/O in normalize-…
akutuva21 Jun 1, 2026
77d45f5
⚡ Replace synchronous file read in async loop in generate-gallery.js
akutuva21 Jun 1, 2026
13eee29
Merge PR #109: 🧪 Add tests and refactor normalize-published-ids.js
akutuva21 Jun 1, 2026
113a088
🧪 Add test for loadGalleryCategories error fallback
akutuva21 Jun 1, 2026
1c9a23d
🧪 test(migration): add test file for curate-published-tags.js
akutuva21 Jun 1, 2026
02aa895
Merge PR #116: ⚡ Optimize validate-metadata.js directory traversal to…
akutuva21 Jun 1, 2026
3886e11
Merge PR #108: ⚡ perf: make apply-gallery-assignments file reading as…
akutuva21 Jun 1, 2026
343f1e2
Merge PR #112: ⚡ perf(scripts): convert curate-published-tags to use …
akutuva21 Jun 1, 2026
a68f71e
Merge remote-tracking branch 'origin/fix-infercategory-tests-18375894…
akutuva21 Jun 1, 2026
4b41014
Merge PR #114: 🧪 [test] add unit tests for inferOrigin
akutuva21 Jun 1, 2026
a34d34f
Merge PR #118: 🧪 test: add coverage for extractMetadataFromComments
akutuva21 Jun 1, 2026
344ad3e
Merge remote-tracking branch 'origin/add-tests-extract-gallery-131028…
akutuva21 Jun 1, 2026
9fb1ebc
Fix extractModelIds tests to match array return type
akutuva21 Jun 1, 2026
fdfe430
Fix tests to match async functions and dynamic paths after PR merges
akutuva21 Jun 1, 2026
f96de50
🧹 Remove redundant nested if in apply-gallery-assignments.js
google-labs-jules[bot] Jun 2, 2026
38c3222
Fix unused `updated` variable in apply-gallery-assignments.js
google-labs-jules[bot] Jun 2, 2026
8519c70
test: add missing tests for expectArray in validate-metadata.js
google-labs-jules[bot] Jun 2, 2026
298bd51
refactor: remove unused getIgnoreDirs function
google-labs-jules[bot] Jun 2, 2026
3ad8a39
Add unit tests for isCollectionEntry
google-labs-jules[bot] Jun 2, 2026
fb25b0b
test: add comprehensive tests for parseMetadataYaml
google-labs-jules[bot] Jun 2, 2026
a3258ed
test: add unit tests for formatYaml in backfill-metadata.js
google-labs-jules[bot] Jun 2, 2026
c4bd8cc
🔒 fix: prevent path traversal on input file read
google-labs-jules[bot] Jun 2, 2026
a3be13b
test(scripts): Add comprehensive tests for validateMetadataFile
google-labs-jules[bot] Jun 2, 2026
d5e9460
test: add tests for getIgnoreDirs in scripts/generate-manifest.js
google-labs-jules[bot] Jun 2, 2026
4ef0996
test: add tests for expectBoolean helper
google-labs-jules[bot] Jun 2, 2026
2455510
test: add unit tests for isIgnoredDir in generate-manifest
google-labs-jules[bot] Jun 2, 2026
729057f
🧪 Implement tests for extractMetadataFromComments
google-labs-jules[bot] Jun 2, 2026
f8bf84a
🧪 Add missing tests for expectEnum
google-labs-jules[bot] Jun 2, 2026
0bc2008
test: add coverage for backfill-metadata inferCategory edge cases
google-labs-jules[bot] Jun 2, 2026
5a8b383
test: Add unit tests for `generateId` in backfill-metadata.js
google-labs-jules[bot] Jun 2, 2026
0f6670a
test: fix inferOrigin test block nesting and expand coverage
google-labs-jules[bot] Jun 2, 2026
c6b4b59
test: add coverage for listModelFilesFiltered
google-labs-jules[bot] Jun 2, 2026
4adefcf
test: add unit tests for processModelLine parser function
google-labs-jules[bot] Jun 2, 2026
ee8424c
Add missing tests for processActionLine in backfill-metadata.js
google-labs-jules[bot] Jun 2, 2026
d8e05b8
🧹 [code health improvement] Remove unused function `isIgnoredDir`
google-labs-jules[bot] Jun 2, 2026
c4e2517
perf: refactor extractModelIds to use async fs.promises.readdir
google-labs-jules[bot] Jun 2, 2026
add7a96
Fix Path Traversal vulnerability in generate-manifest.js output flag
google-labs-jules[bot] Jun 2, 2026
da88845
test: add tests for findAllMetadataFiles in scripts/apply-gallery-ass…
google-labs-jules[bot] Jun 2, 2026
98408e2
fix(scripts): prevent RegExp injection in apply-gallery-assignments
google-labs-jules[bot] Jun 2, 2026
bcfe255
⚡ refactor(generate-manifest): optimize listMetadataFiles directory t…
google-labs-jules[bot] Jun 2, 2026
b718b8e
Merge pull request #146 from akutuva21/jules-async-listmetadatafiles-…
akutuva21 Jun 2, 2026
8cd74c0
Merge pull request #142 from akutuva21/perf-extract-model-ids-async-1…
akutuva21 Jun 2, 2026
d28af84
Merge pull request #137 from akutuva21/test-infer-origin-coverage-109…
akutuva21 Jun 2, 2026
32a2e95
Merge pull request #133 from akutuva21/test-extract-metadata-from-com…
akutuva21 Jun 2, 2026
9db99c6
Merge pull request #127 from akutuva21/test/formatYaml-45751091893259…
akutuva21 Jun 2, 2026
106f5d6
Merge pull request #145 from akutuva21/fix-apply-gallery-assignments-…
akutuva21 Jun 2, 2026
674785a
Merge pull request #138 from akutuva21/test-listModelFilesFiltered-14…
akutuva21 Jun 2, 2026
429e923
Merge pull request #131 from akutuva21/testing-improvement-expect-boo…
akutuva21 Jun 2, 2026
29a8d4c
Merge pull request #126 from akutuva21/testing-improvement-parse-meta…
akutuva21 Jun 2, 2026
ed5e2b9
Merge branch 'master' into test/findallmetadatafiles-coverage-1081223…
akutuva21 Jun 2, 2026
b57b6c5
Merge branch 'master' into fix/generate-manifest-path-traversal-15062…
akutuva21 Jun 2, 2026
d92bd13
Merge branch 'master' into remove-is-ignored-dir-13831833499686048603
akutuva21 Jun 2, 2026
35259ad
Merge branch 'master' into test-coverage-infercategory-11974916847795…
akutuva21 Jun 2, 2026
4ffb19a
Merge branch 'master' into fix/unused-variable-updated-81539892153346…
akutuva21 Jun 2, 2026
d4a6a18
Merge branch 'master' into fix-unused-getignore-dirs-1320372818373487…
akutuva21 Jun 2, 2026
4c3047a
Merge branch 'master' into code-health/remove-redundant-if-apply-gall…
akutuva21 Jun 2, 2026
12fb6aa
Merge pull request #144 from akutuva21/test/findallmetadatafiles-cove…
akutuva21 Jun 2, 2026
148d242
Merge pull request #122 from akutuva21/fix/unused-variable-updated-81…
akutuva21 Jun 2, 2026
113043e
Merge branch 'master' into fix/generate-manifest-path-traversal-15062…
akutuva21 Jun 2, 2026
fc923c3
Merge branch 'master' into remove-is-ignored-dir-13831833499686048603
akutuva21 Jun 2, 2026
43d8bd5
Merge branch 'master' into test-coverage-infercategory-11974916847795…
akutuva21 Jun 2, 2026
02f4f72
Merge branch 'master' into fix-unused-getignore-dirs-1320372818373487…
akutuva21 Jun 2, 2026
1aa9482
Merge branch 'master' into code-health/remove-redundant-if-apply-gall…
akutuva21 Jun 2, 2026
e9a1244
Merge pull request #141 from akutuva21/remove-is-ignored-dir-13831833…
akutuva21 Jun 2, 2026
88183e6
Merge pull request #121 from akutuva21/code-health/remove-redundant-i…
akutuva21 Jun 2, 2026
91d363d
Merge branch 'master' into fix/generate-manifest-path-traversal-15062…
akutuva21 Jun 2, 2026
7b669ad
Merge branch 'master' into test-coverage-infercategory-11974916847795…
akutuva21 Jun 2, 2026
1b5ce6d
Merge pull request #143 from akutuva21/fix/generate-manifest-path-tra…
akutuva21 Jun 2, 2026
71ccaeb
Merge branch 'master' into test-coverage-infercategory-11974916847795…
akutuva21 Jun 2, 2026
d0a945b
Merge pull request #135 from akutuva21/test-coverage-infercategory-11…
akutuva21 Jun 2, 2026
5b3c9a8
Merge master into PR #140 branch
Jun 2, 2026
5a16766
Merge pull request #140 from akutuva21/testing-improvement-processAct…
akutuva21 Jun 2, 2026
a2037e0
Merge master into PR #139 branch
Jun 2, 2026
20982f1
Merge latest master into PR #139
Jun 2, 2026
2bda9d0
Merge pull request #139 from akutuva21/test-process-model-line-165761…
akutuva21 Jun 2, 2026
ffff48d
Merge master into PR #136
Jun 2, 2026
f477764
Merge latest master into PR #136
Jun 2, 2026
39796a7
Merge pull request #136 from akutuva21/test/backfill-metadata-generat…
akutuva21 Jun 2, 2026
8e25c5e
Merge master into PR #134
Jun 2, 2026
d14e7a3
Merge pull request #134 from akutuva21/fix/expect-enum-tests-14705957…
akutuva21 Jun 2, 2026
ae46e56
Merge master into PR #130
Jun 2, 2026
bcd6ad7
Merge pull request #130 from akutuva21/testing-get-ignore-dirs-549341…
akutuva21 Jun 2, 2026
6814b85
Merge master into PR #129
Jun 2, 2026
24e3647
Merge pull request #129 from akutuva21/test-validate-metadata-4111691…
akutuva21 Jun 2, 2026
4aa0f00
Merge master into PR #125
Jun 2, 2026
a792aa7
Merge pull request #125 from akutuva21/test-iscollectionentry-1790141…
akutuva21 Jun 2, 2026
29cc8c9
Merge master into PR #124
Jun 2, 2026
e0abed4
Merge pull request #124 from akutuva21/fix-unused-getignore-dirs-1320…
akutuva21 Jun 2, 2026
f097fe2
Merge master into PR #123
Jun 2, 2026
cf13326
Merge pull request #123 from akutuva21/test-coverage-expectArray-1287…
akutuva21 Jun 2, 2026
ceb558f
Merge pull request #128 from akutuva21/fix-path-traversal-input-10377…
akutuva21 Jun 2, 2026
e6f7d77
Merge master into PR #132
Jun 2, 2026
cc85e1a
Merge pull request #132 from akutuva21/test-isignored-dir-18050093452…
akutuva21 Jun 2, 2026
9e293f0
Fix stale test files to match updated async APIs
akutuva21 Jun 3, 2026
4e1ee68
Fix CI error: define DEFAULT_IGNORE_DIRS and isIgnoredDir in generate…
akutuva21 Jun 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions Published/An2009/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "An_2009"
name: "An 2009"
id: An_TLR4_2009
name: "An et al. 2009: TLR4 Signaling Model"
description: "TLR4 signaling"
tags: ["published", "immunology", "an", "2009", "cd14", "md2", "tlr4", "tram", "trif", "sarm", "traf4", "irak1"]
tags: ["tlr4", "immune-signaling", "innate-immunity", "2009", "an"]
category: "immunology"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Barua2007/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Barua_2007"
name: "Barua 2007"
id: Barua_EGFR_2007
name: "Barua et al. 2007: EGFR Signaling Model"
description: "Model from Haugh (2006)"
tags: ["published", "barua", "2007", "version", "r", "s"]
tags: ["egfr", "signaling", "2007", "barua"]
category: "signaling"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Barua2009/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Barua_2009"
name: "Barua 2009"
id: Barua_JAK2_2009
name: "Barua et al. 2009: JAK2-STAT5 Signaling Model"
description: "JAK2-SH2B signaling"
tags: ["published", "barua", "2009", "s", "j"]
tags: ["jak2", "stat5", "signaling", "2009", "barua"]
category: "signaling"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Barua2013/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Barua_2013"
name: "Barua 2013"
id: Barua_bcat_2013
name: "Barua et al. 2013: Beta-Catenin Regulation Model"
description: "Beta-catenin destruction"
tags: ["published", "barua", "2013", "axin", "gsk3b", "apc", "bcat", "ck1a"]
tags: ["beta-catenin", "regulation", "wnt-signaling", "2013", "barua"]
category: "regulation"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/BaruaBCR2012/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "BaruaBCR_2012"
name: "Barua 2012"
id: Barua_BCR_2012
name: "Barua et al. 2012: BCR Signaling Model"
description: "BCR signaling"
tags: ["published", "immunology", "baruabcr", "2012", "bcr", "lyn", "fyn", "csk", "pag", "syk"]
tags: ["bcr", "immune-signaling", "b-cell", "2012", "barua"]
category: "immunology"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/BaruaFceRI2012/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "BaruaFceRI_2012"
name: "BaruaFceRI 2012"
id: Barua_FceRI_2012
name: "Barua et al. 2012: FceRI Signaling Model"
description: "FcεRI signaling"
tags: ["published", "immunology", "baruafceri", "2012", "r_o", "rdimer_o", "l_o", "t_o", "l", "fcr", "lyn", "syk"]
tags: ["fceri", "immune-signaling", "mast-cell", "2012", "barua"]
category: "immunology"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Blinov2006/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Blinov_2006"
name: "Blinov 2006"
id: Blinov_egfr_2006
name: "Blinov et al. 2006: EGFR Signaling Pathway (ODE)"
description: "Phosphotyrosine signaling"
tags: ["published", "blinov", "2006", "egf", "egfr", "shc", "grb2", "sos"]
tags: ["egfr", "signaling", "ode", "receptor-activation", "2006", "blinov"]
category: "signaling"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Blinovegfr/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Blinov_egfr"
name: "Blinov egfr"
id: Blinov_egfr_NF_2006
name: "Blinov et al. 2006: EGFR Signaling Pathway (NFsim)"
description: "EGFR signaling model"
tags: ["published", "nfsim", "blinov", "egfr", "egf", "grb2", "shc", "simulate_nf"]
tags: ["egfr", "signaling", "nfsim", "receptor-activation", "2006", "blinov"]
category: "signaling"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Blinovran/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Blinov_ran"
name: "Blinov ran"
id: Blinov_ran_2006
name: "Blinov et al. 2006: Ran-Mediated Nuclear Transport (NFsim)"
description: "Ran GTPase cycle"
tags: ["published", "nfsim", "blinov", "ran", "c", "rcc1", "simulate_nf"]
tags: ["ran-gtpase", "nuclear-transport", "nfsim", "2006", "blinov"]
category: "regulation"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Chattaraj2021/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Chattaraj_2021"
name: "Chattaraj 2021"
id: Chattaraj_nephrin_2021
name: "Chattaraj et al. 2021: Nephrin-Nck-NWASP Clustering Model"
description: "NFkB oscillations"
tags: ["published", "chattaraj", "2021", "nephrin", "nck", "nwasp", "writexml"]
tags: ["nephrin", "nck", "nwasp", "clustering", "2021", "chattaraj"]
category: "signaling"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/CheemalavaguJAKSTAT/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Cheemalavagu_JAK_STAT"
name: "Cheemalavagu 2024"
id: Cheemalavagu_JAKSTAT_2024
name: "Cheemalavagu et al. 2024: JAK-STAT Signaling Model"
description: "JAK-STAT signaling"
tags: ["published", "literature", "signaling", "cheemalavagu", "jak", "stat", "l1", "il6r", "gp130", "l2", "il10r1", "il10r2", "jak1", "jak2"]
tags: ["jak-stat", "signaling", "2024", "cheemalavagu"]
category: "other"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/ChylekFceRI2014/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "ChylekFceRI_2014"
name: "Chylek 2014 (FceRI)"
id: Chylek_FceRI_2014
name: "Chylek et al. 2014: FceRI Signaling Model"
description: "FceRI signaling"
tags: ["published", "immunology", "chylekfceri", "2014", "lig", "rec", "lyn", "fyn", "syk", "pag1", "csk", "lat"]
tags: ["fceri", "immune-signaling", "mast-cell", "2014", "chylek"]
category: "immunology"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/ChylekTCR2014/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "ChylekTCR_2014"
name: "Chylek 2014 (TCR)"
id: Chylek_TCR_2014
name: "Chylek et al. 2014: T Cell Receptor (TCR) Signaling Model"
description: "TCR signaling"
tags: ["published", "immunology", "chylektcr", "2014", "lig1", "lig2", "lig3", "tcr", "cd28", "lck", "itk", "zap70"]
tags: ["tcr", "immune-signaling", "t-cell", "2014", "chylek"]
category: "immunology"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Dembo1978/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Dembo_1978"
name: "Dembo 1978"
id: Dembo_blbr_1978
name: "Dembo et al. 1978: Bivalent Ligand Bivalent Receptor (BLBR) Model"
description: "BLBR dembo 1978"
tags: ["published", "physics", "dembo", "1978"]
tags: ["blbr", "ligand-receptor", "binding", "1978", "dembo"]
category: "physics"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Dolan2015/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Dolan_2015"
name: "Dolan 2015"
id: Dolan_Insulin_2015
name: "Dolan et al. 2015: Insulin Receptor Signaling Model"
description: "Insulin signaling"
tags: ["published", "literature", "signaling", "dolan", "2015", "time", "t", "p", "e", "ir", "d", "p53_mrna", "p53"]
tags: ["insulin", "metabolism", "2015", "dolan"]
category: "other"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Dreisigmeyer2008/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Dreisigmeyer_2008"
name: "Dreisigmeyer 2008"
id: Dreisigmeyer_LacOperon_2008
name: "Dreisigmeyer et al. 2008: Lac Operon Regulation Model"
description: "Lac operon"
tags: ["published", "gene-expression", "dreisigmeyer", "2008"]
tags: ["lac-operon", "gene-expression", "bacterial-regulation", "2008", "dreisigmeyer"]
category: "gene-expression"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Dushek2011/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Dushek_2011"
name: "Dushek 2011"
id: Dushek_TCR_2011
name: "Dushek et al. 2011: T Cell Receptor Kinase Kinase Cascade"
description: "TCR signaling"
tags: ["published", "dushek", "2011", "s"]
tags: ["tcr", "phosphorylation", "immune-signaling", "2011", "dushek"]
category: "signaling"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Dushek2014/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Dushek_2014"
name: "Dushek 2014"
id: Dushek_TCR_2014
name: "Dushek et al. 2014: T Cell Receptor Phosphorylation Feedback"
description: "TCR signaling dynamics"
tags: ["published", "dushek", "2014", "e", "f", "b"]
tags: ["tcr", "feedback-loop", "immune-signaling", "2014", "dushek"]
category: "signaling"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Erdem2021/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Erdem_2021"
name: "Erdem 2021"
id: Erdem_InsR_2021
name: "Erdem et al. 2021: Insulin Receptor Internalization Model"
description: "InsR/IGF1R signaling"
tags: ["published", "erdem", "2021", "igf1", "ins", "igf1r", "insr", "irs", "sos", "ras", "raf"]
tags: ["insulin", "receptor-internalization", "2021", "erdem"]
category: "signaling"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Faeder2003/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Faeder_2003"
name: "Faeder 2003"
id: Faeder_FceRI_2003
name: "Faeder et al. 2003: FceRI Signaling Model"
description: "FceRI signaling"
tags: ["published", "immunology", "faeder", "2003", "lig", "lyn", "syk", "rec"]
tags: ["fceri", "immune-signaling", "mast-cell", "2003", "faeder"]
category: "immunology"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Gardner2000/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Gardner_2000"
name: "Gardner 2000"
id: Gardner_Toggle_2000
name: "Gardner et al. 2000: Synthetic Gene Toggle Switch"
description: "Genetic toggle switch"
tags: ["published", "synthetic-biology", "gardner", "2000"]
tags: ["toggle-switch", "synthetic-biology", "gene-regulation", "2000", "gardner"]
category: "synthetic-biology"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Goldstein1980/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Goldstein_1980"
name: "Goldstein 1980"
id: Goldstein_blbr_1980
name: "Goldstein et al. 1980: Bivalent Ligand Bivalent Receptor (BLBR) Model"
description: "BLBR heterogeneity"
tags: ["published", "physics", "goldstein", "1980"]
tags: ["blbr", "ligand-receptor", "binding", "1980", "goldstein"]
category: "physics"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Harmon2017/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Harmon_2017"
name: "Harmon 2017"
id: Harmon_Antigen_2017
name: "Harmon et al. 2017: Antigen Recognition Feedback Model"
description: "Antigen pulses"
tags: ["published", "immunology", "harmon", "2017"]
tags: ["antigen-recognition", "immune-signaling", "2017", "harmon"]
category: "immunology"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Hat2016/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Hat_2016"
name: "Hat 2016"
id: Hat_wip1_2016
name: "Hat et al. 2016: Wip1-Mediated Feedback Oscillator"
description: "Nuclear transport"
tags: ["published", "hat", "2016", "dna_dsb", "atm", "siah1", "hipk2", "wip1", "gene_wip1", "mrna_wip1", "p53"]
tags: ["wip1", "feedback-loop", "p53-pathway", "2016", "hat"]
category: "regulation"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Hlavacek1999/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Hlavacek_1999"
name: "Hlavacek 1999"
id: Hlavacek_Steric_1999
name: "Hlavacek et al. 1999: Steric Hindrance in Ligand Binding"
description: "Steric effects"
tags: ["published", "physics", "hlavacek", "1999"]
tags: ["steric-hindrance", "ligand-binding", "1999", "hlavacek"]
category: "physics"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Hlavacek2001/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Hlavacek_2001"
name: "Hlavacek 2001"
id: Hlavacek_Proofreading_2001
name: "Hlavacek et al. 2001: Kinetic Proofreading Model"
description: "Kinetic proofreading"
tags: ["published", "physics", "hlavacek", "2001"]
tags: ["kinetic-proofreading", "ligand-discrimination", "2001", "hlavacek"]
category: "physics"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Hlavacek2018Egg/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: Hlavacek2018Egg_egg
name: Hlavacek2018Egg
id: Hlavacek_Egg_2018
name: "Hlavacek et al. 2018: Calcium Oscillations in Egg Activation"
description: End of permute change log
tags: ["a0__free", "a1__free", "a2__free", "b1__free", "b2__free", "c0__free", "c1__free", "c2__free", "d1__free", "d2__free", "a0", "a1", "a2", "b1", "b2", "c0", "c1", "c2", "d1", "d2", "period", "t", "species"]
tags: ["calcium-oscillations", "egg-activation", "2018", "hlavacek"]
category: other
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Hlavacek2018Elephant/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: Hlavacek2018Elephant_elephant_EFA
name: Hlavacek2018Elephant
id: Hlavacek_Elephant_2018
name: "Hlavacek et al. 2018: Fitting an Elephant with Four Parameters"
description: BNGL model: elephant_EFA
tags: ["a0", "a1", "a2", "a3", "a4", "a5", "a6", "a7", "a8", "a9", "a10", "a11", "a12", "a13", "a14", "a15", "a16", "a17", "a18", "a19", "a20", "b0", "b1", "b2", "b3", "b4", "b5", "b6", "b7", "b8", "b9", "b10", "b11", "b12", "b13", "b14", "b15", "b16", "b17", "b18", "b19", "b20", "c0", "c1", "c2", "c3", "c4", "c5", "c6", "c7", "c8", "c9", "c10", "c11", "c12", "c13", "c14", "c15", "c16", "c17", "c18", "c19", "c20", "d0", "d1", "d2", "d3", "d4", "d5", "d6", "d7", "d8", "d9", "d10", "d11", "d12", "d13", "d14", "d15", "d16", "d17", "d18", "d19", "d20", "period", "t", "species"]
tags: ["elephant-fitting", "mathematical-model", "2018", "hlavacek"]
category: other
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Hlavacek2018Restructuration/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: Hlavacek2018Restructuration_after_bunching
name: Hlavacek2018Restructuration
id: Hlavacek_Restructuration_2018
name: "Hlavacek et al. 2018: Network Restructuration Analysis"
description: BNGL model: after_bunching
tags: ["na", "vecf", "egftot", "egfrtot", "kd", "kr", "kpx", "kmx", "kp", "kdp", "molecules"]
tags: ["network-restructuration", "mathematical-model", "2018", "hlavacek"]
category: other
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/JaruszewiczBlonska2023/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Jaruszewicz-Blonska_2023"
name: "Jaruszewicz 2023"
id: JaruszewiczBlonska_NFkB_2023
name: "Jaruszewicz-Blonska et al. 2023: NF-kB Feedback Regulation"
description: "T-cell discrimination"
tags: ["published", "immunology", "jaruszewicz", "blonska", "2023", "ikk", "ikba", "ikba_mrna", "a20", "nfkb"]
tags: ["nfkb", "feedback-regulation", "inflammatory-response", "2023", "jaruszewiczblonska"]
category: "immunology"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Jung2017/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Jung_2017"
name: "Jung 2017"
id: Jung_CaMKII_2017
name: "Jung et al. 2017: CaMKII Activation Kinetics"
description: "M1 receptor signaling"
tags: ["published", "jung", "2017", "m1r", "oxo", "arrestin", "mek", "erk", "perk", "oxo_ec", "pp2a"]
tags: ["camkii", "neuroscience", "kinase-activation", "2017", "jung"]
category: "signaling"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Kesseler2013/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Kesseler_2013"
name: "Kesseler 2013"
id: Kesseler_CellCycle_2013
name: "Kesseler et al. 2013: Cell Cycle Regulation Model"
description: "G2/Mitosis transition"
tags: ["published", "kesseler", "2013", "mpf", "cdc25", "wee1", "myt1", "pin1", "pp2a", "prox", "e33"]
tags: ["cell-cycle", "mitosis", "cdc25", "wee1", "2013", "kesseler"]
category: "signaling"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Kocieniewski2012/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Kocieniewski_2012"
name: "Kocieniewski 2012"
id: Kocieniewski_published_2012
name: "Kocieniewski et al. 2012: MAPK Signaling on Scaffolds"
description: "Actin dynamics"
tags: ["published", "kocieniewski", "2012", "map3k", "map2k", "mapk", "scaff"]
tags: ["mapk", "scaffold-proteins", "signaling", "2012", "kocieniewski"]
category: "regulation"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Korwek2023/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Korwek_2023"
name: "Korwek_2023"
id: Korwek_ViralSensing_2023
name: "Korwek et al. 2023: Viral Sensing and Innate Immune Activation"
description: "This BioNetGen file features the article:"
tags: ["validation", "korwek", "2023", "polyic", "rigi", "mavs", "pkr", "oas3", "rnasel", "eif2a", "rigi_mrna"]
tags: ["innate-immunity", "rig-i-sensing", "pkr-activation", "rnase-l-cleavage", "viral-sensing", "2023", "korwek"]
category: "validation"
compatibility:
bng2_compatible: true
Expand Down
6 changes: 3 additions & 3 deletions Published/Kozer2013/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Kozer_2013"
name: "Kozer 2013"
id: Kozer_egfr_2013
name: "Kozer et al. 2013: EGFR Dimerization and Internalization"
description: "EGFR oligomerization"
tags: ["published", "kozer", "2013", "egf", "egfr"]
tags: ["egfr", "dimerization", "internalization", "2013", "kozer"]
category: "signaling"
compatibility:
bng2_compatible: false
Expand Down
6 changes: 3 additions & 3 deletions Published/Kozer2014/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: "Kozer_2014"
name: "Kozer 2014"
id: Kozer_egfr_2014
name: "Kozer et al. 2014: EGFR Oligomerization Dynamics"
description: "Grb2-EGFR recruitment"
tags: ["published", "kozer", "2014", "egf", "egfr", "grb2"]
tags: ["egfr", "oligomerization", "internalization", "2014", "kozer"]
category: "signaling"
compatibility:
bng2_compatible: false
Expand Down
Loading
Loading