spie.org Open in urlscan Pro
192.230.66.233  Public Scan

Submitted URL: http://spie.org/
Effective URL: https://spie.org/?SSO=1
Submission: On June 07 via api from GB — Scanned from GB

Form analysis 3 forms found in the DOM

/search

<form action="/search" class="search">
  <div style="height:40px">
    <input type="text" name="term" id="headerSearchTerm" class="searchTermTextbox" placeholder="Search">
    <input type="hidden" name="pageSize" value="50">
    <input type="hidden" name="pagesVisited" value="1">
    <input type="hidden" name="sortBy" value="Relevance">
    <input type="submit" value="">
  </div>
</form>

POST /account/ContentGateLogin

<form action="/account/ContentGateLogin" class="cg-form" data-ajax="true" data-ajax-failure="cgLoginFailed" data-ajax-method="post" data-ajax-success="cgLoginSucceeded" id="form0" method="post">
  <div class="cg-input-container">
    <div class="form-group">
      <label class="float-align-left cg-font f13" for="cgUsername">Email or Username</label>
      <a class="forgot-link cg-font f13" href="/Account/ForgotUsername" data-feathr-click-track="true">Forgot your username?</a>
      <div id="cgUsernameDiv" class="text-input-div">
        <input id="cgUsername" class="cg-username-input" type="text" name="cgUsername" maxlength="100" tabindex="10" role="textbox">
      </div>
      <div id="cgUsernameErrorMsg" class="cg-error-msg float-align-left"></div>
    </div>
    <div class="form-group">
      <label class="float-align-left cg-font f13" for="cgPassword">Password</label>
      <a class="forgot-link cg-font f13" href="/Account/ForgotPassword" data-feathr-click-track="true">Forgot your password?</a>
      <div id="cgPasswordDiv" class="text-input-div">
        <input id="cgPassword" class="cg-pass-input float-align-left" type="password" name="cgPassword" autocomplete="off" maxlength="39" tabindex="11" role="textbox">
        <input id="xcgPasswordAsText" type="checkbox" role="button" onchange="PwdModeChange('cgPassword', true, 'cgShowPassLabel');" style="display: none;">
        <label for="xcgPasswordAsText">
          <span id="cgShowPassLabel"></span>
        </label>
      </div>
      <div id="cgPasswordErrorMsg" class="cg-error-msg float-align-left"></div>
    </div>
    <div class="form-group" style="text-align: left;">
      <input id="cgRememberUsername" name="cgRememberUsername" class="float-align-left" type="checkbox" value="true" tabindex="12" style="margin-right: 3px">
      <label for="cgRememberUsername">Keep me signed in</label>
      <a id="SigninTooltip" onmouseover="SPIEPopup_ContentGate.Show(this.id, 'staysignedin');" onmouseout="SPIEPopup_ContentGate.Hide()" data-feathr-click-track="true">
							<img src="/Content/themes/spieimages/icon_info_tooltip.png" style="cursor: pointer; margin: 0 0 2px 0;">
						</a>
    </div>
    <div class="form-group">
      <input id="Submit" class="cg-btn-submit cg-font" type="submit" value="Sign in">
    </div>
  </div>
  <div style="float: right;">
    <img onclick="CASISigninToggle()" src="/images/global/common/Close_Icon_Gray.png" alt="close_icon_gray" style="cursor: pointer;">
  </div>
</form>

POST /account/ModalLogin

<form action="/account/ModalLogin" data-ajax="true" data-ajax-failure="LoginFailed" data-ajax-method="post" data-ajax-success="LoginSucceeded" id="form1" method="post">
  <div>
    <h2>Sign In / Returning Customer</h2>
    <div style="padding: 8px 0px 0px 0px; width: 312px; height: 36px; vertical-align: top;">
      <span class="formText04" id="SignInModal_LoginFailed"></span>
    </div>
    <div style="padding: 2px 0px 0px 0px; width: 312px;">
      <div style="float: left; vertical-align: top; text-align: left;">
        <span class="formText07">Email or Username</span>
      </div>
      <div style="float: right; vertical-align: top; text-align: right; padding-right: 6px;">
        <a class="formLink01Small" href="https://spie.org/Account/ForgotUsername" data-feathr-click-track="true">Forgot username?</a>
      </div>
      <div>
        <input type="text" id="SignInModal_Username" name="SignInModal_Username" class="idle_field formText09 textFieldMediumLarge" value="" maxlength="100" style="width: 300px; height: 27px;" tabindex="1">
      </div>
    </div>
    <div style="padding: 16px 0px 0px 0px; width: 312px;">
      <div style="float: left; vertical-align: top; text-align: left;">
        <span class="formText07">Password</span>
      </div>
      <div style="float: right; vertical-align: top; text-align: right; padding-right: 6px;">
        <a class="formLink01Small" href="https://spie.org/Account/ForgotPassword" data-feathr-click-track="true">Forgot password?</a>
      </div>
      <div style="display: inline-block; width: 312px;">
        <div style="display: inline-block; background-color: #ffffff; border: solid 1px #aaaaaa; width: 306px;">
          <input type="password" id="SignInModal_Password" name="SignInModal_Password" autocomplete="off" class="idle_field formText09 textFieldMediumLarge" value="" maxlength="39"
            onfocus="javascript: SignInModal_PwdMode('SignInModal_Password', false);" style="width: 244px; height: 27px; border: none; border-right: solid 1px #aaaaaa;" tabindex="2">
          <input type="checkbox" id="SignInModal_xPasswordAsText" class="" style="vertical-align: text-bottom; padding-top: 2px; padding-bottom: 1px;" onclick="javascript: SignInModal_PwdMode('SignInModal_Password', true);">
          <label id="SignInModal_lblPasswordAsText" for="SignInModal_xPasswordAsText" class="formText09" style="padding-right: 2px;"> Show</label>
        </div>
      </div>
    </div>
    <div style="display: block; padding: 16px 0px 2px 0px; vertical-align: text-bottom;">
      <input type="checkbox" id="SignInModal_xRememberUsername" name="SignInModal_xRememberUsername" tabindex="3" value="true"><label id="lblRememberUsername" for="SignInModal_xRememberUsername" class="formText07"
        style="padding: 2px 0px 0px 2px;">Keep me signed in</label>
      <a id="MessageLinkSPIEMonthly" onmouseover="SPIEPopupSignInModal.Show(this.id, 'staysignedin');" onmouseout="SPIEPopupSignInModal.Hide()" style="cursor: pointer;" data-feathr-click-track="true"><img src="/images/WhatsThis.png" border="0"></a><br>
    </div>
    <div style="display: block; padding: 16px 0px 16px 0px;">
      <!-- use AJAX functionality to login and upon successful login, proceed forward with call in to other framework and for redirection -->
      <input id="lnkAccountLogin" class="btn_page" tabindex="5" type="submit" value="&nbsp; Sign In with SPIE account &nbsp;" onclick="return SignInModal_LoginPreSubmitValidation();" style="background-color: red; border-color: red;">
    </div>
  </div>
