woc.aises.org Open in urlscan Pro
192.185.16.180  Public Scan

URL: http://woc.aises.org/
Submission: On September 05 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: profileformPOST https://AISES.informz.net/clk/remote_post.asp

<form method="post" name="profileform" action="https://AISES.informz.net/clk/remote_post.asp">
  <table width="300" cellspacing="0" cellpadding="0" bgcolor="#ffffff" border="0" style="border: none; border-collapse: separate;">
    <tbody>
      <tr>
        <td colspan="2">
          <font face="Arial" size="2" color="#fff">Get information from AISES and <em>Winds of Change</em>.</font>
        </td>
      </tr>
      <script language="JavaScript">
        function moveCaret(event, objThisField, objNextField, objPrevField, nSize) {
          var keynum;
          if (window.event) // IE	
            keynum = event.keyCode;
          else if (event.which) // Netscape/Firefox/Opera	
            keynum = event.which;
          if (keynum == 37 || keynum == 39 || keynum == 38 || keynum == 40 || keynum == 8) //left, right, up, down arrows, backspace
          {
            var nCaretPosition = getCaretPosition(objThisField);
            if (keynum == 39 && nCaretPosition == nSize) moveToNextField(objNextField);
            if ((keynum == 37 || keynum == 8) && nCaretPosition == 0) moveToPrevField(objPrevField);
            return;
          }
          if (keynum == 9) //Tab
            return;
          if (objThisField.value.length >= nSize && objNextField != null) moveToNextField(objNextField);
        }

        function moveToNextField(objNextField) {
          if (objNextField == null) return;
          objNextField.focus();
          if (document.selection) //IE
          {
            oSel = document.selection.createRange();
            oSel.moveStart('character', 0);
            oSel.moveEnd('character', objNextField.value.length);
            oSel.select();
          } else {
            objNextField.selectionStart = 0;
            objNextField.selectionEnd = objNextField.value.length;
          }
        }

        function moveToPrevField(objPrevField) {
          if (objPrevField == null) return;
          objPrevField.focus();
          if (document.selection) //IE
          {
            oSel = document.selection.createRange();
            oSel.moveStart('character', 0);
            oSel.moveEnd('character', objPrevField.value.length);
            oSel.select();
          } else {
            objPrevField.selectionStart = 0;
            objPrevField.selectionEnd = objNextField.value.length;
          }
        }

        function getCaretPosition(objField) {
          var nCaretPosition = 0;
          if (document.selection) //IE
          {
            var oSel = document.selection.createRange();
            oSel.moveStart('character', -objField.value.length);
            nCaretPosition = oSel.text.length;
          }
          if (objField.selectionStart || objField.selectionStart == '0') nCaretPosition = objField.selectionStart;
          return nCaretPosition;
        }
      </script>
      <tr>
        <td colspan="2" width="100%">
          <table width="300" cellspacing="0" cellpadding="0" bgcolor="#ffffff" border="0" style="border: none; border-collapse: separate;">
            <tbody>
              <tr>
                <td width="50%" nowrap="" valign="top" align="left">
                  <font face="Arial" size="2" color="#fff">Email:<font color="RED">*</font>
                  </font>&nbsp;
                </td>
                <td width="50%" align="left" valign="top">
                  <font face="Arial" size="2" color="#fff">
                    <input alt="Email Address" type="text" name="email" size="23" maxlength="100" value="">
                  </font>
                </td>
              </tr>
              <tr>
                <td valign="top" align="left" width="50%">
                  <font face="Arial" size="2" color="#fff">First Name: </font>&nbsp;
                </td>
                <td align="left" valign="top" width="50%">
                  <input alt="First Name" type="text" name="personal_15765" value="" size="20" maxlength="1000">
                </td>
              </tr>
              <tr>
                <td valign="top" align="left" width="50%">
                  <font face="Arial" size="2" color="#fff">Last Name: </font>&nbsp;
                </td>
                <td align="left" valign="top" width="50%">
                  <input alt="Last Name" type="text" name="personal_15767" value="" size="20" maxlength="1000">
                </td>
              </tr>
              <tr>
                <td valign="top" align="left" width="50%">
                  <font face="Arial" size="2" color="#fff">Address: </font>&nbsp;
                </td>
                <td align="left" valign="top" width="50%">
                  <input alt="Address" type="text" name="personal_15949" value="" size="20" maxlength="500">
                </td>
              </tr>
              <tr>
                <td valign="top" align="left" width="50%">
                  <font face="Arial" size="2" color="#fff">City: </font>&nbsp;
                </td>
                <td align="left" valign="top" width="50%">
                  <input alt="City" type="text" name="personal_15950" value="" size="20" maxlength="500">
                </td>
              </tr>
              <tr>
                <td valign="top" align="left" width="50%">
                  <font face="Arial" size="2" color="#fff">State: </font>&nbsp;
                </td>
                <td align="left" valign="top" width="50%">
                  <input alt="State" type="text" name="personal_15951" value="" size="2" maxlength="2">
                </td>
              </tr>
              <tr>
                <td valign="top" align="left" width="50%">
                  <font face="Arial" size="2" color="#fff">Zip Code: </font>&nbsp;
                </td>
                <td align="left" valign="top" width="50%">
                  <input alt="Zip Code" type="text" name="personal_15952" value="" size="20" maxlength="500">
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
      <tr>
        <td colspan="2" width="100%">
          <font face="Arial" size="2" color="#fff">
            <font size="1">
              <font color="red">*</font>&nbsp;Required
            </font>
          </font><br>
        </td>
      </tr>
      <script type="text/javascript">
        function ShowDescriptions(SubDomain, val, brid) {
          myWindow = window.open(SubDomain + '/description.asp?brid=' + brid + '&id=' + val, 'Description', 'location=no,height=180,width=440,resizeable=no,scrollbars=yes,dependent=yes');
          myWindow.focus()
        }
      </script>
      <input type="hidden" name="OptoutInfo" value="">
      <tr>
        <td colspan="2"><input type="hidden" name="formats" value="3"></td>
      </tr>
      <tr>
        <td colspan="2">
          <br><input type="submit" border="0" value="Next >>" name="update" style="background-color: #333366; color: #ffffff; border-style: groove; font-size: 16pt;border-color: #ffffff">
        </td>
      </tr>
      <tr>
        <td colspan="2">
          <font face="Arial" size="2" color="#000000"></font>
        </td>
      </tr>
    </tbody>
  </table>
  <input type="hidden" name="fid" value="4681">
  <input type="hidden" name="b" value="40306">
  <input type="hidden" name="returnUrl" value="http://woc.aises.org?zmsg=1">
