<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Nocira App</title>
    <link>https://app.nocira.com/</link>
    <description>Recent content on Nocira App</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 01 Aug 2021 21:29:20 +0200</lastBuildDate>
    <atom:link href="https://app.nocira.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Categories Post</title>
      <link>https://app.nocira.com/blog/2021/08/01/categories-post/</link>
      <pubDate>Sun, 01 Aug 2021 21:29:20 +0200</pubDate>
      <guid>https://app.nocira.com/blog/2021/08/01/categories-post/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m a post with multiple categories in the frontmatter:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;categories = [&amp;quot;programming&amp;quot;,&amp;quot;lorem&amp;quot;,&amp;quot;pseudo&amp;quot;]&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. In mauris nulla, vestibulum vel auctor sed, posuere eu lorem. Aliquam consequat augue ut accumsan mollis. Suspendisse malesuada sodales tincidunt. Vivamus sed erat ac augue bibendum porta sed id ipsum. Ut mollis mauris eget ligula sagittis cursus. Aliquam id pharetra tellus. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim. Ut ante turpis, tristique vitae sagittis quis, sagittis nec diam. Fusce pulvinar cursus porta. Vivamus maximus leo dolor, ut pellentesque lorem fringilla nec. Mauris faucibus turpis posuere sapien euismod, a ullamcorper mi maximus.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linked post</title>
      <link>https://app.nocira.com/blog/2015/10/02/linked-post/</link>
      <pubDate>Fri, 02 Oct 2015 21:49:20 +0200</pubDate>
      <guid>https://app.nocira.com/blog/2015/10/02/linked-post/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m a linked post in the menu. You can add other posts by adding the following line to the frontmatter:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;menu = &amp;quot;main&amp;quot;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. In mauris nulla, vestibulum vel auctor sed, posuere eu lorem. Aliquam consequat augue ut accumsan mollis. Suspendisse malesuada sodales tincidunt. Vivamus sed erat ac augue bibendum porta sed id ipsum. Ut mollis mauris eget ligula sagittis cursus. Aliquam id pharetra tellus. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim. Ut ante turpis, tristique vitae sagittis quis, sagittis nec diam. Fusce pulvinar cursus porta. Vivamus maximus leo dolor, ut pellentesque lorem fringilla nec. Mauris faucibus turpis posuere sapien euismod, a ullamcorper mi maximus.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Go is for lovers</title>
      <link>https://app.nocira.com/blog/2015/09/17/go-is-for-lovers/</link>
      <pubDate>Thu, 17 Sep 2015 13:47:08 +0200</pubDate>
      <guid>https://app.nocira.com/blog/2015/09/17/go-is-for-lovers/</guid>
      <description>&lt;p&gt;Hugo uses the excellent &lt;a href=&#34;https://go.dev/&#34;&gt;go&lt;/a&gt; &lt;a href=&#34;https://pkg.go.dev/html/template&#34;&gt;html/template&lt;/a&gt; library for&#xA;its template engine. It is an extremely lightweight engine that provides a very&#xA;small amount of logic. In our experience that it is just the right amount of&#xA;logic to be able to create a good static website. If you have used other&#xA;template systems from different languages or frameworks you will find a lot of&#xA;similarities in go templates.&lt;/p&gt;&#xA;&lt;p&gt;This document is a brief primer on using go templates. The &lt;a href=&#34;https://pkg.go.dev/html/template&#34;&gt;go docs&lt;/a&gt;&#xA;provide more details.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hugo is for lovers</title>
      <link>https://app.nocira.com/blog/2015/08/03/hugo-is-for-lovers/</link>
      <pubDate>Mon, 03 Aug 2015 13:39:46 +0200</pubDate>
      <guid>https://app.nocira.com/blog/2015/08/03/hugo-is-for-lovers/</guid>
      <description>This is the summary Goto &lt;a href=&#34;https://github.com/spf13/hugo/releases&#34;&gt;hugo releases&lt;/a&gt; and download the appropriate version for your os and architecture. Save it somewhere specific as we will be using it in the next step. More complete instructions are available at &lt;a href=&#34;https://app.nocira.com/overview/installing/&#34;&gt;installing hugo&lt;/a&gt;</description>
    </item>
    <item>
      <title>Creating a new theme</title>
      <link>https://app.nocira.com/blog/2015/06/24/creating-a-new-theme/</link>
      <pubDate>Wed, 24 Jun 2015 13:50:46 +0200</pubDate>
      <guid>https://app.nocira.com/blog/2015/06/24/creating-a-new-theme/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&amp;rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&amp;rsquo;t cover using CSS to style your theme.&lt;/p&gt;&#xA;&lt;p&gt;We&amp;rsquo;ll start with creating a new site with a very basic template. Then we&amp;rsquo;ll add in a few pages and posts. With small variations on that, you will be able to create many different types of web sites.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact</title>
      <link>https://app.nocira.com/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://app.nocira.com/contact/</guid>
      <description>&lt;h1 id=&#34;we-are-here-to-help-you&#34;&gt;We are here to help you&lt;/h1&gt;&#xA;&lt;p&gt;Are you curious about something? Do you have some kind of problem with our products? As am hastily invited settled at limited civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am he remember although required. Bachelor unpacked be advanced at. Confined in declared marianne is vicinity.&lt;/p&gt;&#xA;&lt;p&gt;Please feel free to contact us, our customer service center is working for you 24/7.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Data Deletion Request</title>
      <link>https://app.nocira.com/datadeletion/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://app.nocira.com/datadeletion/</guid>
      <description>&lt;h2 id=&#34;request-deletion-of-your-data&#34;&gt;REQUEST DELETION OF YOUR DATA&lt;/h2&gt;&#xA;&lt;p&gt;This page explains how to request deletion of the personal data collected by&#xA;the &lt;strong&gt;Nocira&lt;/strong&gt; mobile app (the companion app for the Nocira AVPI device).&lt;/p&gt;&#xA;&lt;h3 id=&#34;how-to-request-deletion&#34;&gt;How to request deletion&lt;/h3&gt;&#xA;&lt;p&gt;Email &lt;strong&gt;&lt;a href=&#34;mailto:support@nocira.me&#34;&gt;support@nocira.me&lt;/a&gt;&lt;/strong&gt; from any address, and include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Your &lt;strong&gt;Patient ID&lt;/strong&gt; (the ID you use to sign in to the app);&lt;/li&gt;&#xA;&lt;li&gt;The request: &amp;ldquo;Please delete my Nocira app data.&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You do not need to keep the app installed to make a request. We will confirm&#xA;receipt, verify the request with you or your study site, and respond within&#xA;30 days.&lt;/p&gt;</description>
    </item>
    <item>
      <title>FAQ</title>
      <link>https://app.nocira.com/faq/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://app.nocira.com/faq/</guid>
      <description>&lt;p&gt;Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-what-to-do-if-i-have-still-not-received-the-order&#34;&gt;1. WHAT TO DO IF I HAVE STILL NOT RECEIVED THE ORDER?&lt;/h2&gt;&#xA;&lt;p&gt;Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Migrate from Jekyll</title>
      <link>https://app.nocira.com/blog/1/01/01/migrate-from-jekyll/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://app.nocira.com/blog/1/01/01/migrate-from-jekyll/</guid>
      <description>&lt;h2 id=&#34;move-static-content-to-static&#34;&gt;Move static content to &lt;code&gt;static&lt;/code&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Jekyll has a rule that any directory not starting with &lt;code&gt;_&lt;/code&gt; will be copied as-is to the &lt;code&gt;_site&lt;/code&gt; output. Hugo keeps all static content under &lt;code&gt;static&lt;/code&gt;. You should therefore move it all there.&#xA;With Jekyll, something that looked like&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;▾ &amp;lt;root&amp;gt;/&#xA;    ▾ images/&#xA;        logo.png&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;should become&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;▾ &amp;lt;root&amp;gt;/&#xA;    ▾ static/&#xA;        ▾ images/&#xA;            logo.png&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Additionally, you&amp;rsquo;ll want any files that should reside at the root (such as &lt;code&gt;CNAME&lt;/code&gt;) to be moved to &lt;code&gt;static&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Privacy Policy</title>
      <link>https://app.nocira.com/privacypolicy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://app.nocira.com/privacypolicy/</guid>
      <description>&lt;h2 id=&#34;nocira-app-privacy-policy&#34;&gt;NOCIRA APP PRIVACY POLICY&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Effective date:&lt;/strong&gt; August 3, 2026&#xA;&lt;strong&gt;Last updated:&lt;/strong&gt; August 3, 2026&lt;/p&gt;&#xA;&lt;p&gt;Nocira, LLC (&amp;quot;&lt;strong&gt;Nocira&lt;/strong&gt;,&amp;quot; &amp;ldquo;&lt;strong&gt;we&lt;/strong&gt;,&amp;rdquo; &amp;ldquo;&lt;strong&gt;us&lt;/strong&gt;&amp;rdquo;) provides the &lt;strong&gt;Nocira&lt;/strong&gt; mobile&#xA;application (the &amp;ldquo;&lt;strong&gt;App&lt;/strong&gt;&amp;rdquo;), a companion to the Nocira AVPI (&amp;ldquo;Wave&amp;rdquo;)&#xA;device used for the treatment and tracking of migraine and headache. This&#xA;Privacy Policy explains what information the App collects, how we use and&#xA;share it, and the choices you have.&lt;/p&gt;&#xA;&lt;p&gt;The App is used by participants in Nocira&amp;rsquo;s clinical investigation of the AVPI&#xA;device. Some information is collected and handled under the terms of that&#xA;investigation and the informed-consent documents you signed to enroll; where&#xA;those documents and this Policy differ, the study consent governs the&#xA;study-related data.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Support</title>
      <link>https://app.nocira.com/support/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://app.nocira.com/support/</guid>
      <description>&lt;h1 id=&#34;problems-issues-please-contact-customer-support&#34;&gt;Problems, Issues, Please Contact Customer Support:&lt;/h1&gt;&#xA;&lt;p&gt;email: &lt;a href=&#34;mailto:support@nocira.me&#34;&gt;support@nocira.me&lt;/a&gt;&#xA;phone: 602.769.2858&#xA;&lt;a href=&#34;https://www.nocira.com/contact&#34;&gt;https://www.nocira.com/contact&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Terms and Conditions</title>
      <link>https://app.nocira.com/termsandconditions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://app.nocira.com/termsandconditions/</guid>
      <description>&lt;h1 id=&#34;terms--conditions&#34;&gt;TERMS &amp;amp; CONDITIONS&lt;/h1&gt;&#xA;&lt;p&gt;PLEASE READ THE FOLLOWING TERMS OF SERVICE AGREEMENT CAREFULLY. BY ACCESSING OR USING OUR WEBSITE (THE “SITE”) OR OUR SERVICES, YOU HEREBY AGREE TO BE BOUND BY THESE TERMS AND CONDITIONS AND ALL TERMS INCORPORATED HEREIN BY REFERENCE. IT IS THE RESPONSIBILITY OF YOU, THE USER, CUSTOMER, OR PROSPECTIVE CUSTOMER TO READ THE TERMS AND CONDITIONS BEFORE PROCEEDING TO USE THIS SITE. IF YOU DO NOT EXPRESSLY AGREE TO ALL OF THE TERMS AND CONDITIONS, THEN PLEASE DO NOT ACCESS OR USE OUR SITE OR OUR SERVICES.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
