<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://tart.elec.ac.nz/pt/blog</id>
    <title>Transient Array Radio Telescope Blog</title>
    <updated>2026-06-26T08:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://tart.elec.ac.nz/pt/blog"/>
    <subtitle>Transient Array Radio Telescope Blog</subtitle>
    <icon>https://tart.elec.ac.nz/pt/img/favicon.svg</icon>
    <entry>
        <title type="html"><![CDATA[Highlights from the 2026 TART Developer Sprint, June 2026]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/tart-dev-2026</id>
        <link href="https://tart.elec.ac.nz/pt/blog/tart-dev-2026"/>
        <updated>2026-06-26T08:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are thrilled to announce the successful conclusion of the 2026 TART Developer Sprint, which took place in beautiful Cape Town between June 22 and June 26, 2026. The Transient Array Radio Telescope (TART) project—an open-source initiative designed to make radio interferometry accessible and affordable—underwent a week of intense collaboration, architectural breakthroughs, and massive performance improvements.]]></summary>
        <content type="html"><![CDATA[<p>We are thrilled to announce the successful conclusion of the <strong>2026 TART Developer Sprint</strong>, which took place in beautiful Cape Town between June 22 and June 26, 2026. The Transient Array Radio Telescope (TART) project—an open-source initiative designed to make radio interferometry accessible and affordable—underwent a week of intense collaboration, architectural breakthroughs, and massive performance improvements.</p>
<p>Over five productive days, core developers tackled major challenges in data streaming, high-fidelity telescope simulation, and automated calibration. Here is an in-depth look at the remarkable outcomes and milestones achieved during this sprint.</p>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="kremetart--panoptikon">Kremetart &amp; Panoptikon<a href="https://tart.elec.ac.nz/pt/blog/tart-dev-2026#kremetart--panoptikon" class="hash-link" aria-label="Link direto para Kremetart &amp; Panoptikon" title="Link direto para Kremetart &amp; Panoptikon" translate="no">​</a></h3>
<p>A key focus during the sprint involved advancing front-end visibility and real-time management tools for the telescope. Development efforts progressed significantly on <strong>Kremetart &amp; Panoptikon</strong>, which can be found at <a href="https://www.google.com/search?q=https://github.com/landmanbester/kremetart" target="_blank" rel="noopener noreferrer" class="">github.com/landmanbester/kremetart</a>. These utilities play a critical role in expanding user and developer interaction with TART data streams and array infrastructure.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="next-generation-tart-udp-data-stream-format-design">Next-Generation TART UDP Data Stream Format Design<a href="https://tart.elec.ac.nz/pt/blog/tart-dev-2026#next-generation-tart-udp-data-stream-format-design" class="hash-link" aria-label="Link direto para Next-Generation TART UDP Data Stream Format Design" title="Link direto para Next-Generation TART UDP Data Stream Format Design" translate="no">​</a></h3>
<p>One of the most architecturally profound outcomes of the sprint was the formalization and implementation of the new <strong>TART UDP Data Stream Format Design</strong>. This redesign completely modernizes the telescope's signal processing architecture with a focus on modularity and high throughput:</p>
<ul>
<li class=""><strong>Dual Python/Rust Pipeline Modules:</strong> Every single stage of the signal pipeline—including the sender, DSP downconvert, channelizer, correlator, and visibility saver—now features a dual-language implementation. A Python reference implementation is used for easy validation, while a parallel Rust implementation handles high-throughput operations.</li>
<li class=""><strong>UDP-Based Inter-Module Transport:</strong> The new transport mechanism utilizes fixed-size datagrams optimized to fit safely under the Maximum Transmission Unit (MTU) size. By leveraging clearly documented "magic-number" packet formats, developers can seamlessly perform drop-in replacements of individual pipeline modules between languages without interrupting data transmission.</li>
<li class=""><strong>Tappable Pipeline Stages:</strong> The pipeline has been engineered to be fully transparent and non-disruptive. Raw 1-bit data (pre-DSP), post-DSP 2-bit data, and complex visibilities can each be saved directly to disk (using Zarr, Parquet, or raw binary formats) at any stage of the pipeline without breaking or degrading the live data stream.</li>
<li class=""><strong>Configurable Telescope Parameters:</strong> Centralized settings for telescope arrays are now driven entirely by a single <code>pipeline.toml</code> configuration file. This single file seamlessly handles configurable telescope parameters, such as antenna counts ranging from 24 to 32, frequency channels from 1 to 32, and integration times stretching from 1ms to 1000ms. The entire ecosystem is fully containerized, orchestrated, and tested using Docker Compose.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="redeveloped-tart-catalogue-a-1000000x-speedup">Redeveloped TART Catalogue: A 1,000,000x Speedup<a href="https://tart.elec.ac.nz/pt/blog/tart-dev-2026#redeveloped-tart-catalogue-a-1000000x-speedup" class="hash-link" aria-label="Link direto para Redeveloped TART Catalogue: A 1,000,000x Speedup" title="Link direto para Redeveloped TART Catalogue: A 1,000,000x Speedup" translate="no">​</a></h3>
<p>In one of the most staggering optimization feats of the week, the TART source catalogue server underwent a complete rewrite. The redeveloped <strong>TART Catalogue</strong> achieves a massive, roughly 1,000,000x speedup compared to its previous iteration.</p>
<ul>
<li class=""><strong>New Matching Server:</strong> A high-speed matching server handles rapid coordinate lookups for visible satellites, GNSS constellations, and celestial objects.</li>
<li class=""><strong>Multi-Language Clients:</strong> The system comes equipped with dedicated Rust and Python clients to make integrating local SGP4 orbit propagation fast and effortless for all developers.</li>
</ul>
<p>You can check out the source code and review the REST API capabilities at <a href="https://github.com/tart-telescope/catalogue" target="_blank" rel="noopener noreferrer" class="">github.com/tart-telescope/catalogue</a>.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="tartball-high-fidelity-telescope-simulation">TARTball: High-Fidelity Telescope Simulation<a href="https://tart.elec.ac.nz/pt/blog/tart-dev-2026#tartball-high-fidelity-telescope-simulation" class="hash-link" aria-label="Link direto para TARTball: High-Fidelity Telescope Simulation" title="Link direto para TARTball: High-Fidelity Telescope Simulation" translate="no">​</a></h3>
<p>To lower the barrier to entry for researchers and software developers who may not have immediate physical access to an array, the team introduced <strong>TARTball</strong>. Drawing inspiration from existing tools like Crystalball, TARTball functions as a robust simulator tailored specifically to the TART architecture. It reads standard sky models and automatically generates realistic Measurement Sets (MS), allowing developers to test imaging pipelines and downstream software offline. Explore the repository at <a href="https://github.com/tart-telescope/tartball" target="_blank" rel="noopener noreferrer" class="">github.com/tart-telescope/tartball</a>.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="tart-beam-models-framework-established">TART Beam Models Framework Established<a href="https://tart.elec.ac.nz/pt/blog/tart-dev-2026#tart-beam-models-framework-established" class="hash-link" aria-label="Link direto para TART Beam Models Framework Established" title="Link direto para TART Beam Models Framework Established" translate="no">​</a></h3>
<p>Accurate imaging depends heavily on an explicit understanding of an antenna's directional sensitivity. During the Cape Town sprint, the fundamental framework for <strong>TART Beam Models</strong> was successfully established. This architecture provides the necessary analytical and structural foundation to incorporate advanced primary beam models into ongoing calibration and imaging cycles. The repository is live and accepting contributions at <a href="https://github.com/tart-telescope/beams" target="_blank" rel="noopener noreferrer" class="">github.com/tart-telescope/beams</a>.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="automated-position-calibration">Automated Position Calibration<a href="https://tart.elec.ac.nz/pt/blog/tart-dev-2026#automated-position-calibration" class="hash-link" aria-label="Link direto para Automated Position Calibration" title="Link direto para Automated Position Calibration" translate="no">​</a></h3>
<p>Determining the exact physical coordinates of individual antennas within an interferometric array is essential to prevent phase errors. The team successfully completed the comprehensive technical write-up for <strong>TART Position Calibration</strong> techniques. Even better, new software was developed to perform this calibration automatically. This automation removes tedious manual workflows and makes deploying a new TART station faster and more precise than ever. The source code and documentation can be reviewed at <a href="https://github.com/tmolteno/tart-position-cal" target="_blank" rel="noopener noreferrer" class="">github.com/tmolteno/tart-position-cal</a>.</p>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="looking-ahead">Looking Ahead<a href="https://tart.elec.ac.nz/pt/blog/tart-dev-2026#looking-ahead" class="hash-link" aria-label="Link direto para Looking Ahead" title="Link direto para Looking Ahead" translate="no">​</a></h3>
<p>The 2026 Cape Town Developer Sprint marks a massive leap forward for open-source radio astronomy. By blending the extreme performance of Rust with the accessibility of Python reference models, slashing catalog lookups by six orders of magnitude, and automating antenna position calibrations, the TART ecosystem is ready for its next generation of global deployments.</p>
<p>A massive thank you to all the developers who dedicated their time, energy, and expertise to making this sprint a monumental success!</p>
<p><em>Interested in contributing? Whether you want to simulate arrays using TARTball, build lightning-fast pipeline taps, or deploy a telescope at your institution, visit our GitHub organizations and join the community!</em></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="links">Links<a href="https://tart.elec.ac.nz/pt/blog/tart-dev-2026#links" class="hash-link" aria-label="Link direto para Links" title="Link direto para Links" translate="no">​</a></h2>
<ul>
<li class=""><a href="https://map.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">Map of Worldwide TART installations</a></li>
<li class=""><a href="https://tart-telescope.org/" target="_blank" rel="noopener noreferrer" class="">TART website</a></li>
<li class=""><a href="https://github.com/tart-telescope" target="_blank" rel="noopener noreferrer" class="">TART GitHub</a></li>
</ul>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="workshop" term="workshop"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[TART Madagascar, June 2026]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/tart-madagascar</id>
        <link href="https://tart.elec.ac.nz/pt/blog/tart-madagascar"/>
        <updated>2026-06-12T08:00:00.000Z</updated>
        <summary type="html"><![CDATA[A TART installation workshop was held at Universite d'Antananarivo in Madagascar between June 8th and June 12th 2026. The Transient Array Radio Telescope (TART) is an open source radio telescope. Originally developed by Dr Tim Molteno, and students at the University of Otago's Department of Physics. The TART is a radio-telescope with the capability to observe the entire sky continuously and optimized to detect satellites, near-earth objects and transient events including high-energy cosmic rays. The telescope is also designed to serve as a platform for the development of new imaging algorithms.]]></summary>
        <content type="html"><![CDATA[<p>A TART installation <a class="" href="https://tart.elec.ac.nz/pt/docs/install/workshop">workshop</a> was held at Universite d'Antananarivo in Madagascar between June 8th and June 12th 2026. The Transient Array Radio Telescope (TART) is an open source radio telescope. Originally developed by Dr Tim Molteno, and students at the University of Otago's Department of Physics. The TART is a radio-telescope with the capability to observe the entire sky continuously and optimized to detect satellites, near-earth objects and transient events including high-energy cosmic rays. The telescope is also designed to serve as a platform for the development of new imaging algorithms.</p>
<p>As part of an effort to install TART telescope in all the African SKA Partner nations, this workshop followed installations in Namibia (2025), Ghana (2025), <a class="" href="https://tart.elec.ac.nz/pt/blog/tart-install-zambia">Zambia</a> (2025), <a class="" href="https://tart.elec.ac.nz/pt/blog/tart-install-botswana">Botswana</a> (2025), <a class="" href="https://tart.elec.ac.nz/pt/blog/tart-install-udm">Mauritius</a> and <a class="" href="https://tart.elec.ac.nz/pt/blog/tart-install-kenya">Kenya</a> (2024). The workshop was presented by Tim Molteno (University of Otago, New Zealand), Oleg Smirnov (Rhodes University, SARAO, South Africa), Landman Bester (SARAO), Max Scheel (Electronics Research Foundation, New Zealand) and Ben Hugo (SARAO, South Africa) with the support of the local installation team led by Prof Solohery Randriamapandry  at Universite d'Antananarivo.</p>
<p>The initiative to place TART telescopes in SKA African Partner nations was started in 2023 and is a joint effort of the <a href="https://www.otago.ac.nz/" target="_blank" rel="noopener noreferrer" class="">University of Otago</a>, <a href="https://www.ru.ac.za/" target="_blank" rel="noopener noreferrer" class="">Rhodes University</a>, the South African Radio Astronomy Observatory (<a href="https://www.sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SARAO</a>), the <a href="https://www.dara-project.org/" target="_blank" rel="noopener noreferrer" class="">DARA programme</a> and the <a href="https://www.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">Electronics Research Foundation</a>. The final deployment in a partner nation will be at the Maputo University, Mozambique in November 2026.</p>
<p>Future TART deployments for 2026 are scheduled in Hat Creek USA and the Liguria Region of Italy. Looking forward to 2027, TART deployments are planned in Ethiopia, Egypt, Malawi, Kenya and Malta and Germany.</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="First light image" src="https://tart.elec.ac.nz/pt/assets/images/spotless-mg-tana-3edfcc8e92faead6459a5c721254d474.png" width="4200" height="4000" class="img_ev3q"></td></tr><tr><td>First light image from the Madagascar TART, showing bright well-calibrated point sources in the radio sky. This image is created using the `spotless' point-source deconvolution algorithm. Image by Tim Molteno © 2026 licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer" class="">CC BY-SA 4.0</a></td></tr></tbody></table>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="Madagascar on map" src="https://tart.elec.ac.nz/pt/assets/images/madagascar-tart-map-933eaa6608cc5c5ed6dd2871aed40a43.png" width="1435" height="1044" class="img_ev3q"></td></tr><tr><td>The TART world map now has a new entry. Madagascar! Image from the <a href="https://map.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">Map of Worldwide TART installations</a></td></tr></tbody></table>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="Madagascar Students" src="https://tart.elec.ac.nz/pt/assets/images/mg-tana-students-build-big-79401f45c49efa741b38f8f5c0eb4d5f.jpg" width="5740" height="3869" class="img_ev3q"></td></tr><tr><td>Students with components of the TART telescope that they had built. Image Max Scheel © 2026 licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer" class="">CC BY-SA 4.0</a></td></tr></tbody></table>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="Madagascar Group" src="https://tart.elec.ac.nz/pt/assets/images/mg-tana-group-big-e3379abc91cc1b33df1d797715728695.jpg" width="6000" height="4000" class="img_ev3q"></td></tr><tr><td>Students proudly showing off the completed TART telescope. Image Max Scheel © 2026 licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer" class="">CC BY-SA 4.0</a></td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="acknowledgements">Acknowledgements<a href="https://tart.elec.ac.nz/pt/blog/tart-madagascar#acknowledgements" class="hash-link" aria-label="Link direto para Acknowledgements" title="Link direto para Acknowledgements" translate="no">​</a></h2>
<p>Thanks to the amazing staff and students from Universite d'Antananarivo who organized the workshop, and to <a href="https://emssantennas.com/" target="_blank" rel="noopener noreferrer" class="">EMSS</a> for donating the antenna array support hardware. The TART team would also like to thank the <a href="https://www.otago.ac.nz/" target="_blank" rel="noopener noreferrer" class="">University of Otago</a> for support with staff time and hardware, <a href="https://ru.ac.za/" target="_blank" rel="noopener noreferrer" class="">Rhodes University</a> for supporting travel and staff time. We're also extremely grateful to the <a href="https://www.dara-project.org/" target="_blank" rel="noopener noreferrer" class="">DARA project</a> for supporting the travel and accomodation for the New Zealand based TART team (Tim and Max), and to <a href="https://sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SARAO</a> for supporting staff time and travel.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="links">Links<a href="https://tart.elec.ac.nz/pt/blog/tart-madagascar#links" class="hash-link" aria-label="Link direto para Links" title="Link direto para Links" translate="no">​</a></h2>
<ul>
<li class=""><a href="https://map.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">Map of Worldwide TART installations</a></li>
<li class=""><a href="https://tart.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">TART website</a></li>
<li class=""><a href="https://github.com/tart-telescope" target="_blank" rel="noopener noreferrer" class="">TART GitHub</a></li>
</ul>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="workshop" term="workshop"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Breakthrough Listen Africa Programme 2026. Funded Proposals]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/breakthrough-cfp-2026-results</id>
        <link href="https://tart.elec.ac.nz/pt/blog/breakthrough-cfp-2026-results"/>
        <updated>2026-05-15T08:00:00.000Z</updated>
        <summary type="html"><![CDATA[The TART community are delighted to announce the results of the TART Africa Call for Proposals -- the Breakthrough Listen programme to extend the TART telescope network in Africa, in partnership with SARAO, DARA and Rhodes University. After proposal review, five new TART deployments and installation workshops across Africa were funded.]]></summary>
        <content type="html"><![CDATA[<p>The TART community are delighted to announce the results of the <a class="" href="https://tart.elec.ac.nz/pt/blog/breakthrough-africa-programme">TART Africa Call for Proposals</a> -- the <a href="https://breakthroughlisten.physics.ox.ac.uk/home" target="_blank" rel="noopener noreferrer" class="">Breakthrough Listen</a> programme to extend the TART telescope network in Africa, in partnership with <a href="https://sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SARAO</a>, DARA and <a href="https://ru.ac.za/" target="_blank" rel="noopener noreferrer" class="">Rhodes University</a>. After proposal review, five new TART deployments and installation workshops across Africa were funded.</p>
<p>Further details will be released as planning progresses.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="links">Links<a href="https://tart.elec.ac.nz/pt/blog/breakthrough-cfp-2026-results#links" class="hash-link" aria-label="Link direto para Links" title="Link direto para Links" translate="no">​</a></h2>
<ul>
<li class=""><a href="https://map.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">TART world map</a></li>
<li class=""><a href="https://tart.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">TART website</a></li>
<li class=""><a href="https://github.com/tart-telescope" target="_blank" rel="noopener noreferrer" class="">TART GitHub</a></li>
</ul>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="cfp" term="cfp"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Breakthrough Listen Africa Programme 2026. Call for Proposals]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/breakthrough-africa-programme</id>
        <link href="https://tart.elec.ac.nz/pt/blog/breakthrough-africa-programme"/>
        <updated>2026-03-23T08:00:00.000Z</updated>
        <summary type="html"><![CDATA[The TART community are delighted to announce financial support from the Breakthrough Listen programme to extend the TART telescope network in Africa, in partnership with SARAO, DARA and Rhodes University. Up to five additional TART deployments and installation workshops across Africa will be funded by this call.]]></summary>
        <content type="html"><![CDATA[<p>The TART community are delighted to announce financial support from the <a href="https://breakthroughlisten.physics.ox.ac.uk/home" target="_blank" rel="noopener noreferrer" class="">Breakthrough Listen</a> programme to extend the TART telescope network in Africa, in partnership with <a href="https://sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SARAO</a>, DARA and <a href="https://ru.ac.za/" target="_blank" rel="noopener noreferrer" class="">Rhodes University</a>. Up to five additional TART deployments and installation workshops across Africa will be funded by this call.</p>
<p>The call is open to African institutions or consortia interested in hosting a TART telescope. Hosts will be selected for funding based on their site readiness, sustainability, expected impact on Human Capacity Development in the country, and availability of co-funding.</p>
<p>Proposal for this call should be submitted as a PDF-format document (3 pages maximum) addressing the following questions:</p>
<ul>
<li class="">Description of host institution, number of faculty and students (potentially) involved in radio astronomy.</li>
<li class="">Availability of co-funding for a TART telescope.</li>
<li class="">Long-term sustainability of a TART telescope at the host institution: availability of funding and staff for operation, maintenance and scientific exploitation of the telescope</li>
<li class="">Proposed telescope site and site readiness.</li>
<li class="">Ability and willingness of the host institution to organise an installation workshop.
(Please address questions of lecturing venue(s), accommodation options, distance from the telescope site, the number of local students that would be joining, etc.)</li>
<li class="">Availability of co-funding for the installation workshop.</li>
<li class="">Composition of the local installation team and workshop LOC.</li>
<li class="">Ability of the host institution to manufacture the TART <a href="https://github.com/tart-telescope/array-structure" target="_blank" rel="noopener noreferrer" class="">array structure</a> locally. This requires access to CNC tools for working with plywood, and basic fabricating skills.
Expected impact of a TART installation in the country: number of students and faculty that could benefit from a TART at the host institution(s), proposed development of a scientific programme around the TART, etc.</li>
</ul>
<p>If you have questions, <a class="" href="https://tart.elec.ac.nz/pt/docs/basics/get-in-touch">get in touch</a> with the TART community.</p>
<p>Further proposal details are contained in the <a href="https://tart.elec.ac.nz/pt/assets/files/TART-Breakthrough-CFP-cecd2aa865b0a89ef2bd4bdbefad4384.pdf" target="_blank" class="">PDF of Call Details</a></p>
<ul>
<li class="">Submit your proposals as a single PDF by e-mail to <a href="mailto:cfp2026@tart.africa" target="_blank" rel="noopener noreferrer" class="">cfp2026@tart.africa</a>.</li>
<li class="">Proposal deadline: 15th April</li>
<li class="">Selection announcement: 15 May</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="links">Links<a href="https://tart.elec.ac.nz/pt/blog/breakthrough-africa-programme#links" class="hash-link" aria-label="Link direto para Links" title="Link direto para Links" translate="no">​</a></h2>
<ul>
<li class=""><a href="https://tart.elec.ac.nz/pt/assets/files/TART-Breakthrough-CFP-cecd2aa865b0a89ef2bd4bdbefad4384.pdf" target="_blank" class="">Full Call details (PDF)</a></li>
<li class=""><a href="https://tart.elec.ac.nz/pt/assets/files/Molteno_TART_CFP-aeaa6ff8e108ef9e012dd1f805dcd227.pdf" target="_blank" class="">Slides from AfAS 2026 call announcement</a></li>
<li class=""><a href="https://tart.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">TART website</a></li>
<li class=""><a href="https://github.com/tart-telescope" target="_blank" rel="noopener noreferrer" class="">TART GitHub</a></li>
</ul>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="cfp" term="cfp"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[TART Bangladesh, November 2025]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/tart-bangladesh</id>
        <link href="https://tart.elec.ac.nz/pt/blog/tart-bangladesh"/>
        <updated>2025-11-20T08:00:00.000Z</updated>
        <summary type="html"><![CDATA[The Center for Astronomy, Space Science and Astrophysics (CASSA) of Independent University, Bangladesh (IUB) held a five-day workshop, titled “Installing a Radio Telescope to Image the Invisible”, to kick off the installation of a Transient Array Radio Telescope (TART), the first instrument of its kind in Bangladesh.]]></summary>
        <content type="html"><![CDATA[<p>The Center for Astronomy, Space Science and Astrophysics (CASSA) of Independent University, Bangladesh (IUB) held a five-day workshop, titled “Installing a Radio Telescope to Image the Invisible”, to kick off the installation of a Transient Array Radio Telescope (TART), the first instrument of its kind in Bangladesh.</p>
<p>The workshop was held at the CASSA laboratory at IUB, where participants learned about the design and construction of the TART instrument. The workshop was attended by students from more than 10 local Universities, who were introduced to the TART project and its potential applications in astronomy and astrophysics. Students worked on calibration and imaging from the TART and</p>
<p>The workshop was a huge success, and despite a large earthquake in Dhaka on the last day the workshop, the TART instrument was successfully deployed in Bangladesh. With the final student presentations held the next week on Friday 28 Nov.</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="Bangladesh Opening" src="https://tart.elec.ac.nz/pt/assets/images/molteno-1030x580-116fba57fd1ffb7b4f6dc2d0a37a8df8.webp" width="1030" height="580" class="img_ev3q"></td></tr><tr><td>Dr. Tim Molteno, Principal Instructor of the workshop, delivering the keynote address during the conference opening. Tim presented an overview of the Transient Array Radio Telescope (TART), its development, design philosophy, and scientific capabilities.</td></tr></tbody></table>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="Bangladesh TART" src="https://tart.elec.ac.nz/pt/assets/images/tart-iub-array-2398e79cb7d9a87aed408a14d68b672c.jpg" width="3065" height="2559" class="img_ev3q"></td></tr><tr><td>Dr. Khan Asad, Director of the Centre for Astronomy and Space Science and Astrophysics, and Shoaib Mirza of the IUB Fab Lab in front of the truss-tube IUB TART array support structure developed by the FAB Lab.</td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="acknowledgements">Acknowledgements<a href="https://tart.elec.ac.nz/pt/blog/tart-bangladesh#acknowledgements" class="hash-link" aria-label="Link direto para Acknowledgements" title="Link direto para Acknowledgements" translate="no">​</a></h2>
<p>The TART team would like to thank the <a href="https://www.iub.ac.bd/" target="_blank" rel="noopener noreferrer" class="">Independent University of Bangladesh</a> and Dr Khan Asad the director of the <a href="https://www.cassa.site/" target="_blank" rel="noopener noreferrer" class="">Centre for Astronomy and Space Science and Astrophysics</a> for his amazing work in bringing students from more than 10 local Universities to this conference that introduced the TART project to Bangladesh.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="links">Links<a href="https://tart.elec.ac.nz/pt/blog/tart-bangladesh#links" class="hash-link" aria-label="Link direto para Links" title="Link direto para Links" translate="no">​</a></h2>
<ul>
<li class=""><a href="https://map.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">Map of Worldwide TART installations</a></li>
<li class=""><a href="https://tart.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">TART website</a></li>
<li class=""><a href="https://github.com/tart-telescope" target="_blank" rel="noopener noreferrer" class="">TART GitHub</a></li>
</ul>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="workshop" term="workshop"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[TART at G20 ministerial, September 2025]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/tart-g20</id>
        <link href="https://tart.elec.ac.nz/pt/blog/tart-g20"/>
        <updated>2025-09-24T08:00:00.000Z</updated>
        <summary type="html"><![CDATA[A TART telescope featuring the latest spiral kitset was put on display by the South African Radio Astronomy Observatory (SRAO) at a G20 ministerial meeting at the MeerKAT SKA site near Carnavon in South Africa. The Transient Array Radio Telescope (TART) is an open source radio telescope.]]></summary>
        <content type="html"><![CDATA[<p>A TART telescope featuring the latest spiral kitset was put on display by the South African Radio Astronomy Observatory (<a href="https://www.sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SRAO</a>) at a G20 ministerial meeting at the MeerKAT SKA site near Carnavon in South Africa. The Transient Array Radio Telescope (TART) is an open source radio telescope.</p>
<p>The initiative to place TART telescopes in SKA African Partner nations was started in 2023 and is a joint effort of the <a href="https://www.otago.ac.nz/" target="_blank" rel="noopener noreferrer" class="">University of Otago</a>, <a href="https://www.ru.ac.za/" target="_blank" rel="noopener noreferrer" class="">Rhodes University</a>, the South African Radio Astronomy Observatory (<a href="https://www.sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SARAO</a>), the <a href="https://www.dara-project.org/" target="_blank" rel="noopener noreferrer" class="">DARA programme</a> and the <a href="https://www.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">Electronics Research Foundation</a>.</p>
<p>SARAO hosted Tim Molteno, and Oleg Smirnov of the TART team (assisted by Ntsikilelo Charles) who assembled an array in the exhibition hall. Tim and Ntsikilelo even managed a tour of the MeerKAT radio telescope with the press team. The TART telescope was being exhibited at the G20 ministerial meeting as part of an effort to showcase SARAO's africa programme. which has supported the installation of TART telescope in the SKA African Partner Nations (Mauritius, Botswana, Kenya, Zambia, Ghana, Namibia, Madagascar and Mozambique).</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART at CbU" src="https://tart.elec.ac.nz/pt/assets/images/g20_tart_hall-4b8eea1078618eca46aadcb064882a7f.jpg" width="4096" height="3072" class="img_ev3q"></td></tr><tr><td>TART team members Dr Tim Molteno and Prof Oleg Smirnov, ably assisted by  Dr Ntsikilelo Charles of SARAO, in the Assembly shed at the SKA-Mid facility in the Karoo desert of South Africa.</td></tr></tbody></table>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="CbU Students" src="https://tart.elec.ac.nz/pt/assets/images/g20_tart_centre-8c35efd471796e31841fbdc16d70b459.jpg" width="3072" height="4096" class="img_ev3q"></td></tr><tr><td>The TART spiral array centre showing the logos of the supporting organizations.</td></tr></tbody></table>
<p>Originally developed by Dr Tim Molteno, and students at the University of Otago's Department of Physics. The TART is a radio-telescope with the capability to observe the entire sky continuously and optimized to detect satellites, near-earth objects and transient events including high-energy cosmic rays. The telescope is also designed to serve as a platform for the development of new imaging algorithms.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="acknowledgements">Acknowledgements<a href="https://tart.elec.ac.nz/pt/blog/tart-g20#acknowledgements" class="hash-link" aria-label="Link direto para Acknowledgements" title="Link direto para Acknowledgements" translate="no">​</a></h2>
<p>The TART team would like to thank the <a href="https://www.otago.ac.nz/" target="_blank" rel="noopener noreferrer" class="">University of Otago</a> for support with staff time and hardware, <a href="https://ru.ac.za/" target="_blank" rel="noopener noreferrer" class="">Rhodes University</a> for supporting travel and staff time. We're also extremely grateful to <a href="https://emssantennas.com/" target="_blank" rel="noopener noreferrer" class="">EMSS Antennas</a> for coordinating the production of the array structure, and to <a href="https://sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SARAO</a> for hosting the TART team at the G20 meeting.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="links">Links<a href="https://tart.elec.ac.nz/pt/blog/tart-g20#links" class="hash-link" aria-label="Link direto para Links" title="Link direto para Links" translate="no">​</a></h2>
<ul>
<li class=""><a href="https://map.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">Map of Worldwide TART installations</a></li>
</ul>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="workshop" term="workshop"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[TART install in Zambia, June 2025]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/tart-install-zambia</id>
        <link href="https://tart.elec.ac.nz/pt/blog/tart-install-zambia"/>
        <updated>2025-07-22T10:00:00.000Z</updated>
        <summary type="html"><![CDATA[A TART installation workshop was held at Copperbelt University (CbU) in Kitwe, Zambia between June 2nd and June 6th 2025. The Transient Array Radio Telescope (TART) is an open source radio telescope. Originally developed by Dr Tim Molteno, and students at the University of Otago's Department of Physics. The TART is a radio-telescope with the capability to observe the entire sky continuously and optimized to detect satellites, near-earth objects and transient events including high-energy cosmic rays. The telescope is also designed to serve as a platform for the development of new imaging algorithms.]]></summary>
        <content type="html"><![CDATA[<p>A TART installation <a class="" href="https://tart.elec.ac.nz/pt/docs/install/workshop">workshop</a> was held at Copperbelt University (CbU) in Kitwe, Zambia between June 2nd and June 6th 2025. The Transient Array Radio Telescope (TART) is an open source radio telescope. Originally developed by Dr Tim Molteno, and students at the University of Otago's Department of Physics. The TART is a radio-telescope with the capability to observe the entire sky continuously and optimized to detect satellites, near-earth objects and transient events including high-energy cosmic rays. The telescope is also designed to serve as a platform for the development of new imaging algorithms.</p>
<p>As part of an effort to install TART telescope in all the African SKA Partner nations, this workshop followed installations in <a class="" href="https://tart.elec.ac.nz/pt/blog/tart-install-botswana">Botswana</a> (2025), <a class="" href="https://tart.elec.ac.nz/pt/blog/tart-install-udm">Mauritius</a> and <a class="" href="https://tart.elec.ac.nz/pt/blog/tart-install-kenya">Kenya</a> (2024). The workshop was presented by Prof Oleg Smirnov (Rhodes University, SARAO, South Africa), Dr Tim Molteno (University of Otago, New Zealand) and Dr Ben Hugo (SARAO, South Africa) with the support of the local installation team led by Dr Saul Phiri and Dr Prospery Simpema of CbU.</p>
<p>The initiative to place TART telescopes in SKA African Partner nations was started in 2023 and is a joint effort of the <a href="https://www.otago.ac.nz/" target="_blank" rel="noopener noreferrer" class="">University of Otago</a>, <a href="https://www.ru.ac.za/" target="_blank" rel="noopener noreferrer" class="">Rhodes University</a>, the South African Radio Astronomy Observatory (<a href="https://www.sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SARAO</a>), the <a href="https://www.dara-project.org/" target="_blank" rel="noopener noreferrer" class="">DARA programme</a> and the <a href="https://www.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">Electronics Research Foundation</a>.</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART at CbU" src="https://tart.elec.ac.nz/pt/assets/images/zambia_array_group-c96faad619c325f9db28631e36cb1beb.jpg" width="4000" height="1638" class="img_ev3q"></td></tr><tr><td>TART team members Dr Tim Molteno and Dr Proven Emmanuel, along with students and staff from Copperbelt University, and the completed TART telescope that they built.</td></tr></tbody></table>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="CbU Students" src="https://tart.elec.ac.nz/pt/assets/images/zambia_array-93b6e49c451629f31f34a2ec80a531af.jpg" width="4080" height="3072" class="img_ev3q"></td></tr><tr><td>Professor Oleg Smirnov with CbU students and staff assembling the TART spiral array at the workshop.</td></tr></tbody></table>
<p>The electronics installed in the Zambian TART were the latest version of the open-source designs produced by the TART project that originated at the University of Otago. This allowed the workshop attendees to spend more time engaging with the practical and theoretical aspects of operating a radio telescope. The lecture schedule included two public lectures which were attended by more than a hundred members of the University community and members of the public. After the lectures, there was a fascinating and wide-ranging question and answer session that covered topics from astrophysics in the kitchen to the detection of ghosts with radio telescopes.</p>
<p>The workshop concluded with an Official Opening Ceremony with a speech from Eng Dr Brilliant Habeenzu, Permanent Secretary for the Zambian Ministry of Technology and Science, presented by Lawrence Mwanza - Copperbelt Permanent Secretary,</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART at CbU" src="https://tart.elec.ac.nz/pt/assets/images/tart_zambia_opening_tim2-ad15ac55b77eef46daa379e485ab3d09.jpg" width="2048" height="1536" class="img_ev3q"></td></tr><tr><td>Dr Tim Molteno of the University of Otago explaining the operation of the TART telescope to Lawrence Mwanza - Copperbelt Permanent Secretary, during the official opening on June 6th.</td></tr></tbody></table>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART at CbU" src="https://tart.elec.ac.nz/pt/assets/images/zambia_team-4049da5438f4cc8c4fe8ede9750ae9c4.jpg" width="4000" height="1638" class="img_ev3q"></td></tr><tr><td>Presenters at the Zambia TART workshop. From left to right: Prof Oleg Smirnov (Rhodes), Dr Tim Molteno (University of Otago), Dr Ben Hugo (SARAO) and Dr Proven Emmanuel (Ghana AVN Radio Observatory)</td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="acknowledgements">Acknowledgements<a href="https://tart.elec.ac.nz/pt/blog/tart-install-zambia#acknowledgements" class="hash-link" aria-label="Link direto para Acknowledgements" title="Link direto para Acknowledgements" translate="no">​</a></h2>
<p>The TART team would like to thank the <a href="https://www.otago.ac.nz/" target="_blank" rel="noopener noreferrer" class="">University of Otago</a> for support with staff time and hardware, <a href="https://ru.ac.za/" target="_blank" rel="noopener noreferrer" class="">Rhodes University</a> for supporting travel and staff time. We're also extremely grateful to the <a href="https://www.dara-project.org/" target="_blank" rel="noopener noreferrer" class="">DARA project</a> for supporting the accommodation in Kitwe for the entire TART team, and to <a href="https://sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SARAO</a> for contributing towards the cost of hardware as well as travel and staff time (Ben Hugo).</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="links">Links<a href="https://tart.elec.ac.nz/pt/blog/tart-install-zambia#links" class="hash-link" aria-label="Link direto para Links" title="Link direto para Links" translate="no">​</a></h2>
<ul>
<li class=""><a href="https://tart.elec.ac.nz/viewer/zm-cbu" target="_blank" rel="noopener noreferrer" class="">Live view from the Zambia TART telescope</a></li>
<li class=""><a href="https://satelliteprome.com/news/zambia-joins-africas-radio-astronomy-network-with-tart-telescope/" target="_blank" rel="noopener noreferrer" class="">https://satelliteprome.com/news/zambia-joins-africas-radio-astronomy-network-with-tart-telescope/</a></li>
<li class=""><a href="https://www.ru.ac.za/latestnews/telescopeprojectequipsafricanuniversitieswithpracticalradioastronomytea.html" target="_blank" rel="noopener noreferrer" class="">https://www.ru.ac.za/latestnews/telescopeprojectequipsafricanuniversitieswithpracticalradioastronomytea.html</a></li>
<li class=""><a href="https://satelliteprome.com/news/zambia-joins-africas-radio-astronomy-network-with-tart-telescope/" target="_blank" rel="noopener noreferrer" class="">https://satelliteprome.com/news/zambia-joins-africas-radio-astronomy-network-with-tart-telescope/</a></li>
</ul>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="workshop" term="workshop"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[TART install in Botswana, March 2025]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/tart-install-botswana</id>
        <link href="https://tart.elec.ac.nz/pt/blog/tart-install-botswana"/>
        <updated>2025-03-23T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Another successful TART installation workshop was held at Botswana International University of Science and Technology (BIUST) in Palapye Botswana on March 17-21 2025. This marks the third successful installation of a TART telescope in an SKA African Partner nation, and followed two successful installations in Mauritius and Kenya in 2024. The workshop was presented by Prof Oleg Smirnov (Rhodes University, SARAO, South Africa), Dr Tim Molteno (University of Otago, New Zealand) and Dr Ben Hugo (SARAO, South Africa) with the local installation team led by Dr Fahmi Mokhupuki of BIUST.]]></summary>
        <content type="html"><![CDATA[<p>Another successful TART installation <a class="" href="https://tart.elec.ac.nz/pt/docs/install/workshop">workshop</a> was held at Botswana International University of Science and Technology (BIUST) in Palapye Botswana on March 17-21 2025. This marks the third successful installation of a TART telescope in an SKA African Partner nation, and followed two successful installations in <a class="" href="https://tart.elec.ac.nz/pt/blog/tart-install-udm">Mauritius</a> and <a class="" href="https://tart.elec.ac.nz/pt/blog/tart-install-kenya">Kenya</a> in 2024. The workshop was presented by Prof Oleg Smirnov (Rhodes University, SARAO, South Africa), Dr Tim Molteno (University of Otago, New Zealand) and Dr Ben Hugo (SARAO, South Africa) with the local installation team led by Dr Fahmi Mokhupuki of BIUST.</p>
<p>The initiative to place TART telescopes in SKA African Partner nations was started in 2023 at the suggestion of Carla Mitchell-Sharpe, Africa Programme Manager at SARAO. The Botswana workshop was funded by SARAO, the DARA programme, and the Electronics Research Foundation.</p>
<p>This was the first installation of the TART-3 electronics, and the Botswana TART also included a modified spiral array structure built during the workshop by the BIUST team. The workshop consisted of four days of lectures in the mornings and practical sessions building the TART telescope in the afternoons. The TART-3 electronics have simplified the process of installing the electronics and will also allow the workshop attendees to spend more time engaging with the practical and theoretical aspects of operating a radio telescope. The lecture schedule included two public lectures which were attended by more than a hundred members of the university community and local high school students. After the lectures, there was a fascinating and wide-ranging question and answer session that covered topics from astrophysics in the kitchen to the detection of ghosts with radio telescopes.</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="BIUST Students" src="https://tart.elec.ac.nz/pt/assets/images/biust_assembly-69d5b362253aa96f5311bd595efa9142.jpg" width="4080" height="3060" class="img_ev3q"></td></tr><tr><td>BIUST students assembling the TART spiral array at the workshop.</td></tr></tbody></table>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART at BIUST" src="https://tart.elec.ac.nz/pt/assets/images/biust_from_above-7dfaf0e99e43a8d0557d6366eb2212a7.jpg" width="1280" height="720" class="img_ev3q"></td></tr><tr><td>BIUST students calibrating the antenna positions on the spiral antenna array.</td></tr></tbody></table>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART at BIUST" src="https://tart.elec.ac.nz/pt/assets/images/biust_tim_schoolkids-8c8927a3844271587663bbadc60c2266.jpg" width="4080" height="3060" class="img_ev3q"></td></tr><tr><td>Dr Tim Molteno of the University of Otago with high-school students touring the completed TART telescope.</td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="acknowledgements">Acknowledgements<a href="https://tart.elec.ac.nz/pt/blog/tart-install-botswana#acknowledgements" class="hash-link" aria-label="Link direto para Acknowledgements" title="Link direto para Acknowledgements" translate="no">​</a></h2>
<p>The TART team would like to thank the <a href="https://www.otago.ac.nz/" target="_blank" rel="noopener noreferrer" class="">University of Otago</a> for support with staff time and hardware, (<a href="https://ru.ac.za/" target="_blank" rel="noopener noreferrer" class="">Rhodes University</a>) for supporting travel and staff time. We're also extremely grateful to the <a href="https://www.dara-project.org/" target="_blank" rel="noopener noreferrer" class="">DARA project</a> for supporting the accomodation in Palapye for the entire TART team, and to <a href="https://sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SARAO</a> for contributing towards the cost of hardware as well as travel and staff time (Ben Hugo).</p>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="workshop" term="workshop"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[TART install in Kenya, August 2024]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/tart-install-kenya</id>
        <link href="https://tart.elec.ac.nz/pt/blog/tart-install-kenya"/>
        <updated>2024-08-24T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[A successful TART installation workshop was held at Technical University of Kenya, on August 26-30 2024. This workshop was sponsored by SARAO, and the local organizing committee was led by the Kenyan Space Agency, with the able assistance of Dr Willis Odobo. This was the first install of the new spiral antenna concept, and the first install of a TART telescope in an African partner nations. Three members of the TART team, Prof Oleg Smirnov (Rhodes University, South Africa), Mr Rikus Human (Electronics Research Foundation, New Zealand), Dr Ben Hugo (SARAO, South Africa), travelled to the workshop to help with the install.]]></summary>
        <content type="html"><![CDATA[<p>A successful TART installation <a class="" href="https://tart.elec.ac.nz/pt/docs/install/workshop">workshop</a> was held at Technical University of Kenya, on August 26-30 2024. This workshop was sponsored by SARAO, and the local organizing committee was led by the Kenyan Space Agency, with the able assistance of Dr Willis Odobo. This was the first install of the new spiral antenna concept, and the first install of a TART telescope in an African partner nations. Three members of the TART team, Prof Oleg Smirnov (Rhodes University, South Africa), Mr Rikus Human (Electronics Research Foundation, New Zealand), Dr Ben Hugo (SARAO, South Africa), travelled to the workshop to help with the install.</p>
<p>"Taking lessons from the first TART "training the trainers" workshop organized by Dr Stanley Kuja at <a class="" href="https://tart.elec.ac.nz/pt/blog/first-tart-workshop">Rhodes university in 2023</a>, as well as lessons from the <a class="" href="https://tart.elec.ac.nz/pt/blog/tart-install-udm">first TART install</a> during April in Mauritius, this workshop and install went smoothly. The team did an amazing job working around flooding in Dubai, as well as flooding in Mauritius, and the telescope was fully operational and making calibrated images on the last day of the workshop -- they did an epic job"</p>
<p>The new array layout is designed to be fabricated on site, with the antennas located on spiral arms at carefully chosen positions that maximize the imaging performance of the TART.</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART Volunteers" src="https://tart.elec.ac.nz/pt/assets/images/tart-kenya-team-059ade3bf449d516579358b32dea7d41.jpg" width="1280" height="720" class="img_ev3q"></td></tr><tr><td>TART volunteers during assembly of the TART array at the workshop. Image Calvince Juma, licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener noreferrer" class="">CC BY 4.0‍</a></td></tr></tbody></table>
<p>As part of the workshop a day was devoted to public talks on the TART project (Tim Molteno, University of Otago), radio astronomy imaging (Prof Oleg Smirnov), and working with TART data by Dr Nadeem Oozeer. The workshop was attended by university students, advanced high-school students and members of the Kenyan research and education community.</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART Volunteers" src="https://tart.elec.ac.nz/pt/assets/images/tart-kenya-2683b06f5946cacb7afa1dbc3b172dfa.jpg" width="2838" height="2577" class="img_ev3q"></td></tr><tr><td>The TART kenya install on the roof of the Technical University of Kenya with the Nairobi skyline in the background. Image Mark Ndonga (KSA), licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener noreferrer" class="">CC BY 4.0‍</a></td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="photos">Photos<a href="https://tart.elec.ac.nz/pt/blog/tart-install-kenya#photos" class="hash-link" aria-label="Link direto para Photos" title="Link direto para Photos" translate="no">​</a></h2>
<p>The fully assembled TART spiral antenna array is located on the roof of an Engineering Laboratory building on the Nairobi campus of the Technical University of Kenya.</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART Array Assembly" src="https://tart.elec.ac.nz/pt/assets/images/tart-kenya-ir-1fcbd30cf90254647c74d5689654c908.jpg" width="965" height="764" class="img_ev3q"></td></tr><tr><td>IR view of the TART in Kenya. Image Mark Ndonga (KSA) licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener noreferrer" class="">CC BY 4.0‍</a></td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="images">Images<a href="https://tart.elec.ac.nz/pt/blog/tart-install-kenya#images" class="hash-link" aria-label="Link direto para Images" title="Link direto para Images" translate="no">​</a></h2>
<p>We were delighted to find that the array was easily calibrated and now produces images. Below is the first light image through the telescope console.</p>
<p><img decoding="async" loading="lazy" alt="TART Array Assembly" src="https://tart.elec.ac.nz/pt/assets/images/first-light-image-827dd2d67628e91d3cae800bbb4b5915.jpg" width="1280" height="1128" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="acknowledgements">Acknowledgements<a href="https://tart.elec.ac.nz/pt/blog/tart-install-kenya#acknowledgements" class="hash-link" aria-label="Link direto para Acknowledgements" title="Link direto para Acknowledgements" translate="no">​</a></h2>
<p>The TART team would like to thank the <a href="https://www.otago.ac.nz/" target="_blank" rel="noopener noreferrer" class="">University of Otago</a> and the <a href="https://www.elec.ac.nz/" target="_blank" rel="noopener noreferrer" class="">Electronics Research Foundation</a> for providing the hardware, the South African Radio Astronomy Observatory (<a href="https://www.sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SARAO</a>) for supporting travel and staff time. We're also extremely grateful to the <a href="https://www.dara-project.org/" target="_blank" rel="noopener noreferrer" class="">DARA project</a> for supporting the accomodation in Kenya.</p>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="workshop" term="workshop"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[TART install in Mauritius, April 2024]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/tart-install-udm</id>
        <link href="https://tart.elec.ac.nz/pt/blog/tart-install-udm"/>
        <updated>2024-05-09T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[A successful TART installation workshop was held at Université des Mascareignes, on April 14-19 2024. This workshop was sponsored by SARAO, and the local organizing committee was led by Dr Keshav Sewraj. This was the first install of the new spiral antenna concept, and the first install of a TART telescope in an African partner nations. Three members of the TART team, Prof Oleg Smirnov (Rhodes University, South Africa), Dr Max Scheel (Electronics Research Foundation, New Zealand), Dr Nadeem Oozer (SARAO, South Africa), travelled to the workshop to help with the install.]]></summary>
        <content type="html"><![CDATA[<p>A successful TART installation <a class="" href="https://tart.elec.ac.nz/pt/docs/install/workshop">workshop</a> was held at Université des Mascareignes, on April 14-19 2024. This workshop was sponsored by SARAO, and the local organizing committee was led by Dr Keshav Sewraj. This was the first install of the new spiral antenna concept, and the first install of a TART telescope in an African partner nations. Three members of the TART team, Prof Oleg Smirnov (Rhodes University, South Africa), Dr Max Scheel (Electronics Research Foundation, New Zealand), Dr Nadeem Oozer (SARAO, South Africa), travelled to the workshop to help with the install.</p>
<p>"Taking lessons from the first TART "training the trainers" workshop organized by Dr Stanley Kuja at <a class="" href="https://tart.elec.ac.nz/pt/blog/first-tart-workshop">Rhodes university in 2023</a>, the TART install at UdM went pretty smoothly. The team did an amazing job working around flooding in Dubai, as well as flooding in Mauritius, and the telescope was fully operational and making calibrated images on the last day of the workshop -- they did an epic job"</p>
<p>The new array layout is designed to be fabricated on site, with the antennas located on spiral arms at carefully chosen positions that maximize the imaging performance of the TART.</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART Volunteers" src="https://tart.elec.ac.nz/pt/assets/images/tart_build_team_udm-674543e7137155b20825bd1ce869fa0b.jpg" width="4000" height="1638" class="img_ev3q"></td></tr><tr><td>TART volunteers Keshav Sewraj, Max Scheel, Oleg Smirnov, Nadeem Oozeer during assembly of the TART array at the workshop. Image Oleg Smirnov, licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener noreferrer" class="">CC BY 4.0‍</a></td></tr></tbody></table>
<p>As part of the workshop a day was devoted to public talks on the TART project (Tim Molteno, University of Otago), the TART telescope (Max Scheel), radio astronomy imaging (Prof Oleg Smirnov), and working with TART data by Dr Nadeem Oozeer. The workshop was attended by university students, advanced high-school students and members of the Mauritian research and education community.</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART Volunteers" src="https://tart.elec.ac.nz/pt/assets/images/public_talks_udm-638c21335978138ad79b5765422932ad.jpg" width="4000" height="3000" class="img_ev3q"></td></tr><tr><td>University students, high-school students and members of the Mauritian community listening to public talks given by workshop presenters, licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener noreferrer" class="">CC BY 4.0‍</a></td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="photos">Photos<a href="https://tart.elec.ac.nz/pt/blog/tart-install-udm#photos" class="hash-link" aria-label="Link direto para Photos" title="Link direto para Photos" translate="no">​</a></h2>
<p>The fully assembled TART spiral antenna array is located on the roof of an Engineering Laboratory building on the Bel Air Campus of Université des Mascareignes.</p>
<p><img decoding="async" loading="lazy" alt="TART Array Assembly" src="https://tart.elec.ac.nz/pt/assets/images/assembled_tart_array_udm-ed4043d36b2f71735af7d3d54295af25.jpg" width="4000" height="3000" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="images">Images<a href="https://tart.elec.ac.nz/pt/blog/tart-install-udm#images" class="hash-link" aria-label="Link direto para Images" title="Link direto para Images" translate="no">​</a></h2>
<p>We were delighted to find that the array was easily calibrated and now produces excellent images. Here is an image showing a bright unknown object at about 40 degrees elevation to the North.</p>
<p><img decoding="async" loading="lazy" alt="TART Array Assembly" src="https://tart.elec.ac.nz/pt/assets/images/tart_udm-2ce669e44ae2ef3bb056cbb1381e9ef3.jpg" width="1280" height="1241" class="img_ev3q"></p>
<p>This image was made using <a class="" href="https://tart.elec.ac.nz/pt/docs/basics/making-images">these instructions</a>.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="acknowledgements">Acknowledgements<a href="https://tart.elec.ac.nz/pt/blog/tart-install-udm#acknowledgements" class="hash-link" aria-label="Link direto para Acknowledgements" title="Link direto para Acknowledgements" translate="no">​</a></h2>
<p>The TART team would like to thank the <a href="https://www.otago.ac.nz/" target="_blank" rel="noopener noreferrer" class="">University of Otago</a> for providing the hardware, the South African Radio Astronomy Observatory (<a href="https://www.sarao.ac.za/" target="_blank" rel="noopener noreferrer" class="">SARAO</a>) for supporting travel and staff time. We're also extremely grateful to the <a href="https://www.dara-project.org/" target="_blank" rel="noopener noreferrer" class="">DARA project</a> for supporting the accomodation in Mauritus.</p>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="workshop" term="workshop"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[First International TART Workshop Oct 2023]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/first-tart-workshop</id>
        <link href="https://tart.elec.ac.nz/pt/blog/first-tart-workshop"/>
        <updated>2023-10-19T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[The first international TART workshop was held at Rhodes University from 9-13 October 2023. This workshop was sponsored by SARAO, and the local organizing committee was led by Dr Stanley Kuja. The press release from SARAO is here.]]></summary>
        <content type="html"><![CDATA[<p>The first international TART <a class="" href="https://tart.elec.ac.nz/pt/docs/install/workshop">workshop</a> was held at Rhodes University from 9-13 October 2023. This workshop was sponsored by SARAO, and the local organizing committee was led by Dr Stanley Kuja. The press release from SARAO is <a href="https://www.sarao.ac.za/news/low-cost-radio-telescope-brings-new-research-and-training-opportunities-for-african-scientists/" target="_blank" rel="noopener noreferrer" class="">here</a>.</p>
<p>Members of the TART team were there were myself, Rikus and Ben.</p>
<table><thead><tr><th></th></tr></thead><tbody><tr><td><img decoding="async" loading="lazy" alt="TART Volunteers" src="https://tart.elec.ac.nz/pt/assets/images/volunteers_at_rhodes-706cb11b23b7aa1c9901b015cba03d1f.jpg" width="1920" height="1280" class="img_ev3q"></td></tr><tr><td>TART volunteers Ben Hugo and Rukus Human along with Takalani, Tim and Oleg  during assembly of the TART array at the workshop.</td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="tart-installations-in-ska-african-partner-nations">TART installations in SKA African Partner nations<a href="https://tart.elec.ac.nz/pt/blog/first-tart-workshop#tart-installations-in-ska-african-partner-nations" class="hash-link" aria-label="Link direto para TART installations in SKA African Partner nations" title="Link direto para TART installations in SKA African Partner nations" translate="no">​</a></h2>
<p>During the workshop it was learned that the South African Radio Astronomy Observatory (SARAO), who host the SKA project in South Africa, will be funding the installation of a TART telescope in many of the SKA African partner nations. These are:</p>
<ul>
<li class="">Botswana</li>
<li class="">Ghana</li>
<li class="">Kenya</li>
<li class="">Madagascar</li>
<li class="">Mauritius</li>
<li class="">Mozambique</li>
<li class="">Namibia</li>
<li class="">Zambia</li>
</ul>
<p>Delegates from each of these partner nations were present at the workshop, along with astronomers from Italy, Portugal, South Africa and further afield.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="photos">Photos<a href="https://tart.elec.ac.nz/pt/blog/first-tart-workshop#photos" class="hash-link" aria-label="Link direto para Photos" title="Link direto para Photos" translate="no">​</a></h2>
<p><img decoding="async" loading="lazy" alt="TART Array Assembly" src="https://tart.elec.ac.nz/pt/assets/images/tart_array_assembly-ad8af2d7ec103f3738c7a57d9e2f35b7.jpg" width="1920" height="1280" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="the-tart-logo">The TART logo<a href="https://tart.elec.ac.nz/pt/blog/first-tart-workshop#the-tart-logo" class="hash-link" aria-label="Link direto para The TART logo" title="Link direto para The TART logo" translate="no">​</a></h2>
<p>We need a logo, and are lucky enough to have a volunteer with a graphics design background to join up! After the logo comes the TART T-shirt. I'd like to make the T-Shirt an annual event.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="team-expansion">Team Expansion<a href="https://tart.elec.ac.nz/pt/blog/first-tart-workshop#team-expansion" class="hash-link" aria-label="Link direto para Team Expansion" title="Link direto para Team Expansion" translate="no">​</a></h2>
<p>We've had a good deal of expansion. The TART project has three teams</p>
<ul>
<li class="">Rhodes: Ben, Kenda, Rickus*, Stanley, Oleg</li>
<li class="">SARAO: Ben, Oleg, Ruby, Nadeem</li>
<li class="">Stellenbosch: Rikus, Danie</li>
<li class="">New Zealand: Tim, Phill, Max, Pat</li>
</ul>
<p>Rickus (*) gets honorary membership of the Rhodes team for driving from Stellenbosch to Rhodes to help with the installation.</p>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="workshop" term="workshop"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[TART project 2022 highlights]]></title>
        <id>https://tart.elec.ac.nz/pt/blog/tart-2022-progress</id>
        <link href="https://tart.elec.ac.nz/pt/blog/tart-2022-progress"/>
        <updated>2022-12-06T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[The TART project has had a lot to celebrate in 2022. What follows is a brief summary of events that took place.]]></summary>
        <content type="html"><![CDATA[<p>The TART project has had a lot to celebrate in 2022. What follows is a brief summary of events that took place.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="team-expansion">Team Expansion<a href="https://tart.elec.ac.nz/pt/blog/tart-2022-progress#team-expansion" class="hash-link" aria-label="Link direto para Team Expansion" title="Link direto para Team Expansion" translate="no">​</a></h2>
<p>We've had a good deal of expansion. The TART project has three teams</p>
<ul>
<li class="">Rhodes: Sonia, Ben, Rickus*, Stanley, Oleg, Patrice</li>
<li class="">SARAO: Ben, Oleg, Ruby, Nadeem</li>
<li class="">Stellenbosch: Rikus, Danie</li>
<li class="">New Zealand: Tim, Phill, Max</li>
</ul>
<p>Rickus (*) gets honourary membership of the Rhodes team for driving from Stellenbosch to Rhodes to help with the installation.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="tart-3-updates">TART-3 Updates<a href="https://tart.elec.ac.nz/pt/blog/tart-2022-progress#tart-3-updates" class="hash-link" aria-label="Link direto para TART-3 Updates" title="Link direto para TART-3 Updates" translate="no">​</a></h2>
<p>The NZ team has been hard at work on TART-3. Progress is now accelerating as the radio module is now in early testing.</p>
<table><thead><tr><th style="text-align:center">TART-3 Radio Module</th><th style="text-align:center">Features</th></tr></thead><tbody><tr><td style="text-align:center"><img decoding="async" loading="lazy" alt="TART-3 Radio Module" src="https://tart.elec.ac.nz/pt/assets/images/tart3-2460311530e66f4744690054281fa36c.jpg" width="1024" height="1517" class="img_ev3q"></td><td style="text-align:center">Two radios per module, PCI-e connector, Easy to replace modules</td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="rhodes-tart-comissioning">Rhodes TART comissioning<a href="https://tart.elec.ac.nz/pt/blog/tart-2022-progress#rhodes-tart-comissioning" class="hash-link" aria-label="Link direto para Rhodes TART comissioning" title="Link direto para Rhodes TART comissioning" translate="no">​</a></h2>
<p>Gained coverage in the media thanks to excellent organizing by the Rhodes team (Sonia, Rickus (hon), Stanley, Oleg, Patrice). This telescope was a 3-arm interferometer with a new design that allows easy reconfiguration.</p>
<table><thead><tr><th style="text-align:center">The Rhodes student team</th><th style="text-align:center">Dignitaries</th></tr></thead><tbody><tr><td style="text-align:center"><img decoding="async" loading="lazy" src="https://tart.elec.ac.nz/pt/assets/images/opening_ceremony-732555857b8c984510b61c24c1ee022b.jpg" width="1600" height="1067" class="img_ev3q"></td><td style="text-align:center"><img decoding="async" loading="lazy" src="https://tart.elec.ac.nz/pt/assets/images/opening_ceremony2-d706cea5d17e1a1969cef69ff069cde9.jpg" width="1600" height="1067" class="img_ev3q"></td></tr><tr><td style="text-align:center"><img decoding="async" loading="lazy" alt="Rhodes Opening Newspaper Clip" src="https://tart.elec.ac.nz/pt/assets/images/TART_Rhodes_news-730e7c4a14e5d559ad1b2cda9229834c.png" width="2127" height="1198" class="img_ev3q"></td><td style="text-align:center"></td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="establishing-a-new-github-home">Establishing a new Github home<a href="https://tart.elec.ac.nz/pt/blog/tart-2022-progress#establishing-a-new-github-home" class="hash-link" aria-label="Link direto para Establishing a new Github home" title="Link direto para Establishing a new Github home" translate="no">​</a></h2>
<p>We began the process of moving the github repositories to a new home (<a href="https://github.com/tart-telescope" target="_blank" rel="noopener noreferrer" class="">https://github.com/tart-telescope</a>). This also involves breaking up the huge monolithic TART repository in to smaller and more managable repositories.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="documentation-updates">Documentation Updates<a href="https://tart.elec.ac.nz/pt/blog/tart-2022-progress#documentation-updates" class="hash-link" aria-label="Link direto para Documentation Updates" title="Link direto para Documentation Updates" translate="no">​</a></h2>
<ul>
<li class="">New jupyter notebooks by Ruby (<a href="https://github.com/tart-telescope/notebooks" target="_blank" rel="noopener noreferrer" class="">tart notebooks</a>) these notebooks are going to be used in the inaugural TART workshop held at Rhodes.</li>
<li class="">A new website based on Docosaurus  (<a href="https://tart.elec.ac.nz/tart_website/" target="_blank" rel="noopener noreferrer" class="">here</a>)</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="measurement-set-updates">Measurement Set updates<a href="https://tart.elec.ac.nz/pt/blog/tart-2022-progress#measurement-set-updates" class="hash-link" aria-label="Link direto para Measurement Set updates" title="Link direto para Measurement Set updates" translate="no">​</a></h2>
<p>Huge work by Ben Hugo on making the TART measurement set tools <a href="https://github.com/tart-telescope/tart2ms" target="_blank" rel="noopener noreferrer" class="">tart2ms</a>. These have allowed some fantastic features:</p>
<ul>
<li class="">Rephasing of observations into a single measurement set.</li>
<li class="">Incorporation of Catalogue in JSON into the measurement set.</li>
<li class="">This allows potentially much more sensitive imaging!</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="casa-calibration">CASA calibration<a href="https://tart.elec.ac.nz/pt/blog/tart-2022-progress#casa-calibration" class="hash-link" aria-label="Link direto para CASA calibration" title="Link direto para CASA calibration" translate="no">​</a></h2>
<table><thead><tr><th style="text-align:center">Rhodes Calibration with CASA</th><th style="text-align:center">Cal phase vs time</th></tr></thead><tbody><tr><td style="text-align:center"><img decoding="async" loading="lazy" src="https://tart.elec.ac.nz/pt/assets/images/rhodes_cal_results-f35a6e7ec7770388e6bf178604e598c0.png" width="714" height="715" class="img_ev3q"></td><td style="text-align:center"><img decoding="async" loading="lazy" src="https://tart.elec.ac.nz/pt/assets/images/rhodes_gain_vs_t-b8ba5a548f4d43936a225b53e78bc33d.jpg" width="683" height="512" class="img_ev3q"></td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="tart-workshops-progress">TART workshops progress<a href="https://tart.elec.ac.nz/pt/blog/tart-2022-progress#tart-workshops-progress" class="hash-link" aria-label="Link direto para TART workshops progress" title="Link direto para TART workshops progress" translate="no">​</a></h2>
<p>Three TART workshops are now in various stages of preparation.</p>
<ul>
<li class="">Jan 16-17: Breakthrough listen @ Rhodes (Stanley, Ben, Oleg)</li>
<li class="">Mid 2023: Gabon (Patrice)</li>
<li class="">Mid 2023: Ghana (Stanley)</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="tart-talks-mentions-in-media-etc">TART talks, mentions in media e.t.c<a href="https://tart.elec.ac.nz/pt/blog/tart-2022-progress#tart-talks-mentions-in-media-etc" class="hash-link" aria-label="Link direto para TART talks, mentions in media e.t.c" title="Link direto para TART talks, mentions in media e.t.c" translate="no">​</a></h2>
<ul>
<li class="">Rhodes opening... (see above)</li>
<li class="">Sonia: gave a talk to the RATT group</li>
<li class="">Patrice: presented to African Astronomical Society (August?)</li>
<li class="">Stanley &amp; Tim: Talk in Kenya (8/12/22)</li>
</ul>]]></content>
        <author>
            <name>Tim Molteno</name>
            <uri>https://github.com/tmolteno</uri>
        </author>
        <category label="calibration" term="calibration"/>
    </entry>
</feed>