Autism at School: How You Can Be a Friend of Advanced Sacred Hope Academy (ASHA)!

Autism at School: How You Can Be a Friend of Advanced Sacred Hope Academy (ASHA)! By Julie Gracela Webb Ever felt like the world works differently for you than for others? That’s kind of how autism can feel. It’s like having a unique brain that sees and hears things a…

Autism at School: How You Can Be a Friend of Advanced Sacred Hope Academy (ASHA)!

By Julie Gracela Webb

Ever felt like the world works differently for you than for others? That’s kind of how autism can feel. It’s like having a unique brain that sees and hears things a little differently. And often, the world is a place that can be scary for those diagnosed with Autism. Acceptance is what our school, ASHA, hopes to share with our community. We hope you might help us embark on this journey of encouraging our community to accept and understand our students and become an advocate, a sponsor and most importantly a friend to our students. The current prevalence rate for ASD is 1 out of 36 children and this April we celebrate all those individuals diagnosed for Autism Awareness month.

(ASHA) is a nonprofit independent private school dedicated to the individualized learning of students with autism or other neurological disorders that prevent them from succeeding in a traditional school setting. We use Applied Behavior Analysis (ABA) principles combining education and social-emotional leaning in helping a student reach their potential. Our purpose is to give our students the tools to effectively manage their behavior so that they can move on to and thrive in a traditional school.

ASHA VISIT

ASHA employs a team of patient and compassionate behavior therapists/teachers who celebrates all levels of successes in areas of citizenship, behavior, academics and learning foundations. As most teachers, these dedicated angels/teachers/therapists often use their own funds in rewarding their class as they gain skills they need in life. We celebrate small and big wins, whether that’s recognizing a student’s grade increase from an F to an F+, finally raising their hands rather than interrupting, asking for a break rather than yelling, or recognizing their emotions and using an appropriate alternative respond while sitting with their emotions. Our learners are continuously receive reinforcements for all the skills they continue to learn daily. So, if you’re in search for a nonprofit to support please consider donating small toys or gift cards to ASHA.

Your partnership is vital in continuing our mission to transition learners to the appropriate school setting and we hope to see you at our upcoming events for Autism Awareness month. This article is your official invitation to come and be a part of our mission and to attend an April event that benefits ASHA. Come and be a part of a team that focuses on helping the world be a little less scary for our students. I hope to see you at one of our events or even better come visit our school and be a friend to ASHA.

Emerald Coast’s Poker for Autism Tournament – April 13 at 12:00 PM at the Festival of Fears in FWB Santa Rosa Mall

Autos for Autism – April 20 at 10:00 AM at the FWB Santa Rosa Mall

6th Annual International Festival – April 21 at 11:00 AM FWB Landing

Julie Gracela Webb is a native of the Philippines, a Board Certified Behavior Analyst and Licensed Mental Health Counselor at Advanced Behavioral Health Analysis and the Founder of Advanced Sacred Hope Academy.

Contact her at [email protected]

Related posts

A person with black hair and green eyes looks directly at the camera. Their expression is neutral, and they're wearing a dark shirt. The softly blurred background hints at a scene from Puerto Rico, adding an intriguing layer to their captivating presence.

Juan’s Story – Type 1 Diabetes (Puerto Rico)

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos y segundos
$word_count = str_word_count( strip_tags( $post_content ) );
$reading_time_minutes = floor( $word_count / 200 );
$reading_time_seconds = ceil(($word_count / 200 - $reading_time_minutes) * 60);

// Muestra el tiempo de lectura estimado en minutos y segundos
echo '<p class="read_time">Reading Time: ' . $reading_time_minutes . ':' . $reading_time_seconds . ' min</p>';

?>

Juan’s Story – Type 1 Diabetes (Puerto Rico) Our Patient: Patient: Juan, 15 years old   Location: San Juan, Puerto Rico   Diabetes Type: Diabetes Type 1 Background: Juan had…

View post
A group of people, including Santa Claus, elves, and children, pose in front of a black limousine outdoors on the Emerald Coast. Some wear festive Christmas outfits, and everyone is smiling. Text reads "Christmas Miracle Children's Fiesta 2015.

20th Anniversary of the Emerald Coast Christmas Miracle Fiesta

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos y segundos
$word_count = str_word_count( strip_tags( $post_content ) );
$reading_time_minutes = floor( $word_count / 200 );
$reading_time_seconds = ceil(($word_count / 200 - $reading_time_minutes) * 60);

