<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Centro-Occidente Section Listmonk</title>
    <link>https://cos-listmonk.itmorelia.com</link>
    <description>Mailing list archive</description>
    <item>
      <title>ROPEC 2026: Paper and Poster Submission Deadline Approaching — July 24</title>
      <link>https://cos-listmonk.itmorelia.com/archive/f799cb9d-450b-4f9b-8e06-58ad35238661</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
  <head>
    <title>ROPEC 2026: Paper and Poster Submission Deadline Approaching — July 24</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
    <base target="_blank">

    
    <script type="text/javascript">
      window.MathJax = {
        tex: {
          inlineMath: [['$', '$'], ['\\(', '\\)']],
          displayMath: [['$$', '$$'], ['\\[', '\\]']]
        },
        svg: { fontCache: 'global' }
      };
    </script>
    <script
      id="MathJax-script"
      async
      src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
    </script>
    

    
    <link rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css">

    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script>
      document.addEventListener('DOMContentLoaded', function () {
        document.querySelectorAll('pre code').forEach(function (block) {
          hljs.highlightElement(block);
        });
      });
    </script>
    

    <style>
      :root {
        --ropec-orange: #f36f21;
        --ropec-blue: #0b5e89;
        --ropec-dark: #1f2933;
        --ropec-gray: #f0f1f3;
        --ropec-light-blue: #e8f3f8;
        --ropec-border: #d9e2ec;
        --ropec-muted: #f36f21;
      }

      body {
        background-color: var(--ropec-gray);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
          "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
        color: var(--ropec-dark);
      }

      .gutter {
        padding: 30px;
      }

      .wrap {
        background-color: #ffffff;
        max-width: 820px;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid var(--ropec-border);
        box-shadow: 0 10px 28px rgba(31, 41, 51, 0.08);
      }

      .header {
        background: linear-gradient(135deg, var(--ropec-blue), #083b5c);
        color: #ffffff;
        padding: 28px 30px 24px;
        text-align: center;
      }

      .conference-mark {
        font-size: 34px;
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: 0.04em;
        margin: 0;
      }

      .conference-mark span {
        color: var(--ropec-orange);
      }

      .conference-subtitle {
        margin: 8px 0 0;
        font-size: 14px;
        line-height: 1.45;
        color: #dbeaf1;
      }

      .view-online {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-dark);
        font-size: 14px;
        text-align: center;
        padding: 12px 20px;
        border-bottom: 1px solid var(--ropec-border);
      }

      .view-online a {
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .content {
        padding: 30px;
      }

      a {
        color: var(--ropec-blue);
        text-decoration: none;
        font-weight: 600;
      }

      a:hover {
        text-decoration: underline;
      }

      img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
      }

      .title-large {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.25;
        margin: 0 0 1em;
        padding-bottom: 0.45em;
        border-bottom: 3px solid var(--ropec-orange);
        text-align: center;
        color: var(--ropec-orange);
        text-transform: uppercase;
        letter-spacing: 0.02em;
      }

      .markdown-body {
        font-size: 15px;
        line-height: 1.65;
        word-wrap: break-word;
      }

      .markdown-body > *:first-child {
        margin-top: 0 !important;
      }

      .markdown-body > *:last-child {
        margin-bottom: 0 !important;
      }

      .markdown-body p {
        margin: 0 0 1em;
      }

      .markdown-body h1,
      .markdown-body h2,
      .markdown-body h3,
      .markdown-body h4,
      .markdown-body h5,
      .markdown-body h6 {
        margin-top: 1.5em;
        margin-bottom: 0.75em;
        font-weight: 700;
        line-height: 1.25;
        color: var(--ropec-dark);
      }

      .markdown-body h1 {
        font-size: 24px;
        color: var(--ropec-orange);
        border-bottom: 2px solid var(--ropec-orange);
        padding-bottom: 0.3em;
      }

      .markdown-body h2 {
        font-size: 21px;
        color: var(--ropec-blue);
        border-bottom: 1px solid var(--ropec-border);
        padding-bottom: 0.25em;
      }

      .markdown-body h3 {
        font-size: 18px;
        color: var(--ropec-blue);
      }

      .markdown-body h4 {
        font-size: 16px;
      }

      .markdown-body h5 {
        font-size: 14px;
      }

      .markdown-body h6 {
        font-size: 13px;
        color: var(--ropec-muted);
      }

      .markdown-body ul,
      .markdown-body ol {
        margin: 0 0 1em 1.5em;
        padding: 0;
      }

      .markdown-body li + li {
        margin-top: 0.25em;
      }

      .markdown-body hr {
        border: 0;
        border-top: 1px solid var(--ropec-border);
        margin: 1.5em 0;
      }

      .markdown-body blockquote {
        margin: 0 0 1em;
        padding: 0.75em 1em;
        border-left: 5px solid var(--ropec-orange);
        color: var(--ropec-dark);
        background: #fff7f2;
        border-radius: 0 6px 6px 0;
      }

      .markdown-body code {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        background-color: rgba(11, 94, 137, 0.10);
        color: var(--ropec-dark);
        border-radius: 4px;
        padding: 0.15em 0.35em;
      }

      .markdown-body pre {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        line-height: 1.45;
        background-color: #f6f8fa;
        padding: 14px;
        border-radius: 7px;
        overflow-x: auto;
        border: 1px solid var(--ropec-border);
        margin: 0 0 1em;
      }

      .markdown-body pre code {
        background: none;
        padding: 0;
        border-radius: 0;
      }

      .markdown-body table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        margin: 1em 0;
      }

      .markdown-body table th,
      .markdown-body table td {
        padding: 8px 13px;
        border: 1px solid var(--ropec-border);
      }

      .markdown-body table th {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .button,
      .markdown-body a.button {
        background: var(--ropec-orange);
        border-radius: 5px;
        text-decoration: none !important;
        color: #ffffff !important;
        font-weight: 700;
        padding: 11px 28px;
        display: inline-block;
        margin: 8px 0;
      }

      .button:hover,
      .markdown-body a.button:hover {
        background: var(--ropec-blue);
        text-decoration: none !important;
      }

      .notice {
        background-color: var(--ropec-light-blue);
        border-left: 5px solid var(--ropec-blue);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .important {
        background-color: #fff7f2;
        border-left: 5px solid var(--ropec-orange);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .footer {
        text-align: center;
        font-size: 12px;
        color: var(--ropec-muted);
        max-width: 820px;
        margin: 18px auto 30px;
        padding: 0 20px;
      }
      
      .no-reply {
  color: var(--ropec-muted);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

      .footer a {
        color: var(--ropec-blue);
        margin-right: 5px;
      }

      @media screen and (max-width: 600px) {
        .gutter {
          padding: 10px;
        }

        .wrap {
          max-width: 100%;
          border-radius: 6px;
        }

        .header {
          padding: 22px 16px 20px;
        }

        .conference-mark {
          font-size: 28px;
        }

        .content {
          padding: 18px;
        }

        .title-large {
          font-size: 23px;
        }
      }
    </style>
  </head>

  <body style="background-color:#F0F1F3;margin:0;">
    <div class="gutter">&nbsp;</div>

    <div class="wrap">
      <div class="header">
        <h1 class="conference-mark">ROPEC <span>2026</span></h1>
        <p class="conference-subtitle">
          IEEE Autumn Meeting on Power, Electronics and Computing
        </p>
      </div>

      <div class="view-online">
        <strong>
          Trouble viewing the content of this email?
          <a href="https://cos-listmonk.itmorelia.com/campaign/f799cb9d-450b-4f9b-8e06-58ad35238661/">View it in your browser</a>.
        </strong>
      </div>

      <div class="content">
        <div class="title-large">
          ROPEC 2026: Paper and Poster Submission Deadline Approaching — July 24
        </div>

        <div class="markdown-body">
          <p>Dear ,</p>
<p>The Organizing Committee of the 2026 IEEE Autumn Meeting on Power, Electronics, and Computing <strong>(ROPEC 2026)</strong> invites students, researchers, and practitioners worldwide to submit full papers and posters for presentation at the conference in the areas of Power, Electronics, and Computing.</p>
<p>We are pleased to announce that the submission deadline for <strong>full papers and posters has been extended to Friday, July 24, 2026</strong>.</p>
<p>Accepted full papers will be assigned by the Technical Program Committee for oral presentation. All accepted and presented full papers that meet IEEE quality requirements will be submitted for inclusion in IEEE Xplore.</p>
<p>Poster submissions will provide an additional forum for students, researchers, and practitioners to present preliminary results, ongoing projects, applied developments, and research advances related to the conference topics.</p>
<hr />
<p><strong>Venue: Morelia, Mexico</strong> </p>
<h1 id="important-dates">IMPORTANT DATES</h1>
<ul>
<li><strong>Submission opening: May 2026</strong></li>
<li><strong>Extended full paper and poster submission deadline: Friday, July 24, 2026</strong></li>
<li>Acceptance notification: August 24, 2026</li>
<li>Final paper submission and registration deadline: September 14, 2026</li>
<li>Conference dates: November 9-11, 2026</li>
</ul>
<h2 id="main-features-of-the-conference">MAIN FEATURES OF THE CONFERENCE</h2>
<ul>
<li>Keynote lectures</li>
<li>Specialized discussion panels</li>
<li>Industrial exposition</li>
<li>Technical paper presentations</li>
<li>Special sessions on specific and current topics</li>
<li>Social networking activities, including gala dinner, coffee breaks, and welcome cocktail</li>
<li>Conference venue in a World Heritage City</li>
</ul>
<h1 id="topics-of-interest">TOPICS OF INTEREST</h1>
<p>Submissions are solicited in, but not limited to, the following areas:</p>
<h2 id="power">Power</h2>
<ul>
<li>Generation</li>
<li>Transmission</li>
<li>Distribution</li>
<li>Electric power systems</li>
<li>Power quality</li>
<li>Control and protection</li>
<li>Electric machinery</li>
<li>Renewable energy</li>
<li>FACTS</li>
<li>Custom power</li>
<li>Smart grids</li>
</ul>
<h2 id="electronics">Electronics</h2>
<ul>
<li>Analog and digital electronics</li>
<li>Microcontrollers and DSPs</li>
<li>Control of linear and nonlinear systems</li>
<li>Fuzzy logic</li>
<li>Diagnosis and fault detection</li>
<li>Power electronics</li>
<li>Instrumentation</li>
<li>Robotics</li>
<li>Biomedical electronics</li>
</ul>
<h2 id="computing">Computing</h2>
<ul>
<li>Data analysis</li>
<li>Neural networks</li>
<li>Genetic algorithms</li>
<li>Pattern recognition</li>
<li>Computer vision</li>
<li>Software engineering</li>
<li>Web technologies</li>
<li>Intelligent systems</li>
<li>Parallel processing</li>
<li>Optimization</li>
</ul>
<h1 id="paper-and-poster-submission">PAPER AND POSTER SUBMISSION</h1>
<p>The paper title and abstract must be written in English for the paper and poster submission. The body of the paper may be written in English or Spanish. Full papers are limited to 6 pages and must be submitted in PDF format through EasyChair for the review process:</p>
<p><a href="https://cos-listmonk.itmorelia.com/link/33222209-cb9a-4974-8f75-7906ed3a733e/f799cb9d-450b-4f9b-8e06-58ad35238661/">Submit your paper or poster through EasyChair</a></p>
<p>The mandatory IEEE templates for paper and poster submission can be downloaded from:</p>
<p><a href="https://cos-listmonk.itmorelia.com/link/b58fdff2-fa2b-4648-9da8-1e2fb9de6f5e/f799cb9d-450b-4f9b-8e06-58ad35238661/">Conference Templates</a></p>
<p>Further information:</p>
<ul>
<li>
<p><a href="https://cos-listmonk.itmorelia.com/link/cc8edb3c-c38e-4587-b9dc-f54741a3a3c7/f799cb9d-450b-4f9b-8e06-58ad35238661/">https://2026.ropec.org/</a></p>
</li>
<li>
<p><a href="mailto:contact@ropec.org?subject=ROPEC%202026%20Inquiry&amp;body=Dear%20ROPEC%202026%20Committee%2C%0A%0A">Mail us at contact@ropec.org</a></p>
</li>
</ul>
<p>Kind regards,</p>
<p>Dr. Gerardo Marx Chávez-Campos
<strong>TPC Chair</strong>
Instituto Tecnológico de Morelia</p>
<p>Dr. José Ortiz-Bejar
<strong>Conference Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Fernando Ornelas-Téllez
<strong>Conference Co-Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Vicente Torres-García
<strong>IEEE Centro Occidente Section Chair</strong>
Instituto Tecnológico de Morelia</p>

        </div>
      </div>
    </div>

    <div class="footer">
  <p class="no-reply">
    Please do not reply directly to this email, as this mailing address is used only for conference announcements.
    For questions or additional information, please contact us at
    <a href="mailto:contact@ropec.org">contact@ropec.org</a>.
  </p>

  <p>
    ROPEC 2026 &middot;
    <a href="http://ropec26.ieeesco.org" target="_blank">Conference Website</a>
    &middot;
    <a href="https://cos-listmonk.itmorelia.com/subscription/f799cb9d-450b-4f9b-8e06-58ad35238661/">Unsubscribe</a>
  </p>
</div>
  </body>
</html>]]></content:encoded>
      <pubDate>Tue, 21 Jul 2026 14:32:49 +0000</pubDate>
    </item>
    <item>
      <title>ROPEC 2026: Paper and Poster Submission Deadline Extended to July 24, 2026</title>
      <link>https://cos-listmonk.itmorelia.com/archive/3091da8e-6024-4277-85af-764b2a7d5b0e</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
  <head>
    <title>ROPEC 2026: Paper and Poster Submission Deadline Extended to July 24, 2026</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
    <base target="_blank">

    
    <script type="text/javascript">
      window.MathJax = {
        tex: {
          inlineMath: [['$', '$'], ['\\(', '\\)']],
          displayMath: [['$$', '$$'], ['\\[', '\\]']]
        },
        svg: { fontCache: 'global' }
      };
    </script>
    <script
      id="MathJax-script"
      async
      src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
    </script>
    

    
    <link rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css">

    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script>
      document.addEventListener('DOMContentLoaded', function () {
        document.querySelectorAll('pre code').forEach(function (block) {
          hljs.highlightElement(block);
        });
      });
    </script>
    

    <style>
      :root {
        --ropec-orange: #f36f21;
        --ropec-blue: #0b5e89;
        --ropec-dark: #1f2933;
        --ropec-gray: #f0f1f3;
        --ropec-light-blue: #e8f3f8;
        --ropec-border: #d9e2ec;
        --ropec-muted: #f36f21;
      }

      body {
        background-color: var(--ropec-gray);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
          "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
        color: var(--ropec-dark);
      }

      .gutter {
        padding: 30px;
      }

      .wrap {
        background-color: #ffffff;
        max-width: 820px;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid var(--ropec-border);
        box-shadow: 0 10px 28px rgba(31, 41, 51, 0.08);
      }

      .header {
        background: linear-gradient(135deg, var(--ropec-blue), #083b5c);
        color: #ffffff;
        padding: 28px 30px 24px;
        text-align: center;
      }

      .conference-mark {
        font-size: 34px;
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: 0.04em;
        margin: 0;
      }

      .conference-mark span {
        color: var(--ropec-orange);
      }

      .conference-subtitle {
        margin: 8px 0 0;
        font-size: 14px;
        line-height: 1.45;
        color: #dbeaf1;
      }

      .view-online {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-dark);
        font-size: 14px;
        text-align: center;
        padding: 12px 20px;
        border-bottom: 1px solid var(--ropec-border);
      }

      .view-online a {
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .content {
        padding: 30px;
      }

      a {
        color: var(--ropec-blue);
        text-decoration: none;
        font-weight: 600;
      }

      a:hover {
        text-decoration: underline;
      }

      img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
      }

      .title-large {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.25;
        margin: 0 0 1em;
        padding-bottom: 0.45em;
        border-bottom: 3px solid var(--ropec-orange);
        text-align: center;
        color: var(--ropec-orange);
        text-transform: uppercase;
        letter-spacing: 0.02em;
      }

      .markdown-body {
        font-size: 15px;
        line-height: 1.65;
        word-wrap: break-word;
      }

      .markdown-body > *:first-child {
        margin-top: 0 !important;
      }

      .markdown-body > *:last-child {
        margin-bottom: 0 !important;
      }

      .markdown-body p {
        margin: 0 0 1em;
      }

      .markdown-body h1,
      .markdown-body h2,
      .markdown-body h3,
      .markdown-body h4,
      .markdown-body h5,
      .markdown-body h6 {
        margin-top: 1.5em;
        margin-bottom: 0.75em;
        font-weight: 700;
        line-height: 1.25;
        color: var(--ropec-dark);
      }

      .markdown-body h1 {
        font-size: 24px;
        color: var(--ropec-orange);
        border-bottom: 2px solid var(--ropec-orange);
        padding-bottom: 0.3em;
      }

      .markdown-body h2 {
        font-size: 21px;
        color: var(--ropec-blue);
        border-bottom: 1px solid var(--ropec-border);
        padding-bottom: 0.25em;
      }

      .markdown-body h3 {
        font-size: 18px;
        color: var(--ropec-blue);
      }

      .markdown-body h4 {
        font-size: 16px;
      }

      .markdown-body h5 {
        font-size: 14px;
      }

      .markdown-body h6 {
        font-size: 13px;
        color: var(--ropec-muted);
      }

      .markdown-body ul,
      .markdown-body ol {
        margin: 0 0 1em 1.5em;
        padding: 0;
      }

      .markdown-body li + li {
        margin-top: 0.25em;
      }

      .markdown-body hr {
        border: 0;
        border-top: 1px solid var(--ropec-border);
        margin: 1.5em 0;
      }

      .markdown-body blockquote {
        margin: 0 0 1em;
        padding: 0.75em 1em;
        border-left: 5px solid var(--ropec-orange);
        color: var(--ropec-dark);
        background: #fff7f2;
        border-radius: 0 6px 6px 0;
      }

      .markdown-body code {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        background-color: rgba(11, 94, 137, 0.10);
        color: var(--ropec-dark);
        border-radius: 4px;
        padding: 0.15em 0.35em;
      }

      .markdown-body pre {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        line-height: 1.45;
        background-color: #f6f8fa;
        padding: 14px;
        border-radius: 7px;
        overflow-x: auto;
        border: 1px solid var(--ropec-border);
        margin: 0 0 1em;
      }

      .markdown-body pre code {
        background: none;
        padding: 0;
        border-radius: 0;
      }

      .markdown-body table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        margin: 1em 0;
      }

      .markdown-body table th,
      .markdown-body table td {
        padding: 8px 13px;
        border: 1px solid var(--ropec-border);
      }

      .markdown-body table th {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .button,
      .markdown-body a.button {
        background: var(--ropec-orange);
        border-radius: 5px;
        text-decoration: none !important;
        color: #ffffff !important;
        font-weight: 700;
        padding: 11px 28px;
        display: inline-block;
        margin: 8px 0;
      }

      .button:hover,
      .markdown-body a.button:hover {
        background: var(--ropec-blue);
        text-decoration: none !important;
      }

      .notice {
        background-color: var(--ropec-light-blue);
        border-left: 5px solid var(--ropec-blue);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .important {
        background-color: #fff7f2;
        border-left: 5px solid var(--ropec-orange);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .footer {
        text-align: center;
        font-size: 12px;
        color: var(--ropec-muted);
        max-width: 820px;
        margin: 18px auto 30px;
        padding: 0 20px;
      }
      
      .no-reply {
  color: var(--ropec-muted);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

      .footer a {
        color: var(--ropec-blue);
        margin-right: 5px;
      }

      @media screen and (max-width: 600px) {
        .gutter {
          padding: 10px;
        }

        .wrap {
          max-width: 100%;
          border-radius: 6px;
        }

        .header {
          padding: 22px 16px 20px;
        }

        .conference-mark {
          font-size: 28px;
        }

        .content {
          padding: 18px;
        }

        .title-large {
          font-size: 23px;
        }
      }
    </style>
  </head>

  <body style="background-color:#F0F1F3;margin:0;">
    <div class="gutter">&nbsp;</div>

    <div class="wrap">
      <div class="header">
        <h1 class="conference-mark">ROPEC <span>2026</span></h1>
        <p class="conference-subtitle">
          IEEE Autumn Meeting on Power, Electronics and Computing
        </p>
      </div>

      <div class="view-online">
        <strong>
          Trouble viewing the content of this email?
          <a href="https://cos-listmonk.itmorelia.com/campaign/3091da8e-6024-4277-85af-764b2a7d5b0e/">View it in your browser</a>.
        </strong>
      </div>

      <div class="content">
        <div class="title-large">
          ROPEC 2026: Paper and Poster Submission Deadline Extended to July 24, 2026
        </div>

        <div class="markdown-body">
          <p>Dear ,</p>
<p>The Organizing Committee of the 2026 IEEE Autumn Meeting on Power, Electronics, and Computing <strong>(ROPEC 2026)</strong> invites students, researchers, and practitioners worldwide to submit full papers and posters for presentation at the conference in the areas of Power, Electronics, and Computing.</p>
<p>We are pleased to announce that the submission deadline for <strong>full papers and posters has been extended to Friday, July 24, 2026</strong>.</p>
<p>Accepted full papers will be assigned by the Technical Program Committee for oral presentation. All accepted and presented full papers that meet IEEE quality requirements will be submitted for inclusion in IEEE Xplore.</p>
<p>Poster submissions will provide an additional forum for students, researchers, and practitioners to present preliminary results, ongoing projects, applied developments, and research advances related to the conference topics.</p>
<hr />
<p><strong>Venue: Morelia, Mexico</strong> </p>
<h1 id="important-dates">IMPORTANT DATES</h1>
<ul>
<li><strong>Submission opening: May 2026</strong></li>
<li><strong>Extended full paper and poster submission deadline: Friday, July 24, 2026</strong></li>
<li>Acceptance notification: August 24, 2026</li>
<li>Final paper submission and registration deadline: September 14, 2026</li>
<li>Conference dates: November 9-11, 2026</li>
</ul>
<h2 id="main-features-of-the-conference">MAIN FEATURES OF THE CONFERENCE</h2>
<ul>
<li>Keynote lectures</li>
<li>Specialized discussion panels</li>
<li>Industrial exposition</li>
<li>Technical paper presentations</li>
<li>Special sessions on specific and current topics</li>
<li>Social networking activities, including gala dinner, coffee breaks, and welcome cocktail</li>
<li>Conference venue in a World Heritage City</li>
</ul>
<h1 id="topics-of-interest">TOPICS OF INTEREST</h1>
<p>Submissions are solicited in, but not limited to, the following areas:</p>
<h2 id="power">Power</h2>
<ul>
<li>Generation</li>
<li>Transmission</li>
<li>Distribution</li>
<li>Electric power systems</li>
<li>Power quality</li>
<li>Control and protection</li>
<li>Electric machinery</li>
<li>Renewable energy</li>
<li>FACTS</li>
<li>Custom power</li>
<li>Smart grids</li>
</ul>
<h2 id="electronics">Electronics</h2>
<ul>
<li>Analog and digital electronics</li>
<li>Microcontrollers and DSPs</li>
<li>Control of linear and nonlinear systems</li>
<li>Fuzzy logic</li>
<li>Diagnosis and fault detection</li>
<li>Power electronics</li>
<li>Instrumentation</li>
<li>Robotics</li>
<li>Biomedical electronics</li>
</ul>
<h2 id="computing">Computing</h2>
<ul>
<li>Data analysis</li>
<li>Neural networks</li>
<li>Genetic algorithms</li>
<li>Pattern recognition</li>
<li>Computer vision</li>
<li>Software engineering</li>
<li>Web technologies</li>
<li>Intelligent systems</li>
<li>Parallel processing</li>
<li>Optimization</li>
</ul>
<h1 id="paper-and-poster-submission">PAPER AND POSTER SUBMISSION</h1>
<p>The paper title and abstract must be written in English for the paper and poster submission. The body of the paper may be written in English or Spanish. Full papers are limited to 6 pages and must be submitted in PDF format through EasyChair for the review process:</p>
<p><a href="https://cos-listmonk.itmorelia.com/link/33222209-cb9a-4974-8f75-7906ed3a733e/3091da8e-6024-4277-85af-764b2a7d5b0e/">Submit your paper or poster through EasyChair</a></p>
<p>The mandatory IEEE templates for paper and poster submission can be downloaded from:</p>
<p><a href="https://cos-listmonk.itmorelia.com/link/b58fdff2-fa2b-4648-9da8-1e2fb9de6f5e/3091da8e-6024-4277-85af-764b2a7d5b0e/">Conference Templates</a></p>
<p>Further information:</p>
<ul>
<li>
<p><a href="https://cos-listmonk.itmorelia.com/link/cc8edb3c-c38e-4587-b9dc-f54741a3a3c7/3091da8e-6024-4277-85af-764b2a7d5b0e/">https://2026.ropec.org/</a></p>
</li>
<li>
<p><a href="mailto:contact@ropec.org?subject=ROPEC%202026%20Inquiry&amp;body=Dear%20ROPEC%202026%20Committee%2C%0A%0A">Mail us at contact@ropec.org</a></p>
</li>
</ul>
<p>Kind regards,</p>
<p>Dr. Gerardo Marx Chávez-Campos
<strong>TPC Chair</strong>
Instituto Tecnológico de Morelia</p>
<p>Dr. José Ortiz-Bejar
<strong>Conference Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Fernando Ornelas-Téllez
<strong>Conference Co-Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Vicente Torres-García
<strong>IEEE Centro Occidente Section Chair</strong>
Instituto Tecnológico de Morelia</p>

        </div>
      </div>
    </div>

    <div class="footer">
  <p class="no-reply">
    Please do not reply directly to this email, as this mailing address is used only for conference announcements.
    For questions or additional information, please contact us at
    <a href="mailto:contact@ropec.org">contact@ropec.org</a>.
  </p>

  <p>
    ROPEC 2026 &middot;
    <a href="http://ropec26.ieeesco.org" target="_blank">Conference Website</a>
    &middot;
    <a href="https://cos-listmonk.itmorelia.com/subscription/3091da8e-6024-4277-85af-764b2a7d5b0e/">Unsubscribe</a>
  </p>
</div>
  </body>
</html>]]></content:encoded>
      <pubDate>Wed, 01 Jul 2026 18:13:57 +0000</pubDate>
    </item>
    <item>
      <title>Call for Papers</title>
      <link>https://cos-listmonk.itmorelia.com/archive/5c1b9683-428d-4690-916e-6d045826da3c</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
  <head>
    <title>Call for Papers</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
    <base target="_blank">

    
    <script type="text/javascript">
      window.MathJax = {
        tex: {
          inlineMath: [['$', '$'], ['\\(', '\\)']],
          displayMath: [['$$', '$$'], ['\\[', '\\]']]
        },
        svg: { fontCache: 'global' }
      };
    </script>
    <script
      id="MathJax-script"
      async
      src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
    </script>
    

    
    <link rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css">

    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script>
      document.addEventListener('DOMContentLoaded', function () {
        document.querySelectorAll('pre code').forEach(function (block) {
          hljs.highlightElement(block);
        });
      });
    </script>
    

    <style>
      :root {
        --ropec-orange: #f36f21;
        --ropec-blue: #0b5e89;
        --ropec-dark: #1f2933;
        --ropec-gray: #f0f1f3;
        --ropec-light-blue: #e8f3f8;
        --ropec-border: #d9e2ec;
        --ropec-muted: #f36f21;
      }

      body {
        background-color: var(--ropec-gray);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
          "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
        color: var(--ropec-dark);
      }

      .gutter {
        padding: 30px;
      }

      .wrap {
        background-color: #ffffff;
        max-width: 820px;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid var(--ropec-border);
        box-shadow: 0 10px 28px rgba(31, 41, 51, 0.08);
      }

      .header {
        background: linear-gradient(135deg, var(--ropec-blue), #083b5c);
        color: #ffffff;
        padding: 28px 30px 24px;
        text-align: center;
      }

      .conference-mark {
        font-size: 34px;
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: 0.04em;
        margin: 0;
      }

      .conference-mark span {
        color: var(--ropec-orange);
      }

      .conference-subtitle {
        margin: 8px 0 0;
        font-size: 14px;
        line-height: 1.45;
        color: #dbeaf1;
      }

      .view-online {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-dark);
        font-size: 14px;
        text-align: center;
        padding: 12px 20px;
        border-bottom: 1px solid var(--ropec-border);
      }

      .view-online a {
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .content {
        padding: 30px;
      }

      a {
        color: var(--ropec-blue);
        text-decoration: none;
        font-weight: 600;
      }

      a:hover {
        text-decoration: underline;
      }

      img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
      }

      .title-large {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.25;
        margin: 0 0 1em;
        padding-bottom: 0.45em;
        border-bottom: 3px solid var(--ropec-orange);
        text-align: center;
        color: var(--ropec-orange);
        text-transform: uppercase;
        letter-spacing: 0.02em;
      }

      .markdown-body {
        font-size: 15px;
        line-height: 1.65;
        word-wrap: break-word;
      }

      .markdown-body > *:first-child {
        margin-top: 0 !important;
      }

      .markdown-body > *:last-child {
        margin-bottom: 0 !important;
      }

      .markdown-body p {
        margin: 0 0 1em;
      }

      .markdown-body h1,
      .markdown-body h2,
      .markdown-body h3,
      .markdown-body h4,
      .markdown-body h5,
      .markdown-body h6 {
        margin-top: 1.5em;
        margin-bottom: 0.75em;
        font-weight: 700;
        line-height: 1.25;
        color: var(--ropec-dark);
      }

      .markdown-body h1 {
        font-size: 24px;
        color: var(--ropec-orange);
        border-bottom: 2px solid var(--ropec-orange);
        padding-bottom: 0.3em;
      }

      .markdown-body h2 {
        font-size: 21px;
        color: var(--ropec-blue);
        border-bottom: 1px solid var(--ropec-border);
        padding-bottom: 0.25em;
      }

      .markdown-body h3 {
        font-size: 18px;
        color: var(--ropec-blue);
      }

      .markdown-body h4 {
        font-size: 16px;
      }

      .markdown-body h5 {
        font-size: 14px;
      }

      .markdown-body h6 {
        font-size: 13px;
        color: var(--ropec-muted);
      }

      .markdown-body ul,
      .markdown-body ol {
        margin: 0 0 1em 1.5em;
        padding: 0;
      }

      .markdown-body li + li {
        margin-top: 0.25em;
      }

      .markdown-body hr {
        border: 0;
        border-top: 1px solid var(--ropec-border);
        margin: 1.5em 0;
      }

      .markdown-body blockquote {
        margin: 0 0 1em;
        padding: 0.75em 1em;
        border-left: 5px solid var(--ropec-orange);
        color: var(--ropec-dark);
        background: #fff7f2;
        border-radius: 0 6px 6px 0;
      }

      .markdown-body code {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        background-color: rgba(11, 94, 137, 0.10);
        color: var(--ropec-dark);
        border-radius: 4px;
        padding: 0.15em 0.35em;
      }

      .markdown-body pre {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        line-height: 1.45;
        background-color: #f6f8fa;
        padding: 14px;
        border-radius: 7px;
        overflow-x: auto;
        border: 1px solid var(--ropec-border);
        margin: 0 0 1em;
      }

      .markdown-body pre code {
        background: none;
        padding: 0;
        border-radius: 0;
      }

      .markdown-body table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        margin: 1em 0;
      }

      .markdown-body table th,
      .markdown-body table td {
        padding: 8px 13px;
        border: 1px solid var(--ropec-border);
      }

      .markdown-body table th {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .button,
      .markdown-body a.button {
        background: var(--ropec-orange);
        border-radius: 5px;
        text-decoration: none !important;
        color: #ffffff !important;
        font-weight: 700;
        padding: 11px 28px;
        display: inline-block;
        margin: 8px 0;
      }

      .button:hover,
      .markdown-body a.button:hover {
        background: var(--ropec-blue);
        text-decoration: none !important;
      }

      .notice {
        background-color: var(--ropec-light-blue);
        border-left: 5px solid var(--ropec-blue);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .important {
        background-color: #fff7f2;
        border-left: 5px solid var(--ropec-orange);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .footer {
        text-align: center;
        font-size: 12px;
        color: var(--ropec-muted);
        max-width: 820px;
        margin: 18px auto 30px;
        padding: 0 20px;
      }
      
      .no-reply {
  color: var(--ropec-muted);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

      .footer a {
        color: var(--ropec-blue);
        margin-right: 5px;
      }

      @media screen and (max-width: 600px) {
        .gutter {
          padding: 10px;
        }

        .wrap {
          max-width: 100%;
          border-radius: 6px;
        }

        .header {
          padding: 22px 16px 20px;
        }

        .conference-mark {
          font-size: 28px;
        }

        .content {
          padding: 18px;
        }

        .title-large {
          font-size: 23px;
        }
      }
    </style>
  </head>

  <body style="background-color:#F0F1F3;margin:0;">
    <div class="gutter">&nbsp;</div>

    <div class="wrap">
      <div class="header">
        <h1 class="conference-mark">ROPEC <span>2026</span></h1>
        <p class="conference-subtitle">
          IEEE Autumn Meeting on Power, Electronics and Computing
        </p>
      </div>

      <div class="view-online">
        <strong>
          Trouble viewing the content of this email?
          <a href="https://cos-listmonk.itmorelia.com/campaign/5c1b9683-428d-4690-916e-6d045826da3c/">View it in your browser</a>.
        </strong>
      </div>

      <div class="content">
        <div class="title-large">
          Call for Papers
        </div>

        <div class="markdown-body">
          <p>Dear ,</p>
<p>The Organizing Committee of the 2026 IEEE Autumn Meeting on Power, Electronics, and Computing <strong>(ROPEC 2026)</strong> invites students, researchers, and practitioners worldwide to submit full papers for presentation at the conference in the areas of Power, Electronics, and Computing.</p>
<p>Accepted papers will be assigned by the Technical Program Committee for oral presentation. All accepted and presented papers that meet IEEE quality requirements will be submitted for inclusion in IEEE Xplore.</p>
<hr />
<p><strong>Venue: Morelia, Mexico</strong> </p>
<h1 id="important-dates">IMPORTANT DATES</h1>
<ul>
<li><strong>Submission opening: May 2026</strong></li>
<li>Full paper submission deadline: July 6, 2026  </li>
<li>Acceptance notification: August 24, 2026  </li>
<li>Final paper submission and registration deadline: September 14, 2026  </li>
<li>Conference dates: November 9-11, 2026</li>
</ul>
<h2 id="main-features-of-the-conference">MAIN FEATURES OF THE CONFERENCE</h2>
<ul>
<li>Keynote lectures</li>
<li>Specialized discussion panels</li>
<li>Industrial exposition</li>
<li>Technical paper presentations</li>
<li>Special sessions on specific and current topics</li>
<li>Social networking activities, including gala dinner, coffee breaks, and welcome cocktail</li>
<li>Conference venue in a World Heritage City</li>
</ul>
<h1 id="topics-of-interest">TOPICS OF INTEREST</h1>
<p>Submissions are solicited in, but not limited to, the following areas:</p>
<h2 id="power">Power</h2>
<ul>
<li>Generation</li>
<li>Transmission</li>
<li>Distribution</li>
<li>Electric power systems</li>
<li>Power quality</li>
<li>Control and protection</li>
<li>Electric machinery</li>
<li>Renewable energy</li>
<li>FACTS</li>
<li>Custom power</li>
<li>Smart grids</li>
</ul>
<h2 id="electronics">Electronics</h2>
<ul>
<li>Analog and digital electronics</li>
<li>Microcontrollers and DSPs</li>
<li>Control of linear and nonlinear systems</li>
<li>Fuzzy logic</li>
<li>Diagnosis and fault detection</li>
<li>Power electronics</li>
<li>Instrumentation</li>
<li>Robotics</li>
<li>Biomedical electronics</li>
</ul>
<h2 id="computing">Computing</h2>
<ul>
<li>Data analysis</li>
<li>Neural networks</li>
<li>Genetic algorithms</li>
<li>Pattern recognition</li>
<li>Computer vision</li>
<li>Software engineering</li>
<li>Web technologies</li>
<li>Intelligent systems</li>
<li>Parallel processing</li>
<li>Optimization</li>
</ul>
<h1 id="paper-submission">PAPER SUBMISSION</h1>
<p>The paper title and abstract must be written in English. The body of the paper may be written in English or Spanish. Papers are limited to 6 pages and must be submitted in PDF format through EasyChair for the review process: <a href="https://cos-listmonk.itmorelia.com/link/33222209-cb9a-4974-8f75-7906ed3a733e/5c1b9683-428d-4690-916e-6d045826da3c/">Submit your paper through EasyChair</a></p>
<p>The mandatory IEEE templates for paper submission can be downloaded from: <a href="https://cos-listmonk.itmorelia.com/link/b58fdff2-fa2b-4648-9da8-1e2fb9de6f5e/5c1b9683-428d-4690-916e-6d045826da3c/">Conference Templates</a></p>
<p>Further information:</p>
<ul>
<li><a href="https://cos-listmonk.itmorelia.com/link/cc8edb3c-c38e-4587-b9dc-f54741a3a3c7/5c1b9683-428d-4690-916e-6d045826da3c/">https://2026.ropec.org/</a></li>
<li><a href="mailto:contact@ropec.org?subject=ROPEC%202026%20Inquiry&amp;body=Dear%20ROPEC%202026%20Committee%2C%0A%0A">Mail us at contact@ropec.org</a></li>
</ul>
<p>Kind regards,</p>
<p>Dr. Gerardo Marx Chávez-Campos
<strong>TPC Chair</strong>
Instituto Tecnológico de Morelia</p>
<p>Dr. José Ortiz-Bejar
<strong>Conference Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Fernando Ornelas-Téllez
<strong>Conference Co-Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Vicente Torres-García
<strong>IEEE Centro Occidente Section Chair</strong>
Instituto Tecnológico de Morelia</p>

        </div>
      </div>
    </div>

    <div class="footer">
  <p class="no-reply">
    Please do not reply directly to this email, as this mailing address is used only for conference announcements.
    For questions or additional information, please contact us at
    <a href="mailto:contact@ropec.org">contact@ropec.org</a>.
  </p>

  <p>
    ROPEC 2026 &middot;
    <a href="http://ropec26.ieeesco.org" target="_blank">Conference Website</a>
    &middot;
    <a href="https://cos-listmonk.itmorelia.com/subscription/5c1b9683-428d-4690-916e-6d045826da3c/">Unsubscribe</a>
  </p>
</div>
  </body>
</html>]]></content:encoded>
      <pubDate>Mon, 15 Jun 2026 14:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Call for Posters</title>
      <link>https://cos-listmonk.itmorelia.com/archive/8c84be9c-afed-431a-8946-f6a07f0fbee3</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
  <head>
    <title>Call for Posters</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
    <base target="_blank">

    
    <script type="text/javascript">
      window.MathJax = {
        tex: {
          inlineMath: [['$', '$'], ['\\(', '\\)']],
          displayMath: [['$$', '$$'], ['\\[', '\\]']]
        },
        svg: { fontCache: 'global' }
      };
    </script>
    <script
      id="MathJax-script"
      async
      src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
    </script>
    

    
    <link rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css">

    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script>
      document.addEventListener('DOMContentLoaded', function () {
        document.querySelectorAll('pre code').forEach(function (block) {
          hljs.highlightElement(block);
        });
      });
    </script>
    

    <style>
      :root {
        --ropec-orange: #f36f21;
        --ropec-blue: #0b5e89;
        --ropec-dark: #1f2933;
        --ropec-gray: #f0f1f3;
        --ropec-light-blue: #e8f3f8;
        --ropec-border: #d9e2ec;
        --ropec-muted: #f36f21;
      }

      body {
        background-color: var(--ropec-gray);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
          "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
        color: var(--ropec-dark);
      }

      .gutter {
        padding: 30px;
      }

      .wrap {
        background-color: #ffffff;
        max-width: 820px;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid var(--ropec-border);
        box-shadow: 0 10px 28px rgba(31, 41, 51, 0.08);
      }

      .header {
        background: linear-gradient(135deg, var(--ropec-blue), #083b5c);
        color: #ffffff;
        padding: 28px 30px 24px;
        text-align: center;
      }

      .conference-mark {
        font-size: 34px;
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: 0.04em;
        margin: 0;
      }

      .conference-mark span {
        color: var(--ropec-orange);
      }

      .conference-subtitle {
        margin: 8px 0 0;
        font-size: 14px;
        line-height: 1.45;
        color: #dbeaf1;
      }

      .view-online {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-dark);
        font-size: 14px;
        text-align: center;
        padding: 12px 20px;
        border-bottom: 1px solid var(--ropec-border);
      }

      .view-online a {
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .content {
        padding: 30px;
      }

      a {
        color: var(--ropec-blue);
        text-decoration: none;
        font-weight: 600;
      }

      a:hover {
        text-decoration: underline;
      }

      img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
      }

      .title-large {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.25;
        margin: 0 0 1em;
        padding-bottom: 0.45em;
        border-bottom: 3px solid var(--ropec-orange);
        text-align: center;
        color: var(--ropec-orange);
        text-transform: uppercase;
        letter-spacing: 0.02em;
      }

      .markdown-body {
        font-size: 15px;
        line-height: 1.65;
        word-wrap: break-word;
      }

      .markdown-body > *:first-child {
        margin-top: 0 !important;
      }

      .markdown-body > *:last-child {
        margin-bottom: 0 !important;
      }

      .markdown-body p {
        margin: 0 0 1em;
      }

      .markdown-body h1,
      .markdown-body h2,
      .markdown-body h3,
      .markdown-body h4,
      .markdown-body h5,
      .markdown-body h6 {
        margin-top: 1.5em;
        margin-bottom: 0.75em;
        font-weight: 700;
        line-height: 1.25;
        color: var(--ropec-dark);
      }

      .markdown-body h1 {
        font-size: 24px;
        color: var(--ropec-orange);
        border-bottom: 2px solid var(--ropec-orange);
        padding-bottom: 0.3em;
      }

      .markdown-body h2 {
        font-size: 21px;
        color: var(--ropec-blue);
        border-bottom: 1px solid var(--ropec-border);
        padding-bottom: 0.25em;
      }

      .markdown-body h3 {
        font-size: 18px;
        color: var(--ropec-blue);
      }

      .markdown-body h4 {
        font-size: 16px;
      }

      .markdown-body h5 {
        font-size: 14px;
      }

      .markdown-body h6 {
        font-size: 13px;
        color: var(--ropec-muted);
      }

      .markdown-body ul,
      .markdown-body ol {
        margin: 0 0 1em 1.5em;
        padding: 0;
      }

      .markdown-body li + li {
        margin-top: 0.25em;
      }

      .markdown-body hr {
        border: 0;
        border-top: 1px solid var(--ropec-border);
        margin: 1.5em 0;
      }

      .markdown-body blockquote {
        margin: 0 0 1em;
        padding: 0.75em 1em;
        border-left: 5px solid var(--ropec-orange);
        color: var(--ropec-dark);
        background: #fff7f2;
        border-radius: 0 6px 6px 0;
      }

      .markdown-body code {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        background-color: rgba(11, 94, 137, 0.10);
        color: var(--ropec-dark);
        border-radius: 4px;
        padding: 0.15em 0.35em;
      }

      .markdown-body pre {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        line-height: 1.45;
        background-color: #f6f8fa;
        padding: 14px;
        border-radius: 7px;
        overflow-x: auto;
        border: 1px solid var(--ropec-border);
        margin: 0 0 1em;
      }

      .markdown-body pre code {
        background: none;
        padding: 0;
        border-radius: 0;
      }

      .markdown-body table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        margin: 1em 0;
      }

      .markdown-body table th,
      .markdown-body table td {
        padding: 8px 13px;
        border: 1px solid var(--ropec-border);
      }

      .markdown-body table th {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .button,
      .markdown-body a.button {
        background: var(--ropec-orange);
        border-radius: 5px;
        text-decoration: none !important;
        color: #ffffff !important;
        font-weight: 700;
        padding: 11px 28px;
        display: inline-block;
        margin: 8px 0;
      }

      .button:hover,
      .markdown-body a.button:hover {
        background: var(--ropec-blue);
        text-decoration: none !important;
      }

      .notice {
        background-color: var(--ropec-light-blue);
        border-left: 5px solid var(--ropec-blue);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .important {
        background-color: #fff7f2;
        border-left: 5px solid var(--ropec-orange);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .footer {
        text-align: center;
        font-size: 12px;
        color: var(--ropec-muted);
        max-width: 820px;
        margin: 18px auto 30px;
        padding: 0 20px;
      }
      
      .no-reply {
  color: var(--ropec-muted);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

      .footer a {
        color: var(--ropec-blue);
        margin-right: 5px;
      }

      @media screen and (max-width: 600px) {
        .gutter {
          padding: 10px;
        }

        .wrap {
          max-width: 100%;
          border-radius: 6px;
        }

        .header {
          padding: 22px 16px 20px;
        }

        .conference-mark {
          font-size: 28px;
        }

        .content {
          padding: 18px;
        }

        .title-large {
          font-size: 23px;
        }
      }
    </style>
  </head>

  <body style="background-color:#F0F1F3;margin:0;">
    <div class="gutter">&nbsp;</div>

    <div class="wrap">
      <div class="header">
        <h1 class="conference-mark">ROPEC <span>2026</span></h1>
        <p class="conference-subtitle">
          IEEE Autumn Meeting on Power, Electronics and Computing
        </p>
      </div>

      <div class="view-online">
        <strong>
          Trouble viewing the content of this email?
          <a href="https://cos-listmonk.itmorelia.com/campaign/8c84be9c-afed-431a-8946-f6a07f0fbee3/">View it in your browser</a>.
        </strong>
      </div>

      <div class="content">
        <div class="title-large">
          Call for Posters
        </div>

        <div class="markdown-body">
          <p>The Organizing Committee of the 2026 IEEE International Conference ROPEC invites students, researchers, and practitioners worldwide to submit abstracts of investigations for consideration for presentation in the poster session.</p>
<p>The Technical Committee will establish a review process to determine which posters are accepted. In addition, a Best Poster Award will be granted based on technical quality and presentation.</p>
<h2 id="topics-of-interest">Topics of Interest</h2>
<p>Submissions are solicited in, but are not limited to, the following areas:</p>
<h3 id="power">Power</h3>
<ul>
<li>Electric Power Systems</li>
<li>Power Quality</li>
<li>Electrical Power Systems</li>
<li>Control and Protection</li>
<li>Electric Machinery</li>
<li>Renewable Energy</li>
<li>FACTS</li>
<li>Custom Power</li>
<li>Smart Grids</li>
</ul>
<h3 id="electronics">Electronics</h3>
<ul>
<li>Analog and Digital Electronics</li>
<li>Microcontrollers and DSPs</li>
<li>Control of Linear and Nonlinear Systems</li>
<li>Fuzzy Logic</li>
<li>Diagnosis and Fault Detection</li>
<li>Power Electronics</li>
<li>Instrumentation</li>
<li>Robotics</li>
<li>Biomedical Applications</li>
</ul>
<h3 id="computing">Computing</h3>
<ul>
<li>Neural Networks</li>
<li>Genetic Algorithms</li>
<li>Pattern Recognition</li>
<li>Vision</li>
<li>Software Engineering</li>
<li>Web Technologies</li>
<li>Intelligent Systems</li>
<li>Parallel Processing</li>
<li>Optimization</li>
</ul>
<h2 id="participation-categories">Participation Categories</h2>
<p>Poster submissions are open to:</p>
<ul>
<li>Students, undergraduate or graduate</li>
<li>Professionals and researchers, including academics, industry professionals, and technical staff</li>
</ul>
<h2 id="requirements">Requirements</h2>
<p>Submitted works must comply with the following requirements:</p>
<ul>
<li>The work must be original and unpublished.</li>
<li>Contributions may include preliminary results, case studies, technological developments, advanced class projects, or prototypes.</li>
<li>At least one author must register for the conference.</li>
<li>The first author must present the poster during the poster session.</li>
</ul>
<h2 id="abstract-submission">Abstract Submission</h2>
<p>Abstracts must be written in English, limited to one page, and must not include images.</p>
<p>After acceptance, posters must be submitted in PDF format through EasyChair. All poster content must be presented in English.</p>
<p>Optional templates can be downloaded from:</p>
<p><a href="https://cos-listmonk.itmorelia.com/link/ddc1a1cb-acea-482f-8ca0-75fd03fb581c/8c84be9c-afed-431a-8946-f6a07f0fbee3/">http://ropec26.ieeesco.org/templates</a></p>
<h2 id="poster-fee">Poster Fee</h2>
<p>The poster fee covers event registration.</p>
<ul>
<li>Poster fee: 130 USD</li>
</ul>
<p><strong>Authors are responsible for printing and transporting their poster for the session.</strong></p>
<h2 id="recommended-poster-guidelines">Recommended Poster Guidelines</h2>
<h3 id="technical-specifications">Technical Specifications</h3>
<ul>
<li>Size: 90 cm wide × 120 cm high</li>
<li>Orientation: Portrait</li>
<li>Material: Matte paper or light fabric; glossy material is not recommended</li>
<li>Suggested fonts: Arial, Montserrat, Calibri, or Roboto</li>
<li>Title font size: 80 pt, sans serif</li>
<li>Subtitle font size: 40 pt</li>
<li>Body text: Minimum 28 pt</li>
<li>Language: English</li>
<li>Required logos: ROPEC 2026 and institutional affiliations</li>
</ul>
<h3 id="recommended-content">Recommended Content</h3>
<p>Posters should include the following sections:</p>
<ul>
<li>Title</li>
<li>Authors</li>
<li>Affiliation</li>
<li>Abstract</li>
<li>Introduction</li>
<li>Materials and methods</li>
<li>Results</li>
<li>Conclusions</li>
<li>References</li>
</ul>
<h3 id="design-recommendations">Design Recommendations</h3>
<ul>
<li>Use a maximum of three main colors.</li>
<li>Use figures with a minimum resolution of 600 DPI.</li>
<li>The poster should be understandable in 3–5 minutes from a distance of 1–1.5 m.</li>
</ul>
<h2 id="logistics-and-ethics">Logistics and Ethics</h2>
<p>Participants should observe the following recommendations:</p>
<ul>
<li>Arrive at least 30 minutes before the session for poster mounting.</li>
<li>Business casual attire is recommended.</li>
<li>Posters must not contain excessive commercial or offensive content.</li>
</ul>
<h2 id="important-dates">Important Dates</h2>
<ul>
<li>Final abstract submission: July 6, 2026</li>
<li>Acceptance notification: August 24, 2026</li>
<li>Final poster submission and registration: September 14, 2026</li>
<li>Conference dates: November 9–11, 2026</li>
</ul>
<h2 id="venue">Venue</h2>
<p>Centro Cultural Universitario<br />
Universidad Michoacana de San Nicolás de Hidalgo<br />
Morelia, Michoacán, Mexico</p>
<p>Av. Francisco I. Madero Pte. 350,<br />
Centro Histórico de Morelia,<br />
58000 Morelia, Michoacán, Mexico.</p>
<hr />
<p>Kind regards,</p>
<p>Dr. Gerardo Marx Chávez-Campos
<strong>TPC Chair</strong>
Instituto Tecnológico de Morelia</p>
<p>Dr. José Ortiz-Bejar
<strong>Conference Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Fernando Ornelas-Téllez
<strong>Conference Co-Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Vicente Torres-García
<strong>IEEE Centro Occidente Section Chair</strong>
Instituto Tecnológico de Morelia</p>
<h3 id="further-information">Further information</h3>
<ul>
<li><a href="https://cos-listmonk.itmorelia.com/link/cc8edb3c-c38e-4587-b9dc-f54741a3a3c7/8c84be9c-afed-431a-8946-f6a07f0fbee3/">https://2026.ropec.org/</a></li>
<li><a href="mailto:contact@ropec.org?subject=ROPEC%202026%20Inquiry&amp;body=Dear%20ROPEC%202026%20Committee%2C%0A%0A">Mail us at contact@ropec.org</a></li>
</ul>

        </div>
      </div>
    </div>

    <div class="footer">
  <p class="no-reply">
    Please do not reply directly to this email, as this mailing address is used only for conference announcements.
    For questions or additional information, please contact us at
    <a href="mailto:contact@ropec.org">contact@ropec.org</a>.
  </p>

  <p>
    ROPEC 2026 &middot;
    <a href="http://ropec26.ieeesco.org" target="_blank">Conference Website</a>
    &middot;
    <a href="https://cos-listmonk.itmorelia.com/subscription/8c84be9c-afed-431a-8946-f6a07f0fbee3/">Unsubscribe</a>
  </p>
</div>
  </body>
</html>]]></content:encoded>
      <pubDate>Wed, 10 Jun 2026 02:19:43 +0000</pubDate>
    </item>
    <item>
      <title>Call for Posters</title>
      <link>https://cos-listmonk.itmorelia.com/archive/815fc038-f315-4132-ac9d-24c671f4ad9d</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
  <head>
    <title>Call for Posters</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
    <base target="_blank">

    
    <script type="text/javascript">
      window.MathJax = {
        tex: {
          inlineMath: [['$', '$'], ['\\(', '\\)']],
          displayMath: [['$$', '$$'], ['\\[', '\\]']]
        },
        svg: { fontCache: 'global' }
      };
    </script>
    <script
      id="MathJax-script"
      async
      src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
    </script>
    

    
    <link rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css">

    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script>
      document.addEventListener('DOMContentLoaded', function () {
        document.querySelectorAll('pre code').forEach(function (block) {
          hljs.highlightElement(block);
        });
      });
    </script>
    

    <style>
      :root {
        --ropec-orange: #f36f21;
        --ropec-blue: #0b5e89;
        --ropec-dark: #1f2933;
        --ropec-gray: #f0f1f3;
        --ropec-light-blue: #e8f3f8;
        --ropec-border: #d9e2ec;
        --ropec-muted: #f36f21;
      }

      body {
        background-color: var(--ropec-gray);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
          "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
        color: var(--ropec-dark);
      }

      .gutter {
        padding: 30px;
      }

      .wrap {
        background-color: #ffffff;
        max-width: 820px;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid var(--ropec-border);
        box-shadow: 0 10px 28px rgba(31, 41, 51, 0.08);
      }

      .header {
        background: linear-gradient(135deg, var(--ropec-blue), #083b5c);
        color: #ffffff;
        padding: 28px 30px 24px;
        text-align: center;
      }

      .conference-mark {
        font-size: 34px;
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: 0.04em;
        margin: 0;
      }

      .conference-mark span {
        color: var(--ropec-orange);
      }

      .conference-subtitle {
        margin: 8px 0 0;
        font-size: 14px;
        line-height: 1.45;
        color: #dbeaf1;
      }

      .view-online {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-dark);
        font-size: 14px;
        text-align: center;
        padding: 12px 20px;
        border-bottom: 1px solid var(--ropec-border);
      }

      .view-online a {
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .content {
        padding: 30px;
      }

      a {
        color: var(--ropec-blue);
        text-decoration: none;
        font-weight: 600;
      }

      a:hover {
        text-decoration: underline;
      }

      img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
      }

      .title-large {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.25;
        margin: 0 0 1em;
        padding-bottom: 0.45em;
        border-bottom: 3px solid var(--ropec-orange);
        text-align: center;
        color: var(--ropec-orange);
        text-transform: uppercase;
        letter-spacing: 0.02em;
      }

      .markdown-body {
        font-size: 15px;
        line-height: 1.65;
        word-wrap: break-word;
      }

      .markdown-body > *:first-child {
        margin-top: 0 !important;
      }

      .markdown-body > *:last-child {
        margin-bottom: 0 !important;
      }

      .markdown-body p {
        margin: 0 0 1em;
      }

      .markdown-body h1,
      .markdown-body h2,
      .markdown-body h3,
      .markdown-body h4,
      .markdown-body h5,
      .markdown-body h6 {
        margin-top: 1.5em;
        margin-bottom: 0.75em;
        font-weight: 700;
        line-height: 1.25;
        color: var(--ropec-dark);
      }

      .markdown-body h1 {
        font-size: 24px;
        color: var(--ropec-orange);
        border-bottom: 2px solid var(--ropec-orange);
        padding-bottom: 0.3em;
      }

      .markdown-body h2 {
        font-size: 21px;
        color: var(--ropec-blue);
        border-bottom: 1px solid var(--ropec-border);
        padding-bottom: 0.25em;
      }

      .markdown-body h3 {
        font-size: 18px;
        color: var(--ropec-blue);
      }

      .markdown-body h4 {
        font-size: 16px;
      }

      .markdown-body h5 {
        font-size: 14px;
      }

      .markdown-body h6 {
        font-size: 13px;
        color: var(--ropec-muted);
      }

      .markdown-body ul,
      .markdown-body ol {
        margin: 0 0 1em 1.5em;
        padding: 0;
      }

      .markdown-body li + li {
        margin-top: 0.25em;
      }

      .markdown-body hr {
        border: 0;
        border-top: 1px solid var(--ropec-border);
        margin: 1.5em 0;
      }

      .markdown-body blockquote {
        margin: 0 0 1em;
        padding: 0.75em 1em;
        border-left: 5px solid var(--ropec-orange);
        color: var(--ropec-dark);
        background: #fff7f2;
        border-radius: 0 6px 6px 0;
      }

      .markdown-body code {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        background-color: rgba(11, 94, 137, 0.10);
        color: var(--ropec-dark);
        border-radius: 4px;
        padding: 0.15em 0.35em;
      }

      .markdown-body pre {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        line-height: 1.45;
        background-color: #f6f8fa;
        padding: 14px;
        border-radius: 7px;
        overflow-x: auto;
        border: 1px solid var(--ropec-border);
        margin: 0 0 1em;
      }

      .markdown-body pre code {
        background: none;
        padding: 0;
        border-radius: 0;
      }

      .markdown-body table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        margin: 1em 0;
      }

      .markdown-body table th,
      .markdown-body table td {
        padding: 8px 13px;
        border: 1px solid var(--ropec-border);
      }

      .markdown-body table th {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .button,
      .markdown-body a.button {
        background: var(--ropec-orange);
        border-radius: 5px;
        text-decoration: none !important;
        color: #ffffff !important;
        font-weight: 700;
        padding: 11px 28px;
        display: inline-block;
        margin: 8px 0;
      }

      .button:hover,
      .markdown-body a.button:hover {
        background: var(--ropec-blue);
        text-decoration: none !important;
      }

      .notice {
        background-color: var(--ropec-light-blue);
        border-left: 5px solid var(--ropec-blue);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .important {
        background-color: #fff7f2;
        border-left: 5px solid var(--ropec-orange);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .footer {
        text-align: center;
        font-size: 12px;
        color: var(--ropec-muted);
        max-width: 820px;
        margin: 18px auto 30px;
        padding: 0 20px;
      }
      
      .no-reply {
  color: var(--ropec-muted);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

      .footer a {
        color: var(--ropec-blue);
        margin-right: 5px;
      }

      @media screen and (max-width: 600px) {
        .gutter {
          padding: 10px;
        }

        .wrap {
          max-width: 100%;
          border-radius: 6px;
        }

        .header {
          padding: 22px 16px 20px;
        }

        .conference-mark {
          font-size: 28px;
        }

        .content {
          padding: 18px;
        }

        .title-large {
          font-size: 23px;
        }
      }
    </style>
  </head>

  <body style="background-color:#F0F1F3;margin:0;">
    <div class="gutter">&nbsp;</div>

    <div class="wrap">
      <div class="header">
        <h1 class="conference-mark">ROPEC <span>2026</span></h1>
        <p class="conference-subtitle">
          IEEE Autumn Meeting on Power, Electronics and Computing
        </p>
      </div>

      <div class="view-online">
        <strong>
          Trouble viewing the content of this email?
          <a href="https://cos-listmonk.itmorelia.com/campaign/815fc038-f315-4132-ac9d-24c671f4ad9d/">View it in your browser</a>.
        </strong>
      </div>

      <div class="content">
        <div class="title-large">
          Call for Posters
        </div>

        <div class="markdown-body">
          <p>The Organizing Committee of the 2026 IEEE International Conference ROPEC invites students, researchers, and practitioners worldwide to submit abstracts of investigations for consideration for presentation in the poster session.</p>
<p>The Technical Committee will establish a review process to determine which posters are accepted. In addition, a Best Poster Award will be granted based on technical quality and presentation.</p>
<h2 id="topics-of-interest">Topics of Interest</h2>
<p>Submissions are solicited in, but are not limited to, the following areas:</p>
<h3 id="power">Power</h3>
<ul>
<li>Electric Power Systems</li>
<li>Power Quality</li>
<li>Electrical Power Systems</li>
<li>Control and Protection</li>
<li>Electric Machinery</li>
<li>Renewable Energy</li>
<li>FACTS</li>
<li>Custom Power</li>
<li>Smart Grids</li>
</ul>
<h3 id="electronics">Electronics</h3>
<ul>
<li>Analog and Digital Electronics</li>
<li>Microcontrollers and DSPs</li>
<li>Control of Linear and Nonlinear Systems</li>
<li>Fuzzy Logic</li>
<li>Diagnosis and Fault Detection</li>
<li>Power Electronics</li>
<li>Instrumentation</li>
<li>Robotics</li>
<li>Biomedical Applications</li>
</ul>
<h3 id="computing">Computing</h3>
<ul>
<li>Neural Networks</li>
<li>Genetic Algorithms</li>
<li>Pattern Recognition</li>
<li>Vision</li>
<li>Software Engineering</li>
<li>Web Technologies</li>
<li>Intelligent Systems</li>
<li>Parallel Processing</li>
<li>Optimization</li>
</ul>
<h2 id="participation-categories">Participation Categories</h2>
<p>Poster submissions are open to:</p>
<ul>
<li>Students, undergraduate or graduate</li>
<li>Professionals and researchers, including academics, industry professionals, and technical staff</li>
</ul>
<h2 id="requirements">Requirements</h2>
<p>Submitted works must comply with the following requirements:</p>
<ul>
<li>The work must be original and unpublished.</li>
<li>Contributions may include preliminary results, case studies, technological developments, advanced class projects, or prototypes.</li>
<li>At least one author must register for the conference.</li>
<li>The first author must present the poster during the poster session.</li>
</ul>
<h2 id="abstract-submission">Abstract Submission</h2>
<p>Abstracts must be written in English, limited to one page, and must not include images.</p>
<p>After acceptance, posters must be submitted in PDF format through EasyChair. All poster content must be presented in English.</p>
<p>Optional templates can be downloaded from:</p>
<p><a href="https://cos-listmonk.itmorelia.com/link/ddc1a1cb-acea-482f-8ca0-75fd03fb581c/815fc038-f315-4132-ac9d-24c671f4ad9d/">http://ropec26.ieeesco.org/templates</a></p>
<h2 id="poster-fee">Poster Fee</h2>
<p>The poster fee covers event registration.</p>
<ul>
<li>Poster fee: 130 USD</li>
</ul>
<p><strong>Authors are responsible for printing and transporting their poster for the session.</strong></p>
<h2 id="recommended-poster-guidelines">Recommended Poster Guidelines</h2>
<h3 id="technical-specifications">Technical Specifications</h3>
<ul>
<li>Size: 90 cm wide × 120 cm high</li>
<li>Orientation: Portrait</li>
<li>Material: Matte paper or light fabric; glossy material is not recommended</li>
<li>Suggested fonts: Arial, Montserrat, Calibri, or Roboto</li>
<li>Title font size: 80 pt, sans serif</li>
<li>Subtitle font size: 40 pt</li>
<li>Body text: Minimum 28 pt</li>
<li>Language: English</li>
<li>Required logos: ROPEC 2026 and institutional affiliations</li>
</ul>
<h3 id="recommended-content">Recommended Content</h3>
<p>Posters should include the following sections:</p>
<ul>
<li>Title</li>
<li>Authors</li>
<li>Affiliation</li>
<li>Abstract</li>
<li>Introduction</li>
<li>Materials and methods</li>
<li>Results</li>
<li>Conclusions</li>
<li>References</li>
</ul>
<h3 id="design-recommendations">Design Recommendations</h3>
<ul>
<li>Use a maximum of three main colors.</li>
<li>Use figures with a minimum resolution of 600 DPI.</li>
<li>The poster should be understandable in 3–5 minutes from a distance of 1–1.5 m.</li>
</ul>
<h2 id="logistics-and-ethics">Logistics and Ethics</h2>
<p>Participants should observe the following recommendations:</p>
<ul>
<li>Arrive at least 30 minutes before the session for poster mounting.</li>
<li>Business casual attire is recommended.</li>
<li>Posters must not contain excessive commercial or offensive content.</li>
</ul>
<h2 id="important-dates">Important Dates</h2>
<ul>
<li>Final abstract submission: July 6, 2026</li>
<li>Acceptance notification: August 24, 2026</li>
<li>Final poster submission and registration: September 14, 2026</li>
<li>Conference dates: November 9–11, 2026</li>
</ul>
<h2 id="venue">Venue</h2>
<p>Centro Cultural Universitario<br />
Universidad Michoacana de San Nicolás de Hidalgo<br />
Morelia, Michoacán, Mexico</p>
<p>Av. Francisco I. Madero Pte. 350,<br />
Centro Histórico de Morelia,<br />
58000 Morelia, Michoacán, Mexico.</p>
<hr />
<p>Kind regards,</p>
<p>Dr. Gerardo Marx Chávez-Campos
<strong>TPC Chair</strong>
Instituto Tecnológico de Morelia</p>
<p>Dr. José Ortiz-Bejar
<strong>Conference Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Fernando Ornelas-Téllez
<strong>Conference Co-Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Vicente Torres-García
<strong>IEEE Centro Occidente Section Chair</strong>
Instituto Tecnológico de Morelia</p>
<h3 id="further-information">Further information</h3>
<ul>
<li><a href="https://cos-listmonk.itmorelia.com/link/cc8edb3c-c38e-4587-b9dc-f54741a3a3c7/815fc038-f315-4132-ac9d-24c671f4ad9d/">https://2026.ropec.org/</a></li>
<li><a href="mailto:contact@ropec.org?subject=ROPEC%202026%20Inquiry&amp;body=Dear%20ROPEC%202026%20Committee%2C%0A%0A">Mail us at contact@ropec.org</a></li>
</ul>

        </div>
      </div>
    </div>

    <div class="footer">
  <p class="no-reply">
    Please do not reply directly to this email, as this mailing address is used only for conference announcements.
    For questions or additional information, please contact us at
    <a href="mailto:contact@ropec.org">contact@ropec.org</a>.
  </p>

  <p>
    ROPEC 2026 &middot;
    <a href="http://ropec26.ieeesco.org" target="_blank">Conference Website</a>
    &middot;
    <a href="https://cos-listmonk.itmorelia.com/subscription/815fc038-f315-4132-ac9d-24c671f4ad9d/">Unsubscribe</a>
  </p>
</div>
  </body>
</html>]]></content:encoded>
      <pubDate>Tue, 09 Jun 2026 04:26:36 +0000</pubDate>
    </item>
    <item>
      <title>Call for Posters</title>
      <link>https://cos-listmonk.itmorelia.com/archive/631f97eb-7c6c-4f62-a9a6-cec66f21b6f4</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
  <head>
    <title>Call for Posters</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
    <base target="_blank">

    
    <script type="text/javascript">
      window.MathJax = {
        tex: {
          inlineMath: [['$', '$'], ['\\(', '\\)']],
          displayMath: [['$$', '$$'], ['\\[', '\\]']]
        },
        svg: { fontCache: 'global' }
      };
    </script>
    <script
      id="MathJax-script"
      async
      src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
    </script>
    

    
    <link rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css">

    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script>
      document.addEventListener('DOMContentLoaded', function () {
        document.querySelectorAll('pre code').forEach(function (block) {
          hljs.highlightElement(block);
        });
      });
    </script>
    

    <style>
      :root {
        --ropec-orange: #f36f21;
        --ropec-blue: #0b5e89;
        --ropec-dark: #1f2933;
        --ropec-gray: #f0f1f3;
        --ropec-light-blue: #e8f3f8;
        --ropec-border: #d9e2ec;
        --ropec-muted: #f36f21;
      }

      body {
        background-color: var(--ropec-gray);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
          "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.6;
        margin: 0;
        color: var(--ropec-dark);
      }

      .gutter {
        padding: 30px;
      }

      .wrap {
        background-color: #ffffff;
        max-width: 820px;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid var(--ropec-border);
        box-shadow: 0 10px 28px rgba(31, 41, 51, 0.08);
      }

      .header {
        background: linear-gradient(135deg, var(--ropec-blue), #083b5c);
        color: #ffffff;
        padding: 28px 30px 24px;
        text-align: center;
      }

      .conference-mark {
        font-size: 34px;
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: 0.04em;
        margin: 0;
      }

      .conference-mark span {
        color: var(--ropec-orange);
      }

      .conference-subtitle {
        margin: 8px 0 0;
        font-size: 14px;
        line-height: 1.45;
        color: #dbeaf1;
      }

      .view-online {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-dark);
        font-size: 14px;
        text-align: center;
        padding: 12px 20px;
        border-bottom: 1px solid var(--ropec-border);
      }

      .view-online a {
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .content {
        padding: 30px;
      }

      a {
        color: var(--ropec-blue);
        text-decoration: none;
        font-weight: 600;
      }

      a:hover {
        text-decoration: underline;
      }

      img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
      }

      .title-large {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.25;
        margin: 0 0 1em;
        padding-bottom: 0.45em;
        border-bottom: 3px solid var(--ropec-orange);
        text-align: center;
        color: var(--ropec-orange);
        text-transform: uppercase;
        letter-spacing: 0.02em;
      }

      .markdown-body {
        font-size: 15px;
        line-height: 1.65;
        word-wrap: break-word;
      }

      .markdown-body > *:first-child {
        margin-top: 0 !important;
      }

      .markdown-body > *:last-child {
        margin-bottom: 0 !important;
      }

      .markdown-body p {
        margin: 0 0 1em;
      }

      .markdown-body h1,
      .markdown-body h2,
      .markdown-body h3,
      .markdown-body h4,
      .markdown-body h5,
      .markdown-body h6 {
        margin-top: 1.5em;
        margin-bottom: 0.75em;
        font-weight: 700;
        line-height: 1.25;
        color: var(--ropec-dark);
      }

      .markdown-body h1 {
        font-size: 24px;
        color: var(--ropec-orange);
        border-bottom: 2px solid var(--ropec-orange);
        padding-bottom: 0.3em;
      }

      .markdown-body h2 {
        font-size: 21px;
        color: var(--ropec-blue);
        border-bottom: 1px solid var(--ropec-border);
        padding-bottom: 0.25em;
      }

      .markdown-body h3 {
        font-size: 18px;
        color: var(--ropec-blue);
      }

      .markdown-body h4 {
        font-size: 16px;
      }

      .markdown-body h5 {
        font-size: 14px;
      }

      .markdown-body h6 {
        font-size: 13px;
        color: var(--ropec-muted);
      }

      .markdown-body ul,
      .markdown-body ol {
        margin: 0 0 1em 1.5em;
        padding: 0;
      }

      .markdown-body li + li {
        margin-top: 0.25em;
      }

      .markdown-body hr {
        border: 0;
        border-top: 1px solid var(--ropec-border);
        margin: 1.5em 0;
      }

      .markdown-body blockquote {
        margin: 0 0 1em;
        padding: 0.75em 1em;
        border-left: 5px solid var(--ropec-orange);
        color: var(--ropec-dark);
        background: #fff7f2;
        border-radius: 0 6px 6px 0;
      }

      .markdown-body code {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        background-color: rgba(11, 94, 137, 0.10);
        color: var(--ropec-dark);
        border-radius: 4px;
        padding: 0.15em 0.35em;
      }

      .markdown-body pre {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
          "Liberation Mono", "Courier New", monospace;
        font-size: 13px;
        line-height: 1.45;
        background-color: #f6f8fa;
        padding: 14px;
        border-radius: 7px;
        overflow-x: auto;
        border: 1px solid var(--ropec-border);
        margin: 0 0 1em;
      }

      .markdown-body pre code {
        background: none;
        padding: 0;
        border-radius: 0;
      }

      .markdown-body table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        margin: 1em 0;
      }

      .markdown-body table th,
      .markdown-body table td {
        padding: 8px 13px;
        border: 1px solid var(--ropec-border);
      }

      .markdown-body table th {
        background-color: var(--ropec-light-blue);
        color: var(--ropec-blue);
        font-weight: 700;
      }

      .button,
      .markdown-body a.button {
        background: var(--ropec-orange);
        border-radius: 5px;
        text-decoration: none !important;
        color: #ffffff !important;
        font-weight: 700;
        padding: 11px 28px;
        display: inline-block;
        margin: 8px 0;
      }

      .button:hover,
      .markdown-body a.button:hover {
        background: var(--ropec-blue);
        text-decoration: none !important;
      }

      .notice {
        background-color: var(--ropec-light-blue);
        border-left: 5px solid var(--ropec-blue);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .important {
        background-color: #fff7f2;
        border-left: 5px solid var(--ropec-orange);
        padding: 12px 16px;
        border-radius: 0 6px 6px 0;
        margin: 1em 0;
      }

      .footer {
        text-align: center;
        font-size: 12px;
        color: var(--ropec-muted);
        max-width: 820px;
        margin: 18px auto 30px;
        padding: 0 20px;
      }
      
      .no-reply {
  color: var(--ropec-muted);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}

      .footer a {
        color: var(--ropec-blue);
        margin-right: 5px;
      }

      @media screen and (max-width: 600px) {
        .gutter {
          padding: 10px;
        }

        .wrap {
          max-width: 100%;
          border-radius: 6px;
        }

        .header {
          padding: 22px 16px 20px;
        }

        .conference-mark {
          font-size: 28px;
        }

        .content {
          padding: 18px;
        }

        .title-large {
          font-size: 23px;
        }
      }
    </style>
  </head>

  <body style="background-color:#F0F1F3;margin:0;">
    <div class="gutter">&nbsp;</div>

    <div class="wrap">
      <div class="header">
        <h1 class="conference-mark">ROPEC <span>2026</span></h1>
        <p class="conference-subtitle">
          IEEE Autumn Meeting on Power, Electronics and Computing
        </p>
      </div>

      <div class="view-online">
        <strong>
          Trouble viewing the content of this email?
          <a href="https://cos-listmonk.itmorelia.com/campaign/631f97eb-7c6c-4f62-a9a6-cec66f21b6f4/">View it in your browser</a>.
        </strong>
      </div>

      <div class="content">
        <div class="title-large">
          Call for Posters
        </div>

        <div class="markdown-body">
          <p>The Organizing Committee of the 2026 IEEE International Conference ROPEC invites students, researchers, and practitioners worldwide to submit abstracts of investigations for consideration for presentation in the poster session.</p>
<p>The Technical Committee will establish a review process to determine which posters are accepted. In addition, a Best Poster Award will be granted based on technical quality and presentation.</p>
<h2 id="topics-of-interest">Topics of Interest</h2>
<p>Submissions are solicited in, but are not limited to, the following areas:</p>
<h3 id="power">Power</h3>
<ul>
<li>Electric Power Systems</li>
<li>Power Quality</li>
<li>Electrical Power Systems</li>
<li>Control and Protection</li>
<li>Electric Machinery</li>
<li>Renewable Energy</li>
<li>FACTS</li>
<li>Custom Power</li>
<li>Smart Grids</li>
</ul>
<h3 id="electronics">Electronics</h3>
<ul>
<li>Analog and Digital Electronics</li>
<li>Microcontrollers and DSPs</li>
<li>Control of Linear and Nonlinear Systems</li>
<li>Fuzzy Logic</li>
<li>Diagnosis and Fault Detection</li>
<li>Power Electronics</li>
<li>Instrumentation</li>
<li>Robotics</li>
<li>Biomedical Applications</li>
</ul>
<h3 id="computing">Computing</h3>
<ul>
<li>Neural Networks</li>
<li>Genetic Algorithms</li>
<li>Pattern Recognition</li>
<li>Vision</li>
<li>Software Engineering</li>
<li>Web Technologies</li>
<li>Intelligent Systems</li>
<li>Parallel Processing</li>
<li>Optimization</li>
</ul>
<h2 id="participation-categories">Participation Categories</h2>
<p>Poster submissions are open to:</p>
<ul>
<li>Students, undergraduate or graduate</li>
<li>Professionals and researchers, including academics, industry professionals, and technical staff</li>
</ul>
<h2 id="requirements">Requirements</h2>
<p>Submitted works must comply with the following requirements:</p>
<ul>
<li>The work must be original and unpublished.</li>
<li>Contributions may include preliminary results, case studies, technological developments, advanced class projects, or prototypes.</li>
<li>At least one author must register for the conference.</li>
<li>The first author must present the poster during the poster session.</li>
</ul>
<h2 id="abstract-submission">Abstract Submission</h2>
<p>Abstracts must be written in English, limited to one page, and must not include images.</p>
<p>After acceptance, posters must be submitted in PDF format through EasyChair. All poster content must be presented in English.</p>
<p>Optional templates can be downloaded from:</p>
<p><a href="https://cos-listmonk.itmorelia.com/link/ddc1a1cb-acea-482f-8ca0-75fd03fb581c/631f97eb-7c6c-4f62-a9a6-cec66f21b6f4/">http://ropec26.ieeesco.org/templates</a></p>
<h2 id="poster-fee">Poster Fee</h2>
<p>The poster fee covers event registration.</p>
<ul>
<li>Poster fee: 130 USD</li>
</ul>
<p><strong>Authors are responsible for printing and transporting their poster for the session.</strong></p>
<h2 id="recommended-poster-guidelines">Recommended Poster Guidelines</h2>
<h3 id="technical-specifications">Technical Specifications</h3>
<ul>
<li>Size: 90 cm wide × 120 cm high</li>
<li>Orientation: Portrait</li>
<li>Material: Matte paper or light fabric; glossy material is not recommended</li>
<li>Suggested fonts: Arial, Montserrat, Calibri, or Roboto</li>
<li>Title font size: 80 pt, sans serif</li>
<li>Subtitle font size: 40 pt</li>
<li>Body text: Minimum 28 pt</li>
<li>Language: English</li>
<li>Required logos: ROPEC 2026 and institutional affiliations</li>
</ul>
<h3 id="recommended-content">Recommended Content</h3>
<p>Posters should include the following sections:</p>
<ul>
<li>Title</li>
<li>Authors</li>
<li>Affiliation</li>
<li>Abstract</li>
<li>Introduction</li>
<li>Materials and methods</li>
<li>Results</li>
<li>Conclusions</li>
<li>References</li>
</ul>
<h3 id="design-recommendations">Design Recommendations</h3>
<ul>
<li>Use a maximum of three main colors.</li>
<li>Use figures with a minimum resolution of 600 DPI.</li>
<li>The poster should be understandable in 3–5 minutes from a distance of 1–1.5 m.</li>
</ul>
<h2 id="logistics-and-ethics">Logistics and Ethics</h2>
<p>Participants should observe the following recommendations:</p>
<ul>
<li>Arrive at least 30 minutes before the session for poster mounting.</li>
<li>Business casual attire is recommended.</li>
<li>Posters must not contain excessive commercial or offensive content.</li>
</ul>
<h2 id="important-dates">Important Dates</h2>
<ul>
<li>Final abstract submission: July 6, 2026</li>
<li>Acceptance notification: August 24, 2026</li>
<li>Final poster submission and registration: September 14, 2026</li>
<li>Conference dates: November 9–11, 2026</li>
</ul>
<h2 id="venue">Venue</h2>
<p>Centro Cultural Universitario<br />
Universidad Michoacana de San Nicolás de Hidalgo<br />
Morelia, Michoacán, Mexico</p>
<p>Av. Francisco I. Madero Pte. 350,<br />
Centro Histórico de Morelia,<br />
58000 Morelia, Michoacán, Mexico.</p>
<hr />
<p>Kind regards,</p>
<p>Dr. Gerardo Marx Chávez-Campos
<strong>TPC Chair</strong>
Instituto Tecnológico de Morelia</p>
<p>Dr. José Ortiz-Bejar
<strong>Conference Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Fernando Ornelas-Téllez
<strong>Conference Co-Chair</strong>
Universidad Michoacana de San Nicolás de Hidalgo</p>
<p>Dr. Vicente Torres-García
<strong>IEEE Centro Occidente Section Chair</strong>
Instituto Tecnológico de Morelia</p>
<h3 id="further-information">Further information</h3>
<ul>
<li><a href="https://cos-listmonk.itmorelia.com/link/cc8edb3c-c38e-4587-b9dc-f54741a3a3c7/631f97eb-7c6c-4f62-a9a6-cec66f21b6f4/">https://2026.ropec.org/</a></li>
<li><a href="mailto:contact@ropec.org?subject=ROPEC%202026%20Inquiry&amp;body=Dear%20ROPEC%202026%20Committee%2C%0A%0A">Mail us at contact@ropec.org</a></li>
</ul>

        </div>
      </div>
    </div>

    <div class="footer">
  <p class="no-reply">
    Please do not reply directly to this email, as this mailing address is used only for conference announcements.
    For questions or additional information, please contact us at
    <a href="mailto:contact@ropec.org">contact@ropec.org</a>.
  </p>

  <p>
    ROPEC 2026 &middot;
    <a href="http://ropec26.ieeesco.org" target="_blank">Conference Website</a>
    &middot;
    <a href="https://cos-listmonk.itmorelia.com/subscription/631f97eb-7c6c-4f62-a9a6-cec66f21b6f4/">Unsubscribe</a>
  </p>
</div>
  </body>
</html>]]></content:encoded>
      <pubDate>Tue, 09 Jun 2026 04:02:27 +0000</pubDate>
    </item>
  </channel>
</rss>