</form>

Text Content

Skip to main content


SENSEN


TOP MENU




MAIN MENU

 * 
   Home
 * AISES People
 * Featured Stories
 * 
   Issues
   * 2023 Issues
   * 2022 Issues
   * 2021 Issues
   * 2020 Issues
   * 2019 Issues
   * 2018 Issues
   * 2017 Issues
   * 2016 Issues
   * 2015 Issues
   * 2014 Issues
 * 
   About Winds of Change
   * About Winds of Change
   * Winds of Change Staff
   * Print Advertising
   * Digital Advertising
   * Newsletter Advertising


SENSEN

 * Home
 * AISES People
 * Featured Stories
 * Issues
    * 2023 Issues
    * 2022 Issues
    * 2021 Issues
    * 2020 Issues
    * 2019 Issues
    * 2018 Issues
    * 2017 Issues
    * 2016 Issues
    * 2015 Issues
    * 2014 Issues
 * About Winds of Change
    * About Winds of Change
    * Winds of Change Staff
    * Print Advertising
    * Digital Advertising
    * Newsletter Advertising



No front page content has been created yet.

 * 2023 Summer Issue
   Aug 01, 2023
   
   TOBIAS-JESIAH KEOHOKAPU | NATIVE HAWAIIAN | ROCHESTER INSTITUTE OF TECHNOLOGY
   
   Tobias-Jesiah Keohokapu found himself getting lost in the stars from a young
   age. Everything he’s discovered about astronomy since then, from learning
   about Polynesian wayfinding to studying special relativity and chaotic
   dynamics at college, has only increased his fascination. When he learned
   about the world travels of the Hōkūle’a, a double-hulled sailing canoe built
   as a modern replica of the vessels that brought the first Polynesian
   seafarers to Hawaii, he knew he had to study astronomy.
   
   View more
   
 * 2023 Summer Issue
   
   SHANELL SINCLAIR | BLACKFEET (SOUTHERN PIEGAN), U.S./PIIKANI (NORTHERN
   PEIGAN), CANADA | MONTANA STATE UNIVERSITY
   
   As a young girl, Shanell Sinclair dreamed of becoming an aerospace engineer
   working for NASA.
   
   View more
 * 2023 Summer Issue
   
   DR. STAN ATCITTY | DINÉ | SANDIA NATIONAL LABORATORIES
   
   Dr.
   
   View more

 * 2023 Summer Issue
   Aug 01, 2023
   
   SARAH GAUTHIER | LAC LA RONGE WOODLAND CREE | UNIVERSITY OF SASKATCHEWAN
   
   By Patrick Quinn
   
   A profound connection to the beautiful boreal forests and freshwater lakes of
   her Lac La Ronge Woodland Cree homelands has guided Sarah Gauthier’s journey
   from microbiology studies to a successful career in water resources
   engineering, teaching, and mentoring.
   
   Read More
 * Paths to Opportunities
   Aug 20, 2023
   
   A GUIDE TO GETTING ALONG WITH ROOMMATES
   
   By Ronan Himelrick
   
   Roommates are an integral part of the college experience. Whether it's dorms,
   suites, or apartment rentals, roommates are bound to be there. First, it's
   important to recognize that for some students living at college may be their
   first time away from home. It’s a big transition from living with your family
   to living with a complete stranger. Here are five tips for getting along with
   roommates to make everyone’s experience safe, productive, and fun.
    
   Communicate expectations 
   
   
   Read More
 * 2023 Summer Issue
   Aug 01, 2023
   
   TOBIAS-JESIAH KEOHOKAPU | NATIVE HAWAIIAN | ROCHESTER INSTITUTE OF TECHNOLOGY
   
   By D.J. Pollard
   
   Tobias-Jesiah Keohokapu found himself getting lost in the stars from a young
   age. Everything he’s discovered about astronomy since then, from learning
   about Polynesian wayfinding to studying special relativity and chaotic
   dynamics at college, has only increased his fascination. When he learned
   about the world travels of the Hōkūle’a, a double-hulled sailing canoe built
   as a modern replica of the vessels that brought the first Polynesian
   seafarers to Hawaii, he knew he had to study astronomy.
   
   Read More
 * 2023 Summer Issue
   Aug 01, 2023
   
   SHANELL SINCLAIR | BLACKFEET (SOUTHERN PIEGAN), U.S./PIIKANI (NORTHERN
   PEIGAN), CANADA | MONTANA STATE UNIVERSITY
   
   By Alexa Panza
   
   As a young girl, Shanell Sinclair dreamed of becoming an aerospace engineer
   working for NASA. Then, as she was growing up in rural Montana, achieving
   that career seemed increasingly remote. But today Sinclair’s dream is no
   longer up in the clouds. Now a junior at Montana State University majoring in
   mechanical engineering and minoring in aerospace engineering/mechatronics,
   she is closer than ever to making her dream come true.
   
   Read More
 * 2023 Summer Issue
   Aug 01, 2023
   
   DR. STAN ATCITTY | DINÉ | SANDIA NATIONAL LABORATORIES
   
   By Kyle Coulon
   
   Dr. Stan Atcitty, Diné, has a record of tremendous technical success and
   remarkable achievements as a leader. His ability to cultivate and maintain
   relationships is paramount to his success. Whether he is presenting to a
   packed gymnasium at his high school alma mater in Shiprock, N.M., or coaching
   junior staff members on his team, Dr. Atcitty is energized by finding ways to
   build people up.
   
   Read More
 * 2023 Summer Issue
   Aug 01, 2023
   
   SARAH GAUTHIER | LAC LA RONGE WOODLAND CREE | UNIVERSITY OF SASKATCHEWAN
   
   By Patrick Quinn
   
   A profound connection to the beautiful boreal forests and freshwater lakes of
   her Lac La Ronge Woodland Cree homelands has guided Sarah Gauthier’s journey
   from microbiology studies to a successful career in water resources
   engineering, teaching, and mentoring.
   
   Read More
 * Paths to Opportunities
   Aug 20, 2023
   
   A GUIDE TO GETTING ALONG WITH ROOMMATES
   
   By Ronan Himelrick
   
   Roommates are an integral part of the college experience. Whether it's dorms,
   suites, or apartment rentals, roommates are bound to be there. First, it's
   important to recognize that for some students living at college may be their
   first time away from home. It’s a big transition from living with your family
   to living with a complete stranger. Here are five tips for getting along with
   roommates to make everyone’s experience safe, productive, and fun.
    
   Communicate expectations 
   
   
   Read More

 * 
 * 


