diff --git a/.github/workflows/autocommit.yml b/.github/workflows/autocommit.yml index 3c50501b0a..8089498e0c 100644 --- a/.github/workflows/autocommit.yml +++ b/.github/workflows/autocommit.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c8bc6b6496..385f4021df 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit @@ -50,7 +50,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 + uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -60,7 +60,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 + uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 # ℹ️ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -73,6 +73,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 + uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 955b3b3fb2..21a469b132 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,11 +17,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit - name: 'Checkout Repository' uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 'Dependency Review' - uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0 + uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0 diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index a086395705..686ccdc0d8 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -32,14 +32,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0 + uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0 with: ruby-version: '3.2.2' bundler-cache: true @@ -64,7 +64,7 @@ jobs: needs: build steps: - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 4d9dd71b70..edd2d6598d 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 with: egress-policy: audit @@ -63,7 +63,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: SARIF file path: results.sarif @@ -71,6 +71,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 + uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 with: sarif_file: results.sarif diff --git a/.github/workflows/updatedatafromlfx.yml b/.github/workflows/updatedatafromlfx.yml index 7174ffb029..8974b9d90a 100644 --- a/.github/workflows/updatedatafromlfx.yml +++ b/.github/workflows/updatedatafromlfx.yml @@ -5,7 +5,7 @@ on: - "labeled" - "unlabeled" schedule: - - cron: '0 0 * * *' + - cron: '0 13 * * *' workflow_dispatch: jobs: build: diff --git a/README.md b/README.md index fe065efeb7..09bf779d44 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Academy Software Foundation Techincal Advisory Council (TAC) +# Academy Software Foundation Technical Advisory Council (TAC) This repo contains materials, meeting materials, and process documents for the Academy Software Foundation TAC. diff --git a/_data/clomonitor.yaml b/_data/clomonitor.yaml index 169097bf6a..80542b834d 100644 --- a/_data/clomonitor.yaml +++ b/_data/clomonitor.yaml @@ -13,6 +13,78 @@ url: https://github.com/vfx-rs/organization exclude: - clomonitor + - name: arewevfxyet + url: https://github.com/vfx-rs/arewevfxyet + exclude: + - clomonitor + - name: babble + url: https://github.com/vfx-rs/babble + exclude: + - clomonitor + - name: cppmm + url: https://github.com/vfx-rs/cppmm + exclude: + - clomonitor + - name: cppmm-build + url: https://github.com/vfx-rs/cppmm-build + exclude: + - clomonitor + - name: cppmm-refptr + url: https://github.com/vfx-rs/cppmm-refptr + exclude: + - clomonitor + - name: imath-traits + url: https://github.com/vfx-rs/imath-traits + exclude: + - clomonitor + - name: meeting-minutes + url: https://github.com/vfx-rs/meeting-minutes + exclude: + - clomonitor + - name: ocio-bind + url: https://github.com/vfx-rs/ocio-bind + exclude: + - clomonitor + - name: oiio-bind + url: https://github.com/vfx-rs/oiio-bind + exclude: + - clomonitor + - name: openexr-bind + url: https://github.com/vfx-rs/openexr-bind + exclude: + - clomonitor + - name: openexr-core-rs + url: https://github.com/vfx-rs/openexr-core-rs + exclude: + - clomonitor + - name: openexr-rs + url: https://github.com/vfx-rs/openexr-rs + exclude: + - clomonitor + - name: openexr-sys + url: https://github.com/vfx-rs/openexr-sys + exclude: + - clomonitor + - name: opentimelineio-bind + url: https://github.com/vfx-rs/opentimelineio-bind + exclude: + - clomonitor + - name: ptex-bind + url: https://github.com/vfx-rs/ptex-bind + exclude: + - clomonitor + - name: rfcs + url: https://github.com/vfx-rs/rfcs + exclude: + - clomonitor + - name: template-project + url: https://github.com/vfx-rs/template-project + exclude: + - clomonitor + - name: usd-bind + url: https://github.com/vfx-rs/usd-bind + exclude: + - clomonitor - name: aswf-continuous-integration-wg display_name: Continuous Integration Working Group description: "The ASWF\u2019s investment in CI build infrastructure will provide\ @@ -47,7 +119,7 @@ logo_url: https://artwork.aswf.io/projects/dpel/stacked/black/dpel-stacked-black.svg logo_url_dark: https://artwork.aswf.io/projects/dpel/stacked/black/dpel-stacked-black.svg devstats_url: null - maturity: adopted + maturity: graduated repositories: - name: dpel-website url: https://github.com/AcademySoftwareFoundation/dpel-website @@ -81,7 +153,7 @@ logo_url: https://artwork.aswf.io/projects/materialx/stacked/color/materialx-stacked-color.svg logo_url_dark: https://artwork.aswf.io/projects/materialx/stacked/color/materialx-stacked-color.svg devstats_url: null - maturity: adopted + maturity: graduated repositories: - name: MaterialX url: https://github.com/materialx/MaterialX @@ -164,6 +236,42 @@ url: https://github.com/OpenAssetIO/OpenAssetIO exclude: - clomonitor + - name: OpenAssetIO-Manager-BAL + url: https://github.com/OpenAssetIO/OpenAssetIO-Manager-BAL + exclude: + - clomonitor + - name: OpenAssetIO-MediaCreation + url: https://github.com/OpenAssetIO/OpenAssetIO-MediaCreation + exclude: + - clomonitor + - name: OpenAssetIO-Test-CMake + url: https://github.com/OpenAssetIO/OpenAssetIO-Test-CMake + exclude: + - clomonitor + - name: OpenAssetIO-TraitGen + url: https://github.com/OpenAssetIO/OpenAssetIO-TraitGen + exclude: + - clomonitor + - name: OpenAssetIO-WG + url: https://github.com/OpenAssetIO/OpenAssetIO-WG + exclude: + - clomonitor + - name: Template-OpenAssetIO-Manager-Python + url: https://github.com/OpenAssetIO/Template-OpenAssetIO-Manager-Python + exclude: + - clomonitor + - name: openassetio.github.io + url: https://github.com/OpenAssetIO/openassetio.github.io + exclude: + - clomonitor + - name: otio-openassetio + url: https://github.com/OpenAssetIO/otio-openassetio + exclude: + - clomonitor + - name: usdOpenAssetIOResolver + url: https://github.com/OpenAssetIO/usdOpenAssetIOResolver + exclude: + - clomonitor - name: opencolorio display_name: OpenColorIO description: The OpenColorIO project is committed to providing an industry standard @@ -173,7 +281,7 @@ logo_url: https://artwork.aswf.io/projects/opencolorio/stacked/color/opencolorio-stacked-color.svg logo_url_dark: https://artwork.aswf.io/projects/opencolorio/stacked/color/opencolorio-stacked-color.svg devstats_url: null - maturity: adopted + maturity: graduated repositories: - name: OpenColorIO url: https://github.com/AcademySoftwareFoundation/OpenColorIO @@ -193,7 +301,7 @@ logo_url: https://artwork.aswf.io/projects/opencue/stacked/black/opencue-stacked-black.svg logo_url_dark: https://artwork.aswf.io/projects/opencue/stacked/black/opencue-stacked-black.svg devstats_url: null - maturity: adopted + maturity: graduated repositories: - name: OpenCue url: https://github.com/AcademySoftwareFoundation/OpenCue @@ -212,7 +320,7 @@ logo_url: https://artwork.aswf.io/projects/openexr/stacked/color/openexr-stacked-color.svg logo_url_dark: https://artwork.aswf.io/projects/openexr/stacked/color/openexr-stacked-color.svg devstats_url: null - maturity: adopted + maturity: graduated repositories: - name: openexr url: https://github.com/AcademySoftwareFoundation/openexr @@ -295,7 +403,7 @@ logo_url: https://artwork.aswf.io/projects/openvdb/stacked/color/openvdb-stacked-color.svg logo_url_dark: https://artwork.aswf.io/projects/openvdb/stacked/color/openvdb-stacked-color.svg devstats_url: null - maturity: adopted + maturity: graduated repositories: - name: openvdb url: https://github.com/AcademySoftwareFoundation/openvdb diff --git a/_data/meeting-agenda-items.csv b/_data/meeting-agenda-items.csv index 11f0ce8436..7e81d0ac2c 100644 --- a/_data/meeting-agenda-items.csv +++ b/_data/meeting-agenda-items.csv @@ -1,34 +1,32 @@ title,url,number,scheduled_date,status,last_review_date,meeting_label -New Project Proposal - SPK/SPFS,https://github.com/AcademySoftwareFoundation/tac/issues/915,915,,Next Meeting Agenda Items,,1-new-project-wg -Security Threat model analysis for ASWF projects,https://github.com/AcademySoftwareFoundation/tac/issues/615,615,,Next Meeting Agenda Items,,4-tac-meeting-short -D&I Working Group,https://github.com/AcademySoftwareFoundation/tac/issues/473,473,2025-01-08,Next Meeting Agenda Items,,2-annual-review -OpenVDB,https://github.com/AcademySoftwareFoundation/tac/issues/480,480,2025-01-08,Next Meeting Agenda Items,2024-01-10,2-annual-review -OpenTimelineIO,https://github.com/AcademySoftwareFoundation/tac/issues/477,477,2024-11-13,In Voting,2023-12-13,2-annual-review +OpenColorIO,https://github.com/AcademySoftwareFoundation/tac/issues/474,474,2025-01-22,Next Meeting Agenda Items,2023-11-01,2-annual-review +rawtoaces,https://github.com/AcademySoftwareFoundation/tac/issues/475,475,2025-01-22,Next Meeting Agenda Items,2024-01-10,2-annual-review +OpenAPV - defining 6 month milestones,https://github.com/AcademySoftwareFoundation/tac/issues/877,877,2025-01-22,Next Meeting Agenda Items,,4-tac-meeting-short +OpenTimelineIO,https://github.com/AcademySoftwareFoundation/tac/issues/477,477,2024-11-13,Future Meeting Agenda Items,2025-11-12,2-annual-review Open Shading Language,https://github.com/AcademySoftwareFoundation/tac/issues/437,437,2025-10-29,Future Meeting Agenda Items,2024-10-30,2-annual-review Zero Trust Working Group,https://github.com/AcademySoftwareFoundation/tac/issues/621,621,2025-10-29,Future Meeting Agenda Items,2024-10-30,2-annual-review DPEL,https://github.com/AcademySoftwareFoundation/tac/issues/472,472,2025-09-17,Future Meeting Agenda Items,2024-09-18,2-annual-review -OpenColorIO,https://github.com/AcademySoftwareFoundation/tac/issues/474,474,2025-01-22,Future Meeting Agenda Items,2023-11-01,2-annual-review OpenAPV,https://github.com/AcademySoftwareFoundation/tac/issues/803,803,2025-10-15,Future Meeting Agenda Items,2024-10-16,2-annual-review OpenEXR,https://github.com/AcademySoftwareFoundation/tac/issues/483,483,2025-04-16,Future Meeting Agenda Items,2024-04-17,2-annual-review -ASWF Language Interop Project,https://github.com/AcademySoftwareFoundation/tac/issues/489,489,2025-03-19,Future Meeting Agenda Items,2024-03-20,2-annual-review MaterialX,https://github.com/AcademySoftwareFoundation/tac/issues/486,486,2025-02-05,Future Meeting Agenda Items,2024-02-07,2-annual-review Rez,https://github.com/AcademySoftwareFoundation/tac/issues/492,492,2025-04-02,Future Meeting Agenda Items,2024-04-17,2-annual-review OpenCue,https://github.com/AcademySoftwareFoundation/tac/issues/495,495,2025-05-28,Future Meeting Agenda Items,2024-05-29,2-annual-review -rawtoaces,https://github.com/AcademySoftwareFoundation/tac/issues/475,475,2025-01-22,Future Meeting Agenda Items,2024-01-10,2-annual-review OpenLensIO,https://github.com/AcademySoftwareFoundation/tac/issues/603,603,,On Hold,,1-new-project-wg Implications of xz Backdoor,https://github.com/AcademySoftwareFoundation/tac/issues/652,652,,On Hold,,4-tac-meeting-short Engineering Contribution Assessment,https://github.com/AcademySoftwareFoundation/tac/issues/685,685,,On Hold,,4-tac-meeting-short COCOMO Project Anaylsis,https://github.com/AcademySoftwareFoundation/tac/issues/435,435,,On Hold,,3-tac-meeting-long Fixing LFX Security for C/C++ Projects,https://github.com/AcademySoftwareFoundation/tac/issues/592,592,,On Hold,,4-tac-meeting-short +LFX Insights review for projects,https://github.com/AcademySoftwareFoundation/tac/issues/920,920,,On Hold,,4-tac-meeting-short +New Project Proposal - SPK/SPFS,https://github.com/AcademySoftwareFoundation/tac/issues/915,915,,On Hold,,1-new-project-wg OpenFX,https://github.com/AcademySoftwareFoundation/tac/issues/514,514,2025-06-11,Future Meeting Agenda Items,2024-06-12,2-annual-review CI Working Group,https://github.com/AcademySoftwareFoundation/tac/issues/511,511,2025-05-28,Future Meeting Agenda Items,2024-05-29,2-annual-review OpenImageIO,https://github.com/AcademySoftwareFoundation/tac/issues/509,509,2025-04-30,Future Meeting Agenda Items,2024-05-01,2-annual-review USD Working Group,https://github.com/AcademySoftwareFoundation/tac/issues/518,518,2025-04-30,Future Meeting Agenda Items,2024-05-01,2-annual-review -ASWF Language Interop WG,https://github.com/AcademySoftwareFoundation/tac/issues/704,704,2025-06-25,Future Meeting Agenda Items,2024-06-26,2-annual-review +ASWF Language Interop Project,https://github.com/AcademySoftwareFoundation/tac/issues/704,704,2025-06-25,Future Meeting Agenda Items,2024-06-26,2-annual-review OpenAssetIO,https://github.com/AcademySoftwareFoundation/tac/issues/516,516,2025-08-20,Future Meeting Agenda Items,2024-08-14,2-annual-review Open Review Initiative,https://github.com/AcademySoftwareFoundation/tac/issues/436,436,2025-08-20,Future Meeting Agenda Items,2024-08-21,2-annual-review -Evolving our working groups program,https://github.com/AcademySoftwareFoundation/tac/issues/798,798,,Upcoming Meeting Agenda Items,,3-tac-meeting-long +Evolving our working groups program,https://github.com/AcademySoftwareFoundation/tac/issues/798,798,,Upcoming Meeting Agenda Items,,4-tac-meeting-short +Security Threat model analysis for ASWF projects,https://github.com/AcademySoftwareFoundation/tac/issues/615,615,,Upcoming Meeting Agenda Items,,4-tac-meeting-short OpenQMC,https://github.com/AcademySoftwareFoundation/tac/issues/434,434,,Upcoming Meeting Agenda Items,,4-tac-meeting-short -LFX Insights review for projects,https://github.com/AcademySoftwareFoundation/tac/issues/920,920,,Upcoming Meeting Agenda Items,,4-tac-meeting-short -OpenAPV - defining 6 month milestones,https://github.com/AcademySoftwareFoundation/tac/issues/877,877,2024-12-11,Upcoming Meeting Agenda Items,,4-tac-meeting-short -TAC Chair / Vice Chair for 2025,https://github.com/AcademySoftwareFoundation/tac/issues/913,913,2024-12-11,Upcoming Meeting Agenda Items,,4-tac-meeting-short +OpenVDB,https://github.com/AcademySoftwareFoundation/tac/issues/480,480,2025-01-08,Upcoming Meeting Agenda Items,2024-01-10,2-annual-review +D&I Working Group,https://github.com/AcademySoftwareFoundation/tac/issues/473,473,2025-01-08,Upcoming Meeting Agenda Items,,2-annual-review diff --git a/_data/projects.csv b/_data/projects.csv index 388805fb59..ae4f55825a 100644 --- a/_data/projects.csv +++ b/_data/projects.csv @@ -1,21 +1,21 @@ Name,Level,Logo URL,Slug,Categories,Website,Chair,TAC Representative,Documentation,Calendar,Artwork,iCal,LFX Insights URL,Accepted Date,Last Review Date,Next Review Date,Slack URL,Chat Channel,Mailing List,Github Org,Best Practices Badge ID,Primary Github Repo,Contributed By -ASWF Language Interop Project,working-group,https://aswf.landscape2.io/logos/803e21319d55195829c27a3bc448d43e8f14dbcf544e4d44418299df3a3cca61.svg,aswf-language-interop-project,"ASWF Projects / All,Math and Simulation / Math Foundations",https://github.com/vfx-rs,Scott Wilson,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/aswf-language-interop-project,https://artwork.aswf.io/projects/aswf-language-interop-project/,https://webcal.prod.itx.linuxfoundation.org/lfx/lfv8NMKI8tcp96N5tb,,2023-10-20,,2025-03-19,https://slack.aswf.io,#rust,https://lists.aswf.io/g/wg-rust,,,, -Continuous Integration Working Group,working-group,https://aswf.landscape2.io/logos/551976f142f56162e879f743a790a15b626c0093abd4fc38beabb1b2eec37704.svg,aswf-continuous-integration-wg,ASWF Projects / All,https://wiki.aswf.io/display/CIWG,Jean-Francois Panisset,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/aswf-continuous-integration-wg,https://artwork.aswf.io/projects/aswf-continuous-integration-wg/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001KWjDLQA1,,2018-11-01,,2025-05-28,https://slack.aswf.io,#wg-ci,https://lists.aswf.io/g/tac,,,, -Digital Production Example Library (DPEL),adopted,https://aswf.landscape2.io/logos/8116b0584851ca34a6f6f4e0f5cb8b57c1ff9edc48d24aa4ecaf0292f83af834.svg,dpel,"ASWF Projects / All,Imaging and Color / Display and Review",https://wiki.aswf.io/display/DPEL/DPEL+Wiki,Matthew Low,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/dpel,https://artwork.aswf.io/projects/dpel/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001Lk6x8QAB,,2021-09-02,,2025-09-17,https://slack.aswf.io,#assets,https://lists.aswf.io/g/assets-discussion,,,, -Diversity & Inclusion Working Group,working-group,https://aswf.landscape2.io/logos/534095618253410bd5a073dd2f57ff534f134391377fffc4bdf7e456a2b1d59a.svg,aswf-diversity-inclusion-wg,ASWF Projects / All,https://lists.aswf.io/g/diversity,"Carol Payne, Rachel Rose",,,https://zoom-lfx.platform.linuxfoundation.org/meetings/aswf-diversity-inclusion-wg,https://artwork.aswf.io/projects/aswf-diversity-inclusion-wg/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001KWjDZQA1,,2020-06-11,,2024-12-11,https://slack.aswf.io,#diversity,https://lists.aswf.io/g/diversity,,,, -MaterialX,adopted,https://aswf.landscape2.io/logos/6384cedf043a16700fd1d1ef098d2346f1a6b530b96ab61018472be74a4d4d99.svg,materialx,"ASWF Projects / All,Rendering and Queueing / Rendering, Lighting, and Lookdev,Dev Days 2024 / Participating Project",https://www.materialx.org/,Jonathan Stone,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/materialx,https://artwork.aswf.io/projects/materialx/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001KWrdoQAD,,2021-09-15,,2025-02-05,https://slack.aswf.io,#materialx,https://lists.aswf.io/g/materialx-discussion,,,, -Open Review Initiative,sandbox,https://aswf.landscape2.io/logos/a14b875c56531b85fb22437520889952f89b53468fe2c0d774ff0bd0c367c47a.svg,open-review-initiative,"ASWF Projects / All,Imaging and Color / Display and Review",https://openreviewinitiative.org/,Erik Strauss,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/open-review-initiative,https://artwork.aswf.io/projects/open-review-initiative/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001L1EL3QAN,,2022-09-07,,2025-08-20,https://slack.aswf.io,#open-review-initiative,https://lists.aswf.io/g/open-review-initiative-discussion,,,, -Open Shading Language,incubating,https://aswf.landscape2.io/logos/55cf37082b62d72c7aecb7998f243e6dfafb9ca6e3f5cadcee7dae0ee3b05206.svg,open-shading-language,"ASWF Projects / All,Rendering and Queueing / Rendering, Lighting, and Lookdev,Dev Days 2024 / Participating Project",https://opensource.imageworks.com/osl.html,Chris Kulla,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/open-shading-language,https://artwork.aswf.io/projects/open-shading-language/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001IkWtEQAV,,2020-12-11,,2025-10-29,https://slack.aswf.io,#openshadinglanguage,https://lists.aswf.io/g/osl-dev,,,, -OpenAPV,sandbox,https://aswf.landscape2.io/logos/3e3634f3386187916ebd601cd15d97dbe14593f92a241eac4507c36c144a988d.svg,openapv,"ASWF Projects / All,Imaging and Color / Image Formats, I/O, and Processing Libraries",https://github.com/openapv,,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openapv,https://artwork.aswf.io/projects/openapv/,https://webcal.prod.itx.linuxfoundation.org/lfx/lfGqZxGXF1gkJmn1Un,,2024-09-26,,2025-10-15,,,,,,, -OpenAssetIO,sandbox,https://aswf.landscape2.io/logos/b41870bba31fa2d4d807c2d0b94bc39391f07a0061e58f6183f6a23026f05e8c.svg,openassetio,"ASWF Projects / All,Assets and Workflow / Pipelines and Frameworks",https://openassetio.org/,David Feltell,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openassetio,https://artwork.aswf.io/projects/openassetio/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001L17vCQAR,,2022-11-01,,2025-08-20,https://slack.aswf.io,#openassetio,https://lists.aswf.io/g/openassetio-discussion,,,, -OpenColorIO,adopted,https://aswf.landscape2.io/logos/2d4849a9c8ebf6d6e9e1096d191e88739c4abd47754620e7a1c5244ebe14aa05.svg,opencolorio,"ASWF Projects / All,Imaging and Color / Color Science,Dev Days 2024 / Participating Project",https://opencolorio.org/,Carol Payne,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/opencolorio,https://artwork.aswf.io/projects/opencolorio/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001If9v8QAB,,2020-04-24,,2025-01-22,https://slack.opencolorio.org,,https://lists.aswf.io/g/ocio-user,,,, -OpenCue,adopted,https://aswf.landscape2.io/logos/294b91863d25fcb0a9ba0ae66f2175c779d37c4ebfcfab8a571f730ff2243c17.svg,opencue,"ASWF Projects / All,Rendering and Queueing / Queueing and Render Management",https://opencue.io/,Diego Tavares Da Silva,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/opencue,https://artwork.aswf.io/projects/opencue/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001IV3znQAD,,2020-04-24,,2025-05-28,https://slack.aswf.io,#opencue,https://lists.aswf.io/g/opencue-user,,,, -OpenEXR,adopted,https://aswf.landscape2.io/logos/91f168e585f3f5f16c79eb60b1e658d6cfdea17dfa1529eba6aabdff689d9f93.svg,openexr,"ASWF Projects / All,Imaging and Color / Image Formats, I/O, and Processing Libraries,Dev Days 2024 / Participating Project",https://www.openexr.com/,Cary Phillips,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openexr,https://artwork.aswf.io/projects/openexr/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001If9ujQAB,,2020-04-24,,2025-04-16,https://slack.aswf.io,#openexr,https://lists.aswf.io/g/openexr-dev,,,, -OpenFX,incubating,https://aswf.landscape2.io/logos/6a90f88dfc63e9e6669ae1217fe6a55bc870e261d1bf5531910d078d30373e0b.svg,openfx,"ASWF Projects / All,Math and Simulation / File Formats and Interchange",https://openeffects.org/,Gary Oberbrunner,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openfx,https://artwork.aswf.io/projects/openfx/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001MSuGfQAL,,2022-09-02,,2025-06-11,https://slack.aswf.io,#openfx,https://lists.aswf.io/g/openfx-discussion,,,, -OpenImageIO,incubating,https://aswf.landscape2.io/logos/42baea0145b9e2d58b300002cdeb79096a2477bffebaa56852bfc77c499301ea.svg,openimageio,"ASWF Projects / All,Imaging and Color / Image Formats, I/O, and Processing Libraries,Dev Days 2024 / Participating Project",https://openimageio.org/,Daniel Greenstein,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openimageio,https://artwork.aswf.io/projects/openimageio/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001MtJNPQA3,,2023-06-27,,2025-04-30,https://slack.aswf.io,#openimageio,https://lists.aswf.io/g/oiio-dev,,,, -OpenTimelineIO,incubating,https://aswf.landscape2.io/logos/0f87e6a0efe5e0ac26e1bb72b58d57f0415ffa9343bfd17f7d4786799b268b91.svg,open-timeline-io,"ASWF Projects / All,Assets and Workflow / Timelines and Animation,Dev Days 2024 / Participating Project",http://opentimeline.io/,Eric Reinecke,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/open-timeline-io,https://artwork.aswf.io/projects/open-timeline-io/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001If9uZQAR,,2021-03-08,,2024-11-13,https://slack.aswf.io,#opentimelineio,https://lists.aswf.io/g/otio-discussion,,,, -OpenVDB,adopted,https://aswf.landscape2.io/logos/0d47e4dc108bd095a8a54b62a3b758937d58ad831fc20e4d5d2e6904b6980458.svg,openvdb,"ASWF Projects / All,Math and Simulation / File Formats and Interchange",https://www.openvdb.org/,Ken Museth,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openvdb,https://artwork.aswf.io/projects/openvdb/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001If9vIQAR,,2019-01-11,,2025-01-08,https://slack.aswf.io,#openvdb,https://lists.aswf.io/g/openvdb-user,,,, -rawtoaces,incubating,https://aswf.landscape2.io/logos/3aafa18f81896f26e79129e0a129a2283cf9af89aeb32af90c63e005ec79779e.svg,rawtoaces,"ASWF Projects / All,Imaging and Color / Color Science",https://github.com/AcademySoftwareFoundation/rawtoaces,Alexander Forsythe,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/rawtoaces,https://artwork.aswf.io/projects/rawtoaces/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001LkKVeQAN,,2021-12-03,,2025-01-22,https://slack.aswf.io,#rawtoaces,https://lists.aswf.io/g/rawtoaces-discussion,,,, -Rez,incubating,https://aswf.landscape2.io/logos/12268ba66d5fb3a5d9608a19592365b031bda592d04ea9c7f91086a603a695a0.svg,rez,"ASWF Projects / All,Assets and Workflow / Software Foundation and System Administration",https://rez-project.io/,"Jean-Christophe Morin, Stephen Mackenzie",,,https://zoom-lfx.platform.linuxfoundation.org/meetings/rez,https://artwork.aswf.io/projects/rez/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001LkM0JQAV,,2022-03-08,,2025-04-02,https://slack.aswf.io,#Rez,https://lists.aswf.io/g/rez-discussion,,,, -Universal Scene Description Working Group,working-group,https://aswf.landscape2.io/logos/152b4f35cdf393a3b1f4ca0aed9b744cb051bf9f23755aee81e0cdec7de5398f.svg,aswf-usd-wg,"ASWF Projects / All,Assets and Workflow / Scenes and Geometry",https://wiki.aswf.io/display/WGUSD/USD+Working+Group?src=breadcrumbs-parent,"Alexander Schwank, Nick Porcino",,,https://zoom-lfx.platform.linuxfoundation.org/meetings/aswf-usd-wg,https://artwork.aswf.io/projects/aswf-usd-wg/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001KWjDUQA1,,2020-03-04,,2025-04-30,https://slack.aswf.io,#wg-usd,https://lists.aswf.io/g/wg-usd,,,, -Zero Trust Working Group,working-group,https://aswf.landscape2.io/logos/91756ff9b1da809815c615b566611ade85178a294deea3ebed278ee97f5df597.svg,aswf-zero-trust-wg,ASWF Projects / All,https://lf-aswf.atlassian.net/wiki/spaces/ZTWG/overview,Daryll Strauss,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/aswf-zero-trust-wg,https://artwork.aswf.io/projects/aswf-zero-trust-wg/,https://webcal.prod.itx.linuxfoundation.org/lfx/lf06ycC7yskev1oAsa,,2024-04-03,,2025-10-29,,,,,,, +ASWF Language Interop Project,working-group,https://landscape.aswf.io/logos/803e21319d55195829c27a3bc448d43e8f14dbcf544e4d44418299df3a3cca61.svg,aswf-language-interop-project,"ASWF Projects / Working Group,Math and Simulation / Math Foundations",https://github.com/vfx-rs,Scott Wilson,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/aswf-language-interop-project,https://artwork.aswf.io/projects/aswf-language-interop-project/,https://webcal.prod.itx.linuxfoundation.org/lfx/lfv8NMKI8tcp96N5tb,,2023-10-20,,2025-03-19,https://slack.aswf.io,#rust,https://lists.aswf.io/g/wg-rust,,,,Scott Wilson +Continuous Integration Working Group,working-group,https://landscape.aswf.io/logos/551976f142f56162e879f743a790a15b626c0093abd4fc38beabb1b2eec37704.svg,aswf-continuous-integration-wg,ASWF Projects / Working Group,https://wiki.aswf.io/display/CIWG,Jean-Francois Panisset,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/aswf-continuous-integration-wg,https://artwork.aswf.io/projects/aswf-continuous-integration-wg/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001KWjDLQA1,,2018-11-01,,2024-05-15,https://slack.aswf.io,#wg-ci,https://lists.aswf.io/g/tac,,,,Academy Software Foundation +Digital Production Example Library (DPEL),graduated,https://landscape.aswf.io/logos/8116b0584851ca34a6f6f4e0f5cb8b57c1ff9edc48d24aa4ecaf0292f83af834.svg,dpel,"ASWF Projects / Adopted,Imaging and Color / Display and Review",https://wiki.aswf.io/display/DPEL/DPEL+Wiki,Matthew Low,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/dpel,https://artwork.aswf.io/projects/dpel/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001Lk6x8QAB,,2021-09-02,,2025-09-17,https://slack.aswf.io,#assets,https://lists.aswf.io/g/assets-discussion,,,,Academy Software Foundation +Diversity & Inclusion Working Group,working-group,https://landscape.aswf.io/logos/534095618253410bd5a073dd2f57ff534f134391377fffc4bdf7e456a2b1d59a.svg,aswf-diversity-inclusion-wg,ASWF Projects / Working Group,https://lists.aswf.io/g/diversity,"Rachel Rose, Carol Payne",,,https://zoom-lfx.platform.linuxfoundation.org/meetings/aswf-diversity-inclusion-wg,https://artwork.aswf.io/projects/aswf-diversity-inclusion-wg/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001KWjDZQA1,,2020-06-11,,2024-10-16,https://slack.aswf.io,#diversity,https://lists.aswf.io/g/diversity,,,,Academy Software Foundation +MaterialX,graduated,https://landscape.aswf.io/logos/6384cedf043a16700fd1d1ef098d2346f1a6b530b96ab61018472be74a4d4d99.svg,materialx,"ASWF Projects / Adopted,Rendering and Queueing / Rendering, Lighting, and Lookdev,Dev Days 2024 / Participating Project",https://www.materialx.org/,Jonathan Stone,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/materialx,https://artwork.aswf.io/projects/materialx/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001KWrdoQAD,,2021-09-15,,2025-02-05,https://slack.aswf.io,#materialx,https://lists.aswf.io/g/materialx-discussion,,,,Lucasfilm +Open Review Initiative,sandbox,https://landscape.aswf.io/logos/a14b875c56531b85fb22437520889952f89b53468fe2c0d774ff0bd0c367c47a.svg,open-review-initiative,"ASWF Projects / Sandbox,Imaging and Color / Display and Review",https://openreviewinitiative.org/,Erik Strauss,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/open-review-initiative,https://artwork.aswf.io/projects/open-review-initiative/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001L1EL3QAN,,2022-09-07,,2025-08-20,https://slack.aswf.io,#open-review-initiative,https://lists.aswf.io/g/open-review-initiative-discussion,,,,Academy Software Foundation +Open Shading Language,incubating,https://landscape.aswf.io/logos/55cf37082b62d72c7aecb7998f243e6dfafb9ca6e3f5cadcee7dae0ee3b05206.svg,open-shading-language,"ASWF Projects / Incubating,Rendering and Queueing / Rendering, Lighting, and Lookdev,Dev Days 2024 / Participating Project",https://opensource.imageworks.com/osl.html,Chris Kulla,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/open-shading-language,https://artwork.aswf.io/projects/open-shading-language/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001IkWtEQAV,,2020-12-11,,2025-10-29,https://slack.aswf.io,#openshadinglanguage,https://lists.aswf.io/g/osl-dev,,,,Sony Pictures Imageworks +OpenAPV,sandbox,https://landscape.aswf.io/logos/49e2fe6939c4bd852cf8b45cd22ad2d81f7a87a4e354b729f6b78a4a19106659.svg,openapv,"ASWF Projects / Sandbox,Imaging and Color / Image Formats, I/O, and Processing Libraries",https://github.com/openapv,,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openapv,https://artwork.aswf.io/projects/openapv/,https://webcal.prod.itx.linuxfoundation.org/lfx/lfGqZxGXF1gkJmn1Un,,2024-09-26,,2025-10-15,,,,,,, +OpenAssetIO,sandbox,https://landscape.aswf.io/logos/b41870bba31fa2d4d807c2d0b94bc39391f07a0061e58f6183f6a23026f05e8c.svg,openassetio,"ASWF Projects / Sandbox,Assets and Workflow / Pipelines and Frameworks",https://openassetio.org/,David Feltell,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openassetio,https://artwork.aswf.io/projects/openassetio/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001L17vCQAR,,2022-11-01,,2025-08-20,https://slack.aswf.io,#openassetio,https://lists.aswf.io/g/openassetio-discussion,,,,Foundry +OpenColorIO,graduated,https://landscape.aswf.io/logos/2d4849a9c8ebf6d6e9e1096d191e88739c4abd47754620e7a1c5244ebe14aa05.svg,opencolorio,"ASWF Projects / Adopted,Imaging and Color / Color Science,Dev Days 2024 / Participating Project",https://opencolorio.org/,Carol Payne,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/opencolorio,https://artwork.aswf.io/projects/opencolorio/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001If9v8QAB,,2020-04-24,,2025-01-22,https://slack.opencolorio.org,,https://lists.aswf.io/g/ocio-user,,,,Sony Pictures Imageworks +OpenCue,graduated,https://landscape.aswf.io/logos/294b91863d25fcb0a9ba0ae66f2175c779d37c4ebfcfab8a571f730ff2243c17.svg,opencue,"ASWF Projects / Adopted,Rendering and Queueing / Queueing and Render Management",https://opencue.io/,Diego Tavares Da Silva,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/opencue,https://artwork.aswf.io/projects/opencue/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001IV3znQAD,,2020-04-24,,2025-05-28,https://slack.aswf.io,#opencue,https://lists.aswf.io/g/opencue-user,,,,Sony Pictures Imageworks and Google Cloud +OpenEXR,graduated,https://landscape.aswf.io/logos/91f168e585f3f5f16c79eb60b1e658d6cfdea17dfa1529eba6aabdff689d9f93.svg,openexr,"ASWF Projects / Adopted,Imaging and Color / Image Formats, I/O, and Processing Libraries,Dev Days 2024 / Participating Project",https://www.openexr.com/,Cary Phillips,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openexr,https://artwork.aswf.io/projects/openexr/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001If9ujQAB,,2020-04-24,,2025-04-16,https://slack.aswf.io,#openexr,https://lists.aswf.io/g/openexr-dev,,,,Lucasfilm +OpenFX,incubating,https://landscape.aswf.io/logos/6a90f88dfc63e9e6669ae1217fe6a55bc870e261d1bf5531910d078d30373e0b.svg,openfx,"ASWF Projects / Incubating,Math and Simulation / File Formats and Interchange",https://openeffects.org/,Gary Oberbrunner,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openfx,https://artwork.aswf.io/projects/openfx/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001MSuGfQAL,,2022-09-02,,2025-06-11,https://slack.aswf.io,#openfx,https://lists.aswf.io/g/openfx-discussion,,,,Open Effects Association +OpenImageIO,incubating,https://landscape.aswf.io/logos/42baea0145b9e2d58b300002cdeb79096a2477bffebaa56852bfc77c499301ea.svg,openimageio,"ASWF Projects / Incubating,Imaging and Color / Image Formats, I/O, and Processing Libraries,Dev Days 2024 / Participating Project",https://openimageio.org/,Daniel Greenstein,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openimageio,https://artwork.aswf.io/projects/openimageio/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001MtJNPQA3,,2023-06-27,,2025-04-30,https://slack.aswf.io,#openimageio,https://lists.aswf.io/g/oiio-dev,,,,Larry Gritz +OpenTimelineIO,incubating,https://landscape.aswf.io/logos/0f87e6a0efe5e0ac26e1bb72b58d57f0415ffa9343bfd17f7d4786799b268b91.svg,open-timeline-io,"ASWF Projects / Incubating,Assets and Workflow / Timelines and Animation,Dev Days 2024 / Participating Project",http://opentimeline.io/,Eric Reinecke,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/open-timeline-io,https://artwork.aswf.io/projects/open-timeline-io/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001If9uZQAR,,2021-03-08,,2024-11-13,https://slack.aswf.io,#opentimelineio,https://lists.aswf.io/g/otio-discussion,,,,Pixar Animation Studios +OpenVDB,graduated,https://landscape.aswf.io/logos/0d47e4dc108bd095a8a54b62a3b758937d58ad831fc20e4d5d2e6904b6980458.svg,openvdb,"ASWF Projects / Adopted,Math and Simulation / File Formats and Interchange",https://www.openvdb.org/,Ken Museth,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/openvdb,https://artwork.aswf.io/projects/openvdb/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001If9vIQAR,,2019-01-11,,2025-01-08,https://slack.aswf.io,#openvdb,https://lists.aswf.io/g/openvdb-user,,,,Dreamworks Animation +rawtoaces,incubating,https://landscape.aswf.io/logos/3aafa18f81896f26e79129e0a129a2283cf9af89aeb32af90c63e005ec79779e.svg,rawtoaces,"ASWF Projects / Incubating,Imaging and Color / Color Science",https://github.com/AcademySoftwareFoundation/rawtoaces,Alexander Forsythe,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/rawtoaces,https://artwork.aswf.io/projects/rawtoaces/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001LkKVeQAN,,2021-12-03,,2025-01-22,https://slack.aswf.io,#rawtoaces,https://lists.aswf.io/g/rawtoaces-discussion,,,,The Academy of Motion Picture Arts and Sciences +Rez,incubating,https://landscape.aswf.io/logos/12268ba66d5fb3a5d9608a19592365b031bda592d04ea9c7f91086a603a695a0.svg,rez,"ASWF Projects / Incubating,Assets and Workflow / Software Foundation and System Administration",https://rez-project.io/,"Jean-Christophe Morin, Stephen Mackenzie",,,https://zoom-lfx.platform.linuxfoundation.org/meetings/rez,https://artwork.aswf.io/projects/rez/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001LkM0JQAV,,2022-03-08,,2025-04-02,https://slack.aswf.io,#Rez,https://lists.aswf.io/g/rez-discussion,,,,Allan Johns +Universal Scene Description Working Group,working-group,https://landscape.aswf.io/logos/152b4f35cdf393a3b1f4ca0aed9b744cb051bf9f23755aee81e0cdec7de5398f.svg,aswf-usd-wg,"ASWF Projects / Working Group,Assets and Workflow / Scenes and Geometry",https://wiki.aswf.io/display/WGUSD/USD+Working+Group?src=breadcrumbs-parent,"Alexander Schwank, Nick Porcino",,,https://zoom-lfx.platform.linuxfoundation.org/meetings/aswf-usd-wg,https://artwork.aswf.io/projects/aswf-usd-wg/,https://webcal.prod.itx.linuxfoundation.org/lfx/a092M00001KWjDUQA1,,2020-03-04,,2025-04-30,https://slack.aswf.io,#wg-usd,https://lists.aswf.io/g/wg-usd,,,,Pixar +Zero Trust Working Group,working-group,https://landscape.aswf.io/logos/00b48f18ca90e7a82e0c05652fba867cd531eb3ae84bdb1103d0e9861c9d4775.svg,aswf-zero-trust-wg,ASWF Projects / Working Group,https://lf-aswf.atlassian.net/wiki/spaces/ZTWG/overview,James Helman,,,https://zoom-lfx.platform.linuxfoundation.org/meetings/aswf-zero-trust-wg,https://artwork.aswf.io/projects/aswf-zero-trust-wg/,https://webcal.prod.itx.linuxfoundation.org/lfx/lf06ycC7yskev1oAsa,,2024-04-03,,2025-10-29,,,,,,, diff --git a/_data/tacmembers.csv b/_data/tacmembers.csv index 70e02acfe7..b35466d02d 100644 --- a/_data/tacmembers.csv +++ b/_data/tacmembers.csv @@ -2,37 +2,37 @@ Full Name,Account Name: Account Name,Appointed By,Voting Status,Special Role,Tit Alexander Forsythe,Academy of Motion Picture Arts and Sciences,Vote of TSC Committee,Observer,None,"Senior Director, Science and Technology",https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/aforsythe.png?v=1682026196979 Alexander Schwank,Apple Inc.,Vote of TSC Committee,Observer,None,Graphics Engineer,https://s.gravatar.com/avatar/b5b062beac29f5d1a3e52cf806a94207?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fas.png Brian Cipriano,Google LLC,Membership Entitlement,Voting Rep,None,Senior Software Engineer / TSC Lead,https://lh3.googleusercontent.com/a/ACg8ocLF0ZGi2a_5DturJcA8adSWm8lqNmAQ25xe_MEIBNqNbfZYkEGT=s96-c -Carol Payne,Individual - No Account,Vote of TSC Committee,Voting Rep,None,Color & Imaging Workflow Leader,https://lh3.googleusercontent.com/a-/AOh14Gihmixg0Ze-lQtDMvvH7EDGxu4Zj6EVHJm_L22k +Carol Payne,Individual - No Account,Vote of TSC Committee,Voting Rep,Vice Chair,Color & Imaging Workflow Leader,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/carolalynn.png?v=1714481231547 Cary Phillips,Industrial Light & Magic,Vote of TSC Committee,Voting Rep,None,R&D Supervisor,https://avatars1.githubusercontent.com/u/21344665?v=4 Chris Kulla,"Epic Games, Inc",Vote of TSC Committee,Voting Rep,None,Principal Rendering Engineer,https://avatars0.githubusercontent.com/u/578593?v=4 Cory Omand,The Walt Disney Studios,Membership Entitlement,Voting Rep,None,"Director of Engineering, Pixar Software R&D",https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/cory.omand.1627335684963.png Daniel Greenstein,Sony Pictures Imageworks,Vote of TSC Committee,Observer,None,Software Engineer,https://avatars.githubusercontent.com/u/3039623?v=4 David Morin,Academy Software Foundation,None,Observer,LF Staff,Executive Director,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/davidmorin.png?v=1715721273620 -Diego Tavares Da Silva,Sony Pictures Imageworks,Vote of TSC Committee,Voting Rep,Technical Lead,Software Engineer,https://avatars.githubusercontent.com/u/882795?v=4 -Emily Olin,Academy Software Foundation,None,Observer,LF Staff,Director of Marketing Communications,https://lh3.googleusercontent.com/a-/AOh14GirU90VtLSBzubFrMpE7ggdr7GERdw_Si2EJo8d -Eric Enderton,NVIDIA Corporation,Membership Entitlement,Voting Rep,None,Dir. Film Rendering Tech.,https://s.gravatar.com/avatar/ef78eccb6d8ac227f83edbfe2c7363a7?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fee.png +Diego Tavares Da Silva,Sony Pictures Imageworks,Vote of TSC Committee,Voting Rep,None,Software Engineer,https://avatars.githubusercontent.com/u/882795?v=4 +Emily Olin,Academy Software Foundation,None,Observer,LF Staff,Director of Marketing Communications,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/eolin.png?v=1714481874584 +Eric Enderton,NVIDIA Corporation,Membership Entitlement,Voting Rep,None,Dir. Film Rendering Tech.,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/eenderton.png?v=1736183116209 Eric Reinecke,"Netflix, Inc.",Membership Entitlement,Voting Rep,None,"Sr. Software Engineer, Video Engineering",https://lh3.googleusercontent.com/a-/AOh14GgskjUAaqZmg_YfVppsLoKz6VTDZ6HedvP_V98j -Erik Niemeyer,Intel Corporation,Membership Entitlement,Voting Rep,None,Senior Staff Software Enabling and Optimization Engineer,https://media.licdn.com/dms/image/D4D03AQF_NP_mY9Z6cw/profile-displayphoto-shrink_800_800/0/1667349675823?e=1698278400&v=beta&t=H6NCpYbZ9vRplDC8XPhyvAhYLUxmcXRFpoKdKf50UtI +Erik Niemeyer,Intel Corporation,Membership Entitlement,Voting Rep,None,Senior Staff Software Enabling and Optimization Engineer,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/eaniemey.png?v=1714481327929 Erik Strauss,Sohonet,Vote of TSC Committee,Observer,None,Director of Production,https://lh3.googleusercontent.com/a-/AOh14GjoIpRRmUYmWNCnQqujUzgPMIVm8y0I2_a0xb0h8w Gary Oberbrunner,Dark Star Systems,Vote of TSC Committee,Observer,None,Founder & CEO,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/garyo.1658323635257 -Gordon Bradley,Autodesk,Membership Entitlement,Voting Rep,None,Senior Software Architect,https://s.gravatar.com/avatar/eb7d797aa85dc48ac9ac0d46b94de305?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fgb.png +Gordon Bradley,Autodesk,Membership Entitlement,Voting Rep,None,Senior Software Architect,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/gordon.bradley.png?v=1736183153055 Greg Denton,Microsoft Corporation,Membership Entitlement,Voting Rep,None,Senior Program Manager,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/gregdenton.png?v=1690858366097 James Helman,MovieLabs,Vote of TSC Committee,Observer,None,CTO,https://s.gravatar.com/avatar/5622fbb52a964fe45179d6fd0460aebe?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fjh.png Jean-Christophe Morin,Capital One,Vote of TSC Committee,Observer,None,Software Developer/DevOps,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/jeanchristophemorin13.1606827469388 -Jean-Francois Panisset,Visual Effects Society,Vote of TAC Committee,Voting Rep,None,Consulting Engineeer,https://s.gravatar.com/avatar/25bba33b600e6a46819deae7a995ce9f?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fjp.png +Jean-Francois Panisset,Visual Effects Society,Vote of TAC Committee,Voting Rep,None,Consulting Engineeer,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/panisset.png?v=1736183196264 Jean-Michel Dignard,"Epic Games, Inc",Membership Entitlement,Voting Rep,None,LEAD PROGRAMMER,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/jmdignard.png?v=1679512552371 John Mertic,The Linux Foundation,,Observer,LF Staff,Director of Program Management,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/jmertic.png?v=1709042439248 Jonathan Stone,Lucasfilm,Vote of TSC Committee,Voting Rep,None,"Lead Rendering Engineer, Materials and Shading",https://lh3.googleusercontent.com/a-/AOh14GiAYPIDvkZRrZG-VSP1OcU-M5MtfZIdKmJ92wIEh_I Ken Museth,NVIDIA Corporation,Vote of TSC Committee,Voting Rep,None,"Senior Director, Simulation Technology",https://lh3.googleusercontent.com/a/ACg8ocLZ03T268rstu7-cQj8UrWMHP836Bpo8GIc_-1pzQGSE_7fjrtv=s96-c -Kimball Thurston,Wētā FX Limited,Membership Entitlement,Voting Rep,Chair,Chief Technology Officer,https://s.gravatar.com/avatar/05d0c833fdf423f27c3edcf836ce6e64?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fkt.png -Larry Gritz,Sony Pictures Imageworks,Membership Entitlement,Voting Rep,Vice Chair,Software Architect / Distinguished Engineer,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/lgritz.png?v=1662584015230 +Kimball Thurston,Wētā FX Limited,Membership Entitlement,Voting Rep,None,Chief Technology Officer,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/kdt3rd.png?v=1736182611691 +Larry Gritz,Sony Pictures Imageworks,Membership Entitlement,Voting Rep,Chair,Software Architect / Distinguished Engineer,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/lgritz.png?v=1662584015230 Mathieu Mazerolle,The Foundry Visionmongers Limited,Vote of TSC Committee,Observer,None,"Director of Product, New Technology",https://lh3.googleusercontent.com/a/ACg8ocLCDjxFjZN7APOZkUu5U5uSkEd2d8vf3B-DTmy3zlnTl48je14=s96-c Matthew Low,DreamWorks Animation,Membership Entitlement,Voting Rep,None,Principal Engineer,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/mmlow.png?v=1657912076290 -Michael Min,Adobe Inc.,Membership Entitlement,Voting Rep,None,,https://lh3.googleusercontent.com/a/ACg8ocIJm2ltPboNHb9aaPQmFLV7Eox_8l2guEoup9KDAuKuY-5o-A=s96-c +Michael Min,Adobe Inc.,Membership Entitlement,Voting Rep,None,,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/michaelmin.png?v=1736183383642 Michael B. Johnson,Apple Inc.,Membership Entitlement,Voting Rep,None,"Innovation Architect, Pro Workflow",https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/drwave.1650898097148.png Milind Damle,Advanced Micro Devices (AMD),Membership Entitlement,Voting Rep,None,Sr. Director,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/milindvdamle.1676426259163 Nick Porcino,Pixar Animation Studios,Vote of TSC Committee,Observer,None,USD Core Team,https://media.licdn.com/dms/image/C5603AQFaButuwowGpg/profile-displayphoto-shrink_800_800/0/1611079913238?e=1711584000&v=beta&t=oCruXIYJrmK22DiZJ_nGFE0aGcMgtxR0xSDChzF01_E -Rachel Rose,Industrial Light & Magic,Vote of TSC Committee,Observer,None,"Director, Research & Development",https://s.gravatar.com/avatar/10642bbd294cba10abaddcf643c47e45?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Frr.png +Rachel Rose,Industrial Light & Magic,Vote of TSC Committee,Observer,None,"Director, Research & Development",https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/rrose.png?v=1736183020410 Robert Fanner,The Foundry Visionmongers Limited,None,Observer,None,Engineering Manager - Platform,https://lh3.googleusercontent.com/a-/AOh14GgSUyOC_ah2d_xSziHOBMURQxwlp4vRH6zFRXsShA Ross Dickson,"Amazon Web Services, Inc.",Membership Entitlement,Voting Rep,None,,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/rsd1.png?v=1714481421690 Scott Dyer,Academy of Motion Picture Arts and Sciences,Membership Entitlement,Voting Rep,None,Senior Imaging Engineer,https://platform-logos-myprofile-api-prod.s3.us-east-2.amazonaws.com/sdyer.png?v=1682115001741 diff --git a/_includes/projectlist.html b/_includes/projectlist.html index 5266b7d7c2..514a7230d1 100644 --- a/_includes/projectlist.html +++ b/_includes/projectlist.html @@ -1,3 +1,11 @@ - - + + + + + + + + diff --git a/_includes/tacmembers.html b/_includes/tacmembers.html index 9a21d2a700..afebd80914 100644 --- a/_includes/tacmembers.html +++ b/_includes/tacmembers.html @@ -14,7 +14,7 @@ {{ member["Full Name"] }} {{ site.membership_top_tier | default: "Premier" }} Member Representative - {% if member["Special Role"] == "Chair" %}Chairperson - {% endif %}{{ member["Voting Status"] }} + {% if member["Special Role"] != "None" %}{{ member["Special Role"] }} - {% endif %}{{ member["Voting Status"] }} {{ member["Account Name: Account Name"] }} {%- endif -%} diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 2b1f332860..ebd209b061 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -7,6 +7,7 @@ } & div { flex-basis: 16%; + margin: 10px; } & dt img { height: 150px; @@ -31,3 +32,7 @@ color: #999999; } } + +div.main:has(#projects_with_contributors) { + max-width: none !important; +} diff --git a/index.md b/index.md index 3640200834..00a0bebc15 100644 --- a/index.md +++ b/index.md @@ -41,6 +41,4 @@ Below are the projects and working groups supported by the TAC, listed by [proje There are many more related open source projects than what is hosted at {{ site.foundation_name }}; check out the list and add any we are missing at the [{{ site.foundation_name }} Landscape]({{ site.landscape_url }}) -[![{{ site.foundation_name }} Landscape]({{ site.landscape_url }}/images/landscape.png)]({{ site.landscape_url }}) - [CLOTributor]: https://clotributor.dev/search?foundation={{ site.clotributor_name }} diff --git a/meetings/2024-12-11.md b/meetings/2024-12-11.md new file mode 100644 index 0000000000..c39f3a4a76 --- /dev/null +++ b/meetings/2024-12-11.md @@ -0,0 +1,165 @@ +--- +parent: Meetings +title: "2024-12-11" +--- + +# Academy Software Foundation Technical Advisory Council (TAC) Meeting - December 11, 2024 + +Join the meeting at [https://zoom-lfx.platform.linuxfoundation.org/meeting/97880950229?password=81d2940e-c055-43b9-9b5a-6cd7d7090feb](https://zoom-lfx.platform.linuxfoundation.org/meeting/97880950229?password=81d2940e-c055-43b9-9b5a-6cd7d7090feb) + +## Voting Representative Attendees + +### Premier Member Representatives + +- [ ] Brian Cipriano - Google LLC +- [x] Cory Omand - The Walt Disney Studios +- [x] Eric Enderton - NVIDIA Corporation +- [x] Eric Reinecke - Netflix, Inc. +- [ ] Erik Niemeyer - Intel Corporation +- [ ] Gordon Bradley - Autodesk +- [ ] Greg Denton - Microsoft Corporation +- [ ] Jean-Michel Dignard - Epic Games, Inc +- [x] Kimball Thurston - Wētā FX Limited +- [x] Larry Gritz - Sony Pictures Imageworks +- [x] Matthew Low - DreamWorks Animation +- [x] Michael Min - Adobe Inc. +- [ ] Michael B. Johnson - Apple Inc. +- [ ] Milind Damle - Advanced Micro Devices (AMD) +- [ ] Ross Dickson - Amazon Web Services, Inc. +- [ ] Scott Dyer - Academy of Motion Picture Arts and Sciences +- [x] Youngkwon Lim - Samsung Electronics Co. Ltd. + +### Project Representatives + +- [ ] Carol Payne - Diversity & Inclusion Working Group Representative +- [ ] Carol Payne - OpenColorIO Representative +- [ ] Cary Phillips - OpenEXR Representative +- [x] Chris Kulla - Open Shading Language Representative +- [ ] Diego Tavares Da Silva - OpenCue Representative +- [x] Jonathan Stone - MaterialX Representative +- [x] Ken Museth - OpenVDB Representative + +### Industry Representatives + +- [x] Jean-Francois Panisset - Visual Effects Society + +## Non-Voting Attendees + +### Non-Voting Project and Working Group Representatives + +- [ ] Alexander Forsythe - rawtoaces Representative +- [ ] Alexander Schwank - Universal Scene Description Working Group Representative +- [ ] Daniel Greenstein - OpenImageIO Representative +- [ ] Erik Strauss - Open Review Initiative Representative +- [ ] Gary Oberbrunner - OpenFX Representative +- [x] Jean-Christophe Morin - Rez Representative +- [x] Nick Porcino - Universal Scene Description Working Group Representative +- [ ] Rachel Rose - Diversity & Inclusion Working Group Representative +- [x] Scott Wilson - ASWF Language Interop Project Representative +- [x] Stephen Mackenzie - Rez Representative + +### LF Staff + +- [x] Andrew Grimberg - LF Release Engineering +- [x] David Morin - Academy Software Foundation +- [x] Emily Olin - Academy Software Foundation +- [x] John Mertic - The Linux Foundation +- [x] Yarille Ortiz - The Linux Foundation + +### Other Attendees + +- JT Nelson, Pasadena Open Source consortium / SoCal Blender group +- Lee Kerley, Apple +- Ryan Bottriel, ILM / SPK +- Lorna Dumba, Framestore +- Rob Rowe, Cinepaint +- Andrew Pearce + +## Antitrust Policy Notice + +Linux Foundation meetings involve participation by industry competitors, and it +is the intention of the Linux Foundation to conduct all of its activities in +accordance with applicable antitrust and competition laws. It is therefore +extremely important that attendees adhere to meeting agendas, and be aware of, +and not participate in, any activities that are prohibited under applicable US +state, federal or foreign antitrust and competition laws. + +Examples of types of actions that are prohibited at Linux Foundation meetings +and in connection with Linux Foundation activities are described in the Linux +Foundation Antitrust Policy available at +[linuxfoundation.org/antitrust-policy](https://www.linuxfoundation.org/antitrust-policy). +If you have questions about these matters, please contact your company counsel, +or if you are a member of the Linux Foundation, feel free to contact Andrew +Updegrove of the firm of Gesmer Updegrove LLP, which provides legal counsel to +the Linux Foundation. + +## Agenda + +- General Updates + + - LFX Insights review for projects [#920](https://github.com/AcademySoftwareFoundation/tac/issues/920) + - OpenAPV - defining 6 month milestones [#877](https://github.com/AcademySoftwareFoundation/tac/issues/877) + - TAC Chair / Vice Chair for 2025 [#913](https://github.com/AcademySoftwareFoundation/tac/issues/913) +- Evolving our working groups program [#798](https://github.com/AcademySoftwareFoundation/tac/issues/798) + +## Notes + +- D&I annual review moved to next year due to schedule conflict +- OpenQMC + - Eric E: general assignment on approval to OpenQMC code base at it stands, but needs high level approval + - Basic patents have expired / about to expire, some later patents are more niche / less relevant +- OpenAPV + - John: Eric / Sam looking at deliverables for 6 month deliverable + - Eric R: scoping of evaluation criteria, project is working on creating ffmpeg branch for integration, on which we can run test suite. Will start doing TSC meetings early next year, Sam and I will participate + - Youngkwon: working on the draft document, ready to work on technical details. We understand most important part is the ffmpeg plugin, working on testing, should be available early next year. Will start TSC meetings so we can start documentation and details of process to complete eval documents. +- LFX Insights review for projects + - John: original didn't seem to produce accurate stats, getting better now, as well as a facelift. + - Improvements on data quality, removing duplicate profiles. Could use help from projects to look at the data and state whether it is right or not. Also are the charts showing relevant data to projects. Sometimes disconnect between how a chart is set up and what it means. Would be great if project leads could poke around in there, spot any obvious duplicates. + - There will be work on the tool in Q1, and bring Insights team to the TAC in Q2, present what's coming up. + - David: was at LF Member Summit recently, meeting of exec directors of LF foundations, LFX folks presented upgrades to the platform. Was then said "you will need to present to ASWF since they are one of your toughest critics!". Ahead of this meeting, would be good to provide actionable feedback. We are the litmus test! + - John: if there are helpful charts that could be added that's good as well. But don't pay attention to "best practices score" right now. + - Eric R: in OTIO we have our own GH org, handful of repos that have different support models, is this reflected? John: we can add an org or individual repos, DPEL has similar issues. That will be fixed. OpenEXR also has multiple repos under a project. + - JC: how should we provide feedback? In the past I have created tickets, is that the right place, or should we provide the feedback in one place? + - John: could be dropped onto existing ticket? Some we could fix, some could be escalated? Issue #920 in TAC repo. +- TAC Chair / Vice Chair for 2025 + - John: Larry was voted as first vice chair, getting ready for first "rotation". Larry will step in from vice chair to chair role. Carol has come forward with interest in vice chair, no one else has stepped up, anyone else? + - Kimball will still be part of the TAC, thank you for all your work and leadership! + - Kimball: this is a great community, not so much "leadership" as much as trying to help as much as possible. We have more to do! + - David: thank you Kimball! + - John: we will take vote offline since we don't have quorum of voting members (12 present / 13 missing) +- Evolving our working groups program + - CI WG likely a project level + - Language Interop: TAC can decide on that + - Lack of representation on TAC from WGs + - We have concept of long term WG, so you get to "stick around" + - Could those have a TAC rep? + - JF: what about WGs vs non-graduated projects? + - Michael M: when we formed first WG, there was a concept of TAC sponsorship. Currently no process to make sure that TAC sponsor is still around. What does it mean to be a "semi permanent" WG, for instance Cory has been sponsor of USD WG. + - Larry: there's a special TAC vote to elevate WG to voting status, that should be doled out judiciously. Not all WG have the purpose / needs. Canonical example that should have is the D&I WG, they are long term, doing important work, and doing public work on behalf of ASWF. They really should have a say in the direction. Whereas more "usual" WG that isn't as big as a project may not need to have that representation. "Safety valve" to avoid a project that's been going on for years that still does have vote vs WG. + - Cory: if a WG is elevated to a project, it should have a TAC rep with a vote. + - John: we can chose a better name than "long term WG" which is a bit of a mouthful, but concept would still be the same. USD calls them SIGs. + - Eric E: can we let a WG run longer than a year without a TAC rep? We don't want to force ending the work, even if there's no need for a TAC rep? John: "may opt to" leaves leeway for TAC to get a second year. + - John: does that seem like an acceptable way to handle that? Larry: as long as the TAC can make those decisions, decouple the second year vs TAC rep decisions. + - John: will do a language change in the WG definition, will try to put pieces in place and TAC can react and approve. + - Larry: an inventory of our usual criteria, is it just a small checklist, or would need to do a lot of work? Don't want to shove a bunch of additional work at WGs, maybe not every is ready to have extra work added to their plate. CI is a strong contender of what this is meant to address, they have been running for a long time and we don't want them to stop. +- Anyone can participate in the upcoming security evals, reach out to Cary or (?) +- OpenVDB review January 8th (Ken) + - John: please keep us posted if that's going to work +- David: we're considering if we should have more presence at SIGGRAPH Asia next year, so looking for any feedback if someone attended. Sounds like a good opportunity to go someplace we're not as well known, but maybe other opportunities. Have it in the 2025 budget, that or any other candidates in that part of the world. +- Larry: renewed appreciation of people like Kimball joining from "challenging" timezones. Not sure what to do about that long term. Middle of the day Pacific time is earliest possible for Pacific, and earliest for Europe. Not sure how to make it easier for people in those locations. John: challenge in a lot of our larger projects. Solution is mostly alternative timeslots, but no great solution. Larry: may only be a lateral step from "some people can never make it" to "half the people can only make it half of the time". +- David: pitch for our swag store, there's a section for the Holidays, can put our favorite design on a Santa Hat for instance. +- David: deep thank you for working on all of our projects, in a way that didn't exist 6 years ago. Thank you! +- Larry: is there a final time picked for Open Source Forum, time and format? + - David: putting final touches on that, discussion with venue tomorrow so everything is still to be confirmed, but likely to be Feb 13th at Walt Disney Animation studios, Nick Cannon agreed to host us. Changing the forum format, moving away from renting expensive locations to go to our members, more a round table discussion rather than a series of presentations to make it different from Open Source Days. For members only this time, we will have a web site which will be visible, but if someone wants to come, they will need to ask, and we'll vet presentation, so all member companies (at all levels), and open to "friends of the foundation", anyone who has participated, and anyone potential members who would like to "check us out". Working the theme for the forum, "open source in the context of production pipelines that are changing with new technologies coming ahead" (so AI for instance), how will production pipelines change, and what are the places where open source projects can play a bigger role, and what parts of the pipeline could become open source. + - Kimball: the "Hype Pipe" is going to be a real topic, how to make real tools out of the AI tools. There are some really good tools in there, our studio is making some of them. Not on the image generation bandwagon, not sure that's useful for "premier" content. + - David: with all the hype about AI, should have seen some of the more generic tools generated with AI to help in production pipelines for at least simple things like automated dust busting / wire removal / uprezing. Have you seen some of those tools in your companies? + - Kimball: of course. Also looking at whether we can help TDs write small Python snippets, but not producing pixels. David: as "flag bearer" for open source, any tech disruption is opportunity for open source to take part in the pipeline. What could be an opportunity for open source, is going to talk about that at a Forum possible? Kimball: have been talking about this for 18 months, for instance at Open Source Days. For open source opportunities for ASWF, we can help people gain confidence in rights management, maybe have a project for that. How do the weights of a model trained for a show stay with that show, help people navigate those waters. We can help people gain confidence in small tools. + - Scott (Chat): I feel like we have to be very careful about how AI is being used and advertised. Right now it is a very dirty word in some circles, and I can see how people can see this go against the D&I initiative. + - Kimball: the "AI" word is the source of the hype. People are ascribing unreasonable expectations. + - David: in our industry we have extra careful attitude, especially after the strikes. Kimball: provide tools around rights management so people are confident their images are managed in a careful way. Not sure how that looks like exactly. David: would like the forum to be a place to discuss this, come out with an outcome that would allow us to go a bit deeper into issues such as provenance. Other foundations in LF is doing such work (C2PA), some of our members (Adobe) have endorsed C2PA, maybe we could bring education and tools. We could have a short term WG come out of the discussions at the forum. + - Feb 13 coming fast, we'll probe some of you to do anchor presentations, would like forum in 2 segments, one with short presentations to anchor the topic, and second section being interactive discussion with membership. + - Scott (chat): I think if a project were to come in and say "We are an AI project", I think a key evaluation is looking at where the dataset came from and how this'll affect users of the software (and those it may displace). For example, if someone open sources a wire removal tool and it removes all of the wire removal jobs, then do we want to associate ourselves to that/how do we want to associate ourselves to that? + - Michael: any conversations about content credentials between Adobe and legal team? Don't know what work may have been done. David: there was a great presentation from Adobe, they have plugins for hosting AI models, including your own, and how you can subscribe to [C2PA foundation](https://c2pa.org/). Not aware of direct discussions between LF legal in context of ASWF. C2PA working on spec to articular provenance. The answer about provenance from LF is to look at C2PA. It's not a fix all solution, but it's a good place to look for people addressing the issue. We could bring that to our forum. + - John: we could also ask them to present at TAC meeting, also any other LF project that could be relevant, we are happy to coordinate between projects when useful. + - David: at LF summit, there was a presentation about Open Source AI definitions, was a controversial topic. Not sure if these are recorded, lots of "passion" in Open Source world. Not sure we want to get into nitty gritty of AI (open source or not), but want to make sure our production pipelines evolve new open source opportunities. + - "Here" with Tom Hanks used AI tools for some of the de-aging.