// Muestra el tiempo de lectura estimado en minutos y segundos
echo '<p class="read_time">Reading Time: ' . $reading_time_minutes . ':' . $reading_time_seconds . ' min</p>';

?>

20th Anniversary of the Emerald Coast Christmas Miracle Fiesta Organized by United for a Good Cause Inc., Date 22 Dec at the NWF Fairgrounds.That event will be followed by the…

View post
A person wearing a pink blouse holds a pink breast cancer awareness ribbon, emphasizing the importance of early detection and self-exams during Breast Cancer Awareness Month.

Breast Cancer Awareness Month: The Importance of Early Detection and Self-Exams

<?php

global $post;

// Obtén el ID del post actual
$post_id = $post->ID;
// Obtén el contenido del post
$post_content = get_post_field( 'post_content', $post_id );

// Calcula el tiempo de lectura estimado en minutos y segundos
$word_count = str_word_count( strip_tags( $post_content ) );
$reading_time_minutes = floor( $word_count / 200 );
$reading_time_seconds = ceil(($word_count / 200 - $reading_time_minutes) * 60);

// Muestra el tiempo de lectura estimado en minutos y segundos
echo '<p class="read_time">Reading Time: ' . $reading_time_minutes . ':' . $reading_time_seconds . ' min</p>';

?>

Breast Cancer Awareness Month: The Importance of Early Detection and Self-Exams October is Breast Cancer Awareness Month, a time dedicated to raising awareness about the impact of breast cancer and…

View post
<script>
  /*Source: https://github.com/Krzysztof-Antosik/Two-direction-Sticky-Sidebar*/
  
  // Verificar el ancho de pantalla al cargar y redimensionar
  function checkScreenWidth() {
    if (window.innerWidth <= 767) {
      // Si la pantalla es menor o igual a 676px, no ejecutar el código
      return;
    }

    const stickyElement = document.querySelector('.fb-sidebar__aside');
    const startPosition = stickyElement.getBoundingClientRect().top;

    let endScroll = window.innerHeight - stickyElement.offsetHeight - 500;
    let currPos = window.scrollY;
    let screenHeight = window.innerHeight;
    let stickyElementHeight = stickyElement.offsetHeight;
    let topGap = 40;
    let bottomGap = 40;

    setTimeout(() => {
      if (stickyElement.hasAttribute('data-top-gap')) {
        const dataTopGap = stickyElement.getAttribute('data-top-gap');
        topGap = dataTopGap === 'auto' ? startPosition : parseInt(dataTopGap);
      }

      if (stickyElement.hasAttribute('data-bottom-gap')) {
        bottomGap = parseInt(stickyElement.getAttribute('data-bottom-gap'));
      }
    }, 100);

    stickyElement.style.position = 'sticky';
    stickyElement.style.top = `${topGap}px`;
    stickyElement.style.height = 'fit-content';

    function positionStickySidebar() {
      endScroll = window.innerHeight - stickyElement.offsetHeight - bottomGap;
      const stickyElementTop = parseInt(stickyElement.style.top.replace('px', ''));

      if (stickyElementHeight + topGap + bottomGap > screenHeight) {
        if (window.scrollY < currPos) {
          if (stickyElementTop < topGap) {
            stickyElement.style.top = `${stickyElementTop + currPos - window.scrollY}px`;
          } else if (stickyElementTop >= topGap && stickyElementTop !== topGap) {
            stickyElement.style.top = `${topGap}px`;
          }
        } else {
          if (stickyElementTop > endScroll) {
            stickyElement.style.top = `${stickyElementTop + currPos - window.scrollY}px`;
          } else if (stickyElementTop < endScroll && stickyElementTop !== endScroll) {
            stickyElement.style.top = `${endScroll}px`;
          }
        }
      } else {
        stickyElement.style.top = `${topGap}px`;
      }
      currPos = window.scrollY;
    }

    function stickyElementToMe() {
      stickyElement.style.top = `${topGap}px`;
    }

    function updateSticky() {
      screenHeight = window.innerHeight;
      stickyElementHeight = stickyElement.offsetHeight;
      positionStickySidebar();
    }

    setTimeout(() => {
      window.addEventListener('resize', () => {
        currPos = window.scrollY;
        updateSticky();
      });

      document.addEventListener('scroll', updateSticky, {
        capture: true,
        passive: true
      });
    }, 1000);
  }

  // Verificar el ancho de pantalla al cargar y redimensionar
  window.addEventListener('load', checkScreenWidth);
  window.addEventListener('resize', checkScreenWidth);
</script>