RANDOM NEWS

Place for the subtitle

 * A GUIDE TO GETTING ALONG WITH ROOMMATES
   
   Paths to Opportunities
   Aug 20, 2023

 * TOBIAS-JESIAH KEOHOKAPU | NATIVE HAWAIIAN | ROCHESTER INSTITUTE OF TECHNOLOGY
   
   2023 Summer Issue
   Aug 01, 2023

 * SHANELL SINCLAIR | BLACKFEET (SOUTHERN PIEGAN), U.S./PIIKANI (NORTHERN
   PEIGAN), CANADA | MONTANA STATE UNIVERSITY
   
   2023 Summer Issue
   Aug 01, 2023

 * DR. STAN ATCITTY | DINÉ | SANDIA NATIONAL LABORATORIES
   
   2023 Summer Issue
   Aug 01, 2023


TECHNOLOGY NEWS

Place for the subtitle

 * A GUIDE TO GETTING ALONG WITH ROOMMATES
   
   Paths to Opportunities
   Aug 20, 2023

 * TIME OUT: THE IMPORTANCE OF RECHARGING
   
   Paths to Opportunities
   Jul 25, 2023

 * STAYING SHARP DURING SUMMER BREAK
   
   Paths to Opportunities
   Jul 18, 2023

 * TIPS FOR A SUCCESSFUL BUSINESS TRAVEL WORLDWIDE
   
   Paths to Opportunities
   Jun 27, 2023

 * MAKE THE MOST OF YOUR CAMPUS VISIT
   
   Paths to Opportunities
   Jun 20, 2023

 * HOW TO NAIL A VIRTUAL INTERVIEW
   
   Paths to Opportunities
   May 31, 2023


