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 @@