<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:webfeeds="http://webfeeds.org/rss/1.0">
    <channel>
        <title><![CDATA[Building Bridges Community of Practice]]></title>
        <description><![CDATA[Building Bridges Community of Practice]]></description>
        <link>https://buildingbridges.cioos.ca</link>
        <generator>Bettermode RSS Generator</generator>
        <lastBuildDate>Tue, 25 Aug 2026 22:44:32 GMT</lastBuildDate>
        <atom:link href="https://buildingbridges.cioos.ca/rss/feed" rel="self" type="application/rss+xml"/>
        <pubDate>Tue, 25 Aug 2026 22:44:32 GMT</pubDate>
        <copyright><![CDATA[2026 Building Bridges Community of Practice]]></copyright>
        <language><![CDATA[en-US]]></language>
        <ttl>60</ttl>
        <webfeeds:icon></webfeeds:icon>
        <webfeeds:related layout="card" target="browser"/>
        <item>
            <title><![CDATA[Meetup Recap: Using AI Coding Agents to Explore Ocean Data]]></title>
            <description><![CDATA[Thank you to everyone who joined us on Thursday, August 13, for our hands-on session, hosted by Kedar and Hao as part of our ongoing AI Clinic series!

----------------------------------------


WHAT WE COVERED

We kicked off the meetup with some ...]]></description>
            <link>https://buildingbridges.cioos.ca/workshops-8soeov4o/post/meetup-recap-using-ai-coding-agents-to-explore-ocean-data-rwi5zFRmJvwieKH</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/workshops-8soeov4o/post/meetup-recap-using-ai-coding-agents-to-explore-ocean-data-rwi5zFRmJvwieKH</guid>
            <dc:creator><![CDATA[CIOOS Atlantic]]></dc:creator>
            <pubDate>Tue, 18 Aug 2026 10:57:06 GMT</pubDate>
            <content:encoded><![CDATA[<p>Thank you to everyone who joined us on Thursday, August 13, for our hands-on session, hosted by Kedar and Hao as part of our ongoing AI Clinic series!</p><hr><h3 id="696a063e-8763-48f7-8ba9-16ebce1dae5e" data-toc-id="696a063e-8763-48f7-8ba9-16ebce1dae5e" class="text-lg"><strong>What We Covered</strong></h3><p>We kicked off the meetup with some short, friendly presentations to set the stage:</p><ul><li><p><strong>Exploring CIOOS:</strong> We took a look at the public ocean datasets available through the Canadian Integrated Ocean Observing System (CIOOS) catalogue.</p><ul><li><p>Data Catalogue: <a href="https://catalogue.cioos.ca/" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>https://catalogue.cioos.ca/</u></a></p></li><li><p>Data Explorer: <a href="https://explore.cioos.ca/?lang=en" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>https://explore.cioos.ca/?lang=en</u></a></p></li><li><p>Catalogue Map: <a href="https://cataloguemap.cioos.ca/" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">https://cataloguemap.cioos.ca/</a></p></li></ul></li><li><p><strong>AI Agent Prompt Design:</strong> We discussed basic prompting techniques—how to talk to an AI agent in plain language to get reliable code and avoid common pitfalls.</p></li><li><p><strong>ML &amp; Deep Learning 101:</strong> We shared a jargon-free overview of how AI learns from data and why it has become such a useful tool for ocean science.</p><ul><li><p>Check slides here to see the AI agent prompt design and ML &amp; DL 101: <br><a href="https://docs.google.com/presentation/d/1eslHf8kONEp52-3r1GOQD8xyMKy2BhOWXTaMVgm5jxU/edit?usp=sharing" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>AI-Workshop-Building-Bridges</u></a></p></li><li><p>Check the Vibe-Coding-Kit developed for the participants here: <a href="https://github.com/itskedarpandya/ocean-vibe-coding-kit" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>Event GitHub Repo</u></a></p><p></p></li></ul></li></ul><hr><h3 id="0029d76c-e325-455b-9a98-6d281d0c3832" data-toc-id="0029d76c-e325-455b-9a98-6d281d0c3832" class="text-lg"><strong>What Was Built</strong></h3><p>Participants followed Kedar’s live demonstration including getting access to the AI coding agent, choosing a dataset from the CIOOS catalogue and beginning guiding the agent to build and train the ML model. Some of the practical pipelines and tools built during the session included:</p><ul><li><p><strong>Automated Data Fetchers:</strong> Systems designed to automatically download, clean, and organize raw ocean data.</p></li><li><p><strong>Predictive ML Models:</strong> Basic machine learning models set up to find patterns and learn from the selected datasets.</p></li></ul><p>Here is the <a href="https://opncd.ai/share/QbfJzcru" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>chat log</u></a> with the prompts and responses from the session. Here is the <a href="https://opncd.ai/share/JNmTxkYq" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>chat log</u></a> of an example of an ideal chat for this session. The final deliverable from the example chat is loaded into this<a href="https://github.com/itskedarpandya/ocean-vibe-coding-deliverable" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u> GitHub repository.&nbsp;</u></a></p><p>If you’d like to try the AI Coding Agent or revisit what we covered in the session, please review the log and fill out the <a href="https://forms.gle/NdiAJRhmrwpHU99f6" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>form</u></a> to receive an API key (we cover the token cost). You may also want to review the AI <a href="https://github.com/anomalyco/opencode" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>Coding Agent’s GitHub page</u></a> for setup instructions.</p><p>We’re planning a follow‑up session so more participants can try the AI Coding Agent themselves. If you weren’t able to attend on August 13 and would like to join the next session, please add your name to the <a href="https://forms.gle/sKFyLdTENgSZsqbw5" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>waitlist</u></a>.</p><hr><h3 id="b15fb8ea-98fe-44a6-8a98-5ad995d496e2" data-toc-id="b15fb8ea-98fe-44a6-8a98-5ad995d496e2" class="text-lg"><strong>🏥 The AI Clinic is Now Open!</strong></h3><p>The live session may be over, but the learning and troubleshooting continue in our AI Clinic!</p><p>If you’re continuing your project, tackling a new dataset, or encountering issues with your AI Coding Agent, feel free to stop by the <a href="https://buildingbridges.cioos.ca/ask-an-expert/post/ai-clinic-2---july-august-2026-q3iAszY9L0qJe4X" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered"><u>AI Clinic page</u></a> and share your questions.</p><p><strong>Here are some ways you might use the Clinic thread (not an exhaustive list):</strong></p><ul><li><p><strong>Share your progress:</strong> Post screenshots of the charts or models you built.</p></li><li><p><strong>Get troubleshooting help:</strong> If your AI agent is giving you errors or you are stuck on a specific prompt, paste the details below.</p></li><li><p><strong>Ask our experts:</strong> Kedar, Hao, and the community will be checking in on this thread periodically to help you unstick your code and chat about ocean data.</p></li></ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Building and Using the Intelligent Data Exploring Assistant]]></title>
            <description><![CDATA[RECORDING NOW AVAILABLE!

If you missed our live session, or simply want to revisit the insights shared, you can now watch the full recording.

youtube.com/watch?v=6robnyc7FZ8&feature=youtu.be [http://youtube.com/watch?v=6robnyc7FZ8&feature=youtu.be]



About this ...]]></description>
            <link>https://buildingbridges.cioos.ca/workshops-8soeov4o/post/building-and-using-the-intelligent-data-exploring-assistant-2XVMwaTHrgJ4NvM</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/workshops-8soeov4o/post/building-and-using-the-intelligent-data-exploring-assistant-2XVMwaTHrgJ4NvM</guid>
            <category><![CDATA[Featured Resource]]></category>
            <dc:creator><![CDATA[CIOOS Atlantic]]></dc:creator>
            <pubDate>Fri, 07 Aug 2026 12:11:58 GMT</pubDate>
            <content:encoded><![CDATA[<h3 id="ce7cc466-809b-4e89-9adb-bc8b8eec07b4" data-toc-id="ce7cc466-809b-4e89-9adb-bc8b8eec07b4" class="text-lg"><strong>Recording Now Available!</strong></h3><p>If you missed our live session, or simply want to revisit the insights shared, you can now watch the full recording.</p><p><a href="http://youtube.com/watch?v=6robnyc7FZ8&amp;feature=youtu.be" rel="noopener noreferrer nofollow" class="text-interactive hover:text-interactive-hovered">youtube.com/watch?v=6robnyc7FZ8&amp;feature=youtu.be</a></p><div data-type="embed" data-id="uXiKZk9whgIbLyckz2wtR" data-embed-url="http://youtube.com/watch?v=6robnyc7FZ8&amp;feature=youtu.be"></div><p><strong>About this Session</strong></p><p>Navigating professional data analysis software often involves complex interfaces and endless button configurations. This learning session explores a paradigm shift in data visualization by showcasing the integration of Large Language Models into geophysical data analysis. Led by Dr. Matthew Widlansky from the University of Hawaii Sea Level Center, this event will introduce the Intelligent Data Exploring Assistant (IDEA), a novel tool designed to help users efficiently explore and visualize datasets, specializing in geophysical data like sea levels.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[MaRS Climate Impact 2026 Conference]]></title>
            <description><![CDATA[MARS CLIMATE IMPACT IS A NEW INNOVATION CONFERENCE THAT BRINGS TOGETHER THE GLOBAL CLEANTECH ECOSYSTEM — IN PERSON AND ONLINE

The transition to net-zero requires a massive and interconnected global ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/mars-climate-impact-2026-conference-eIyrVpubjg1y7lh</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/mars-climate-impact-2026-conference-eIyrVpubjg1y7lh</guid>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Tue, 28 Jul 2026 15:38:46 GMT</pubDate>
            <content:encoded><![CDATA[<h3 class="text-lg" data-toc-id="ec2779f8-75e4-4c6d-9f8f-b1b0f3f3e011" id="ec2779f8-75e4-4c6d-9f8f-b1b0f3f3e011"><strong>MaRS Climate Impact is a new innovation conference that brings together the global cleantech ecosystem — in person and online</strong></h3><p>The transition to net-zero requires a massive and interconnected global effort to deploy new technologies that can create a more sustainable future.</p><p><strong>MaRS Climate Impact</strong> delves into the most promising ideas and innovations that could help prevent the most disastrous consequences of climate change and build a cleaner economy.</p><p>Join us at the MaRS Centre in downtown Toronto or online on <strong>November 17 &amp; 18, 2026</strong>&nbsp;for two days of interactive panel discussions, thought-provoking debates, company demos and more.</p><p>Connect with innovators and global cleantech leaders working on the platforms, partnerships and strategies needed to scale the most impactful solutions.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Info Session: AI Data Governance Roundtable]]></title>
            <description><![CDATA[As AI systems grow more capable and more embedded in organizational operations, the data underpinning them demands a new level of rigour. This roundtable, taking place on October 8, brings together ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/info-session-ai-data-governance-roundtable-EiUUNHjHIWr4p88</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/info-session-ai-data-governance-roundtable-EiUUNHjHIWr4p88</guid>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Tue, 28 Jul 2026 14:10:13 GMT</pubDate>
            <content:encoded><![CDATA[<p>As AI systems grow more capable and more embedded in organizational operations, the data underpinning them demands a new level of rigour. This roundtable, taking place on October&nbsp;8,&nbsp;brings together senior leaders in AI, data governance, risk, and compliance to generate peer-driven insights and actionable outcomes on some of the most pressing challenges in the field. Through facilitated discussion grounded in real practice, participants will share what's working, what isn't, and what still needs to be figured out.<br><br>This information session will outline the roundtable's scope, format, intended audience, and registration process. We encourage you to share this invitation with colleagues or peers in your organization who may benefit from learning more.<br><br>Note: Roundtable registration will open after the information session.<br><br>Disclaimer: This event is open to Vector Sponsors, FastLane companies, Vector Researchers, and invited partners only. Any registration that is found ineligible will be asked to provide verification and, if unable to do so, will not be able to attend the event. Please contact&nbsp;<a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="mailto:ai-data-gov-roundtable@vectorinstitute.ai">ai-data-gov-roundtable@vectorinstitute.ai</a>&nbsp;with any questions.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Multimodal Synthetic Data Generation Bootcamp - CFP]]></title>
            <description><![CDATA[This hands-on bootcamp helps organizations accelerate AI development using synthetic data when real-world data is limited, sensitive, or costly to collect. Participants will work with Vector’s ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/multimodal-synthetic-data-generation-bootcamp---cfp-g0szx6lrTEDGnTW</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/multimodal-synthetic-data-generation-bootcamp---cfp-g0szx6lrTEDGnTW</guid>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Tue, 28 Jul 2026 13:39:56 GMT</pubDate>
            <content:encoded><![CDATA[<p>This hands-on bootcamp helps organizations accelerate AI development using synthetic data when real-world data is limited, sensitive, or costly to collect. Participants will work with Vector’s technical team to build proof-of-concepts for agentic, multimodal, and vision AI systems while evaluating privacy, utility, and downstream model performance.</p><p><strong>Disclaimer:&nbsp;</strong>This event is open to Vector Sponsors, FastLane companies, Vector Researchers, and invited partners only. Any registration that &nbsp;is found ineligible will be asked to provide verification and, if unable to do so, will not be able to attend the event.</p><p>Please contact <a class="text-interactive hover:text-interactive-hovered" rel="noopener noreferrer nofollow" href="mailto:multimodal-synthetic-data-bootcamp@vectorinstitute.ai">multimodal-synthetic-data-bootcamp@vectorinstitute.ai</a> with any questions.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[ALL IN 2026]]></title>
            <description><![CDATA[Canada’s most important AI event brings together 6,500+ decision-makers and experts. This is where AI insights, investments and connections turn into real opportunities for your business, career or ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/all-in-2026-GKBtLBJV9JvzVzQ</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/all-in-2026-GKBtLBJV9JvzVzQ</guid>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Tue, 28 Jul 2026 13:18:25 GMT</pubDate>
            <content:encoded><![CDATA[<p>Canada’s most important AI event brings together 6,500+ decision-makers and experts. This is where AI insights, investments and connections turn into real opportunities for your business, career or product.</p><p><br>ALL IN embodies a bold vision for the future of AI, bringing together leaders from the Canadian and international ecosystems to shape innovation and collaboration in this strategic sector.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Rostock Ocean Convention 2026]]></title>
            <description><![CDATA[Located on the Baltic Sea, Rostock is becoming a global hotspot for underwater technology. At the heart of this transformation is the Ocean Technology Campus Rostock – a hub where science, industry, ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/rostock-ocean-convention-2026-nlgq90wyUNA94CN</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/rostock-ocean-convention-2026-nlgq90wyUNA94CN</guid>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Mon, 27 Jul 2026 13:46:20 GMT</pubDate>
            <content:encoded><![CDATA[<p>Located on the Baltic Sea, Rostock is becoming a global hotspot for underwater technology. At the heart of this transformation is the Ocean Technology Campus Rostock – a hub where science, industry, and innovation converge to develop the next generation of subsea solutions.</p><p>With cutting-edge labs, open test infrastructure, and strong links to the marine environment, Rostock offers ideal conditions for sustainable and high-impact technologies. A growing network of start-ups, research institutes, and established companies makes it a prime location for innovators, researchers, and entrepreneurs.</p><p>What to expect:</p><ul><li><p>170+ participants from 8+ nations</p></li><li><p>Keynotes &amp; panels from industry and academia</p></li><li><p>B2B matchmaking &amp; networking</p></li><li><p>Start-up showcase &amp; tech exhibition</p></li><li><p>Broad media coverage</p></li><li><p>Strong political and institutional presence</p></li></ul><p>Organized by the Subsea Monitoring Network, Fraunhofer IGD, University of Rostock, and Rostock Business, the event positions Rostock as Germany’s leading centre for digital underwater innovation.</p><p>Day 1: 10 AM - 10 PM (Berlin Time)</p><p>Day 2: 8:30 AM - 2 PM (Berlin Time)</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[National Indigenous Fisheries & Aquaculture Forum (NAFF V)]]></title>
            <description><![CDATA[The National Indigenous Fisheries Institute will host the Fifth National Indigenous Fisheries & Aquaculture Forum (NAFF V) in Kjipuktuk (Halifax), Nova Scotia from 22-24 September 2026.

NAFF V will ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/national-indigenous-fisheries-aquaculture-forum-naff-v-KpC8MglRhnMwzm1</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/national-indigenous-fisheries-aquaculture-forum-naff-v-KpC8MglRhnMwzm1</guid>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Mon, 27 Jul 2026 13:33:00 GMT</pubDate>
            <content:encoded><![CDATA[<p>The National Indigenous Fisheries Institute will host the Fifth National Indigenous Fisheries &amp; Aquaculture Forum (NAFF V) in Kjipuktuk (Halifax), Nova Scotia from 22-24 September 2026.</p><p>NAFF V will build off of the successes of the first four conferences. We will be joined by influential leaders across the Indigenous fisheries and aquaculture industry, representatives from various departments and across all levels of government, international leaders in private and multinational sectors, and more across this four-day event.</p><p>In addition to presentations, panels, and workshops; delegates will have the opportunity to join for cultural performances and a showcase dinner while a robust tradeshow and regional Indigenous artists will be present throughout the event all while building national and international relationships.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Imagine Marine Conference 2026]]></title>
            <description><![CDATA[Future-Proofing the Marine Workforce: Skills, Tech, and Talent

The Canadian Marine Careers Foundation is pleased to announce that the Imagine Marine Conference will return for its third year on ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/imagine-marine-conference-2026-pzYip6JdTMVOL8m</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/imagine-marine-conference-2026-pzYip6JdTMVOL8m</guid>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Mon, 27 Jul 2026 13:18:10 GMT</pubDate>
            <content:encoded><![CDATA[<p>Future-Proofing the Marine Workforce: Skills, Tech, and Talent</p><p>The Canadian Marine Careers Foundation is pleased to announce that the Imagine Marine Conference will return for its third year on September 22–23, 2026, at the Rogers Centre (formerly the Shaw Centre) in Ottawa, Ontario.</p><p>This year’s theme, <strong>Future-Proofing the Marine Workforce: Skills, Tech, and Talent</strong>, will explore how the sector can adapt to evolving workforce trends while engaging the next generation and increasing employee retention. We’re seeking proposals that highlight student, early career and/or employee perspectives, as well as insights from stakeholders and experts both within and beyond the marine industry.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[2026 Sustainable Blue Economy Summit]]></title>
            <description><![CDATA[The blue economy has entered a decisive phase.

Opportunities are clear, but impact depends on execution. Capital is deployed effectively to fund solutions that scale, innovation grows beyond pilot ...]]></description>
            <link>https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/2026-sustainable-blue-economy-summit-sUf7LC0cmHm8NPi</link>
            <guid isPermaLink="true">https://buildingbridges.cioos.ca/basic-2-column-umfls66p/post/2026-sustainable-blue-economy-summit-sUf7LC0cmHm8NPi</guid>
            <dc:creator><![CDATA[Yan Chen]]></dc:creator>
            <pubDate>Mon, 27 Jul 2026 13:00:29 GMT</pubDate>
            <content:encoded><![CDATA[<p><strong>The blue economy has entered a decisive phase.</strong></p><p><strong>Opportunities are clear, but impact depends on execution.</strong> Capital is deployed effectively to fund solutions that scale, innovation grows beyond pilot projects into competitive sectors, policy enables sustainable ocean industries, and partnerships connect stakeholders to deliver real-world results.</p><p>The Sustainable Blue Economy Summit unites the systems that make growth happen: capital, policy, innovation, partnerships, and workforce.</p>]]></content:encoded>
        </item>
    </channel>
</rss>