LATEST ARTICLES

From Winds of Change Magazine and Paths to Opportunities Newsletters

 * A GUIDE TO GETTING ALONG WITH ROOMMATES
   
   Paths to Opportunities
   Aug 20, 2023
   by Ronan Himelrick
   
   Roommates are an integral part of the college experience. Whether it's dorms,
   suites, or apartment rentals, roommates are bound to be there. First, it's
   important to recognize that for some students living at college may be their
   first time away from home. It’s a big transition from living with your family
   to living with a complete stranger. Here are five tips for getting along with
   roommates to make everyone’s experience safe, productive, and fun.
    
   Communicate expectations 
   
   
   Read More

 * SARAH GAUTHIER | LAC LA RONGE WOODLAND CREE | UNIVERSITY OF SASKATCHEWAN
   
   2023 Summer Issue
   Aug 01, 2023
   by Patrick Quinn
   
   A profound connection to the beautiful boreal forests and freshwater lakes of
   her Lac La Ronge Woodland Cree homelands has guided Sarah Gauthier’s journey
   from microbiology studies to a successful career in water resources
   engineering, teaching, and mentoring.
   
   Read More

 * JORDAN SAHLY | WIND RIVER EASTERN SHOSHONE | YALE UNIVERSITY
   
   2023 Summer Issue
   Aug 01, 2023
   by Alexa Panza
   
   Jordan Sahly has lost track of the number of baking soda volcanoes he made in
   his driveway as a child. But he hasn’t lost his passion for the sciences,
   chemistry in particular. After honing his interest in science, Sahly set his
   sights on chemical engineering and hasn’t looked back. Now a senior at Yale
   University, Sahly is well on his way to becoming a chemical engineer with the
   goal of helping Native communities combat energy and climate crises and limit
   harm to the land.
   
   Read More

 * ADDRESSING A DENTAL CARE CRISIS
   
   2023 Summer Issue
   Aug 01, 2023
   by Tyler Rust
   
   Beyond maintaining your winning smile, dental care is crucial in promoting
   overall health and well-being. But Native Americans continue to face
   disparities — and tribes continue to face unique challenges — in accessing
   care.
   
   Read More

 * AN INDIGENOUS FOCUS ON DENTAL CARE INITIATIVES IN CANADA
   
   2023 Summer Issue
   Aug 01, 2023
   by Patrick Quinn
   
   The newly established Indigenous Dental Association of Canada (IDAC) is one
   of the most prominent Indigenous-led initiatives addressing inequities in
   Canada’s oral health delivery. A 2017 report from the country’s auditor
   general found that First Nations and Inuit populations had nearly twice the
   rate of dental disease as non-Indigenous Canadians, partly due to
   geographical barriers, fewer dentist visits, and less access to nutritious
   food.
   
   Read More

 * TIME OUT: THE IMPORTANCE OF RECHARGING
   
   Paths to Opportunities
   Jul 25, 2023
   by Alexa Panza
   
   Professional work can be exciting, enjoyable, and challenging. It can also be
   exhausting, intense, and draining. It’s easy to let work take over your life.
   Especially now, as many professionals work remotely or in a hybrid setting,
   it’s easy for your personal and professional worlds to overlap. As a result,
   you may find that you’re not separating from work effectively, and you’re not
   taking time to recharge. Taking a break is key to being your best at work and
   at home. Here are a few reasons why taking time out to recharge is so
   important.
    
   
   
   Read More

 * STAYING SHARP DURING SUMMER BREAK
   
   Paths to Opportunities
   Jul 18, 2023
   by Alexa Panza
   
   You know the feeling: school’s out for the summer and you can’t wait to sleep
   in, hang out with your friends, and completely forget about school until
   September. But while it’s tempting not to crack open a book or review any of
   your lessons from the past school year, taking such a long break can lead to
   forgetting much of what you have learned. As a result, you may go into the
   next school year with lower knowledge levels than when you left. Here are
   some ways to prevent brain drain and stay sharp over summer break.
    
   Read
   
   
   Read More

 * DR. LANI TSINNAJINNIE | DINÉ | UNIVERSITY OF NEW MEXICO | COMMUNITY AND
   REGIONAL PLANNING
   
   2023 Spring Issue
   Jul 11, 2023
   by Kimberly Locke
   
   Working on water resource and environmental issues, often in support of
   Native communities, is at the heart of what drives Dr. Lani Tsinnajinnie,
   Diné. Now an assistant professor in the Department of Community and Regional
   Planning at the University of New Mexico (UNM), she grew up in the remote
   community of Na’Neelzhiin, N.M., where she saw firsthand the need for clean
   drinking water for rural residents. “Although the house I grew up in had
   running water, nearly half the households in Na’Neelzhiin did not,” she says.
   
   Read More