</form>

Text Content

This website uses cookies to provide you with a variety of services and to
improve the usability of our website. By using the website, you agree to the use
of cookies in accordance with our Privacy Policy.
Close
Sign In View Cart (0) Help
 * About
    * About the Society
    * Community Support
    * Advocacy
    * Get Involved
    * International Day of Light
    * Awards
    * Press Room
    * Jobs at SPIE
   
    * Other SPIE Sites
    * optics.org
    * SPIEDigitalLibrary.org
    * SPIECareerCenter.org
    * Resources
    * Profiles
    * SPIE Logos
    * SPIE Clothing and Gifts

 * Conferences + Exhibitions
    * Conferences + Exhibitions Calendar
    * Exhibitions Only
    * SPIE.Online
    * Open Calls for Papers
    * Past Event Archives
   
    * Top 5 Conferences
    * SPIE Photonics West
    * SPIE Defense + Commercial Sensing
    * SPIE Optics + Photonics
    * SPIE Medical Imaging
    * SPIE Advanced Lithography + Patterning

 * Publications
    * Conference Proceedings
    * SPIE Journals
    * SPIE Digital Library
    * Books
    * Open Access
   
    * Information for Authors
    * Books
    * Journals
    * Conference Proceedings
    * Reprint Permissions

 * Membership
    * Explore Membership
    * Fellows
    * Senior Members
    * Early Career Members
    * Students
    * BACUS Group
   
    * Student Services
    * Early Career Resources
    * Corporate Membership

 * Industry Resources
    * Marketing
    * Become an Exhibitor
    * Sponsorships & Advertising
    * Information
    * Market Intelligence
    * Technical Information
    * Recruiting
   
    * Industry Events
    * Prism Awards
    * Startup Challenge
    * Photonics Clusters

 * Education
    * Find a Course
    * Courses at Conferences
    * Online Courses
    * Course Recordings
    * In-Company Training
    * Education Outreach Resources
    * Technician Resources
    * ABET
    * Information For:
    * SPIE Instructors
    * Courses Attendees

 * News

 * The conference for emerging technology in the semiconductor industry.
 * Present your research at the world’s premier lasers, biomedical optics, and
   optoelectronics event.
 * Register for the leading symposium for optical engineering, nanotechnology,
   quantum science, and organic photonics research and technologies.
 * Honor someone in your community who has made a difference.
 * The conference for emerging technology in the semiconductor industry.
 * Present your research at the world’s premier lasers, biomedical optics, and
   optoelectronics event.


 * 
 * 
 * 
 * 


LATEST SPIE NEWS + STORIES
Stories of Pride Clara Barker
Community
Time-reversal asymmetry surpasses conversion efficiency limit for solar cells
Publications
Read the full statement
Novel solar cell architecture performs well under real-world constraints
Publications
Stories of Pride Alfredo Carpineti
Community
New tool for visualizing leukocytes in the brain
Publications
Halting a wave in its tracks
Publications
Shedding light on turbulence with wave-optics simulations
Publications
Infrared imaging to measure glymphatic function
Publications
More News

PREMIUM CONTENT
Sign in to read the full article
Create a free SPIE account to get access to
premium articles and original research
Sign in to your account


Create an SPIE account
Email or Username Forgot your username?


Password Forgot your password?


Keep me signed in


 * ABOUT
 * Mission
 * Leadership
 * Committees
 * History
 * Policies & Bylaws
 * Jobs at SPIE
 * Press Room

 * RESOURCES
 * Join SPIE
 * Attend an Event
 * Get Published
 * Marketing Options
 * Public Policy
 * Education Outreach
 * SPIE Profiles

 * HELP
 * Contact Us
 * FAQs
 * Report an Incident
 * Sitemap
 * Email Preferences

 * SUBSCRIBE TO OUR EMAILS
 * Receive only the information you want
 * Sign Up
 * Stay Connected Get the App
 * 

© 2022 SPIE
SPIE Digital Library | SPIE Career Center | optics.org | Privacy Policy
Top of page


SIGN IN / RETURNING CUSTOMER


Email or Username
Forgot username?

Password
Forgot password?
Show
Keep me signed in