Load More


SPONSORED





NEWSLETTERS

How to Build Rapport
Professional Edition: August 2023

A Guide to Getting Along with Roommates
Student Edition: August 2023

Time Out: The Importance of Recharging
Professional Edition: July 2023

Staying Sharp During Summer Break
Student Edition: July 2023

View More


CIRCLE OF SUPPORT

Circle of Support Partners are organizations that have established a
multiprogram partnership with AISES.



Learn More

 * 50164
   Followers
   
 * 169279
   Likes
   
 * 9149
   Subscribers
 * Subscribe
   RSS Feeds


ADDITIONAL ARTICLES

 * THE NORTH STAR AISES ALLIANCE AND PROFESSIONAL CHAPTER
   
   2018 Summer Issue
   Oct 05, 2018

 * COLLEGE STUDENTS AND BUDGETING: THE BASICS
   
   Paths to Opportunities
   Jan 22, 2019

 * ALEXANDERA HOUCHIN / FOND DU LAC BAND OF LAKE SUPERIOR OJIBWE / UNIVERSITY OF
   MINNESOTA DULUTH / CHEMISTRY AND AMERICAN INDIAN STUDIES
   
   2019 College Issue
   Oct 01, 2019


ADS



Winds of Change is the premier nationally distributed magazine with a
single-minded focus on career and educational advancement for all Indigenous
people in science, technology, engineering, and math (STEM).


CONTACT US

 * 6321 Riverside Plaza Lane NW, Unit A
 * Albuquerque, NM 87120
 * (505) 765-1052
 * woc@aises.org


LATEST ISSUES

SUMMER 2023

July 2023

SPRING 2023

May 2023

SPECIAL COLLEGE ISSUE 2022-2023

December 2022

View More...


SIGN-UP

Get information from AISES and Winds of Change.

Email:*  First Name:   Last Name:   Address:   City:   State:   Zip Code:  

* Required



 * Home
 * Latest Articles
 * About us
 * Search

© Copyright 2018 AISES. All rights reserved.