www.hackerearth.com Open in urlscan Pro
2600:1413:b000:1c::17d1:2ee4  Public Scan

Submitted URL: https://enterprise.hackerearth.com/api/mailings/click/pmrgszbchi3tcnrtgy2delbcovzgyir2ejuhi5dqom5c6l3xo53s42dbmnvwk4tfmfzhi2bomnxw2...
Effective URL: https://www.hackerearth.com/zh/challenges/hackathon/international-womens-hackathon-2019/
Submission: On February 20 via api from SG — Scanned from SG

Form analysis 3 forms found in the DOM

Name: login-formPOST

<form id="modal-login-form" name="login-form" method="POST" class="ajax-form medium-margin" ajax="/zh/AJAX/login/">
  <div class="wrapper small-wrapper">
    <input type="text" name="login" placeholder="用户名或电子邮箱" required="" id="id_login">
  </div>
  <div class="wrapper small-wrapper">
    <input type="password" name="password" placeholder="密码" required="" id="id_password">
  </div>
  <input type="hidden" name="next" value="/zh/challenges/hackathon/international-womens-hackathon-2019/">
  <div>
    <a href="#" class="link-3 show-hide-many login-signup-link" show="password-reset" hide="login-form">忘记密码?</a>
    <div class="clear"></div>
  </div>
  <div class="login-footer standard-margin">
    <div>
      <input type="submit" name="submit" clicked="登录中..." value="登录" class="button login-btn weight-600 large">
    </div>
    <div class="align-center dark regular dont-have-account"> 还没有帐号? <a href="#" class="login-signup-link show-hide-many regular bold" show="signup-form-div" hide="login-form"> 注册</a>
    </div>
  </div>
</form>

Name: signup-formPOST

<form id="modal-signup-form" name="signup-form" method="POST" class="ajax-form medium-margin" ajax="/zh/AJAX/hackerearth/signup/?source=sprint&amp;next=/zh/challenges/hackathon/international-womens-hackathon-2019/">
  <div class="wrapper small-wrapper float-left">
    <input type="text" name="first_name" placeholder="姓" maxlength="30" required="" id="id_first_name">
  </div>
  <div class="wrapper small-wrapper float-right">
    <input type="text" name="last_name" placeholder="名" maxlength="30" id="id_last_name">
  </div>
  <div class="clear"></div>
  <div class="wrapper small-wrapper">
    <input type="text" name="email" placeholder="Email" maxlength="75" required="" id="id_email">
  </div>
  <div class="wrapper small-wrapper password-wrapper">
    <input type="password" name="password" placeholder="密码" required="" id="id_password">
    <div class="password-tooltip hidden">
      <div class="tooltip-heading align-center">Password requirements</div>
      <ul>
        <li id="js-alphabet"><span>An alphabet</span></li>
        <li id="js-number"><span>A number</span></li>
        <li id="js-special"><span>A special character</span></li>
        <li id="js-length"><span>Minimum 8 characters</span></li>
      </ul>
    </div>
  </div>
  <div class="wrapper small-wrapper signup-captcha">
    <input type="hidden" name="g-recaptcha-response" id="id_recaptcha"> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and
    <a href="https://policies.google.com/terms">            Terms of Service</a> apply.
  </div>
  <div class="signup-footer medium-margin">
    <button id="signup-start-now" class="button login-btn weight-600 large disabled recaptcha-v3 " target="gdpr-modal" recaptcha-site-key="6LeyqcIZAAAAAOcy_5WJORJsuu9zmbZZxIRp4-em" data-action="signup" country-code="SG"
      target-form="modal-signup-form">Sign up</button>
    <div class="align-center regular dont-have-account"> 已有账户? <a href="#" class="show-hide-many regular login-signup-link bold" show="login-form" hide="signup-form-div"> 登录</a>
    </div>
  </div>
  <style>
    #gdpr-modal {
      position: absolute;
      bottom: 0;
    }
  </style>
  <div id="gdpr-modal" class="modal-window smaller-modal hidden">
    <style>
      #gdpr-modal-content {
        font-family: 'Open Sans', sans-serif;
      }

      #gdpr-modal-content .modal-header {
        padding: 50px 55px 35px 55px;
        font-size: 24px;
        font-weight: 400;
      }

      #gdpr-modal-content .modal-footer {
        padding: 25px 55px 90px;
      }

      #gdpr-modal-content .modal-content {
        padding: 0 55px 5px;
        font-size: 16px;
        line-height: 22px;
      }

      #gdpr-modal-content .modal-footer .checkbox-row {
        font-size: 16px;
        display: inline-flex;
      }

      #gdpr-modal-content a {
        color: #0099ff;
      }

      #gdpr-modal-content .button.disabled {
        background: #f5f6f6 !important;
      }
    </style>
    <div id="gdpr-modal-content">
      <div class="modal-header">HackerEarth隐私政策及服务条款</div>
      <div class="modal-content"> HackerEarth十分关心用户的数据隐私。我们将使用您提供的方式与您联系,协助您了解相关的产品与服务。 <br> <br> 我们的 <a href="/privacy/" target="_blank">隐私政策</a> 和 <a href="/terms-of-service/" target="_blank">服务期限</a> 将会协助您了解并掌控您的HackerEarth数据。 </div>
      <div class="modal-footer">
        <div class="margin-bottom-15 regular checkbox-row">
          <input type="checkbox" name="gdpr-tnc"> 已阅读并同意
        </div>
        <div class="">
          <input type="submit" name="submit" value="继续" class="button btn-blue fontawesome btn-largest disabled large" id="gdpr-submit">
        </div>
      </div>
    </div>
  </div>
  <script type="text/javascript" src="https://static-fastly.hackerearth.com/static/hackerearth/password-requirements.99680283a61f.js" crossorigin="anonymous" defer=""></script>
  <script type="text/javascript">
    window.onload = showPasswordTooltip($('.password-wrapper #id_password'), false);
    showPasswordTooltip($('#password-error #id_password'), true);
  </script>
</form>

Name: password-resetPOST

<form name="password-reset" method="POST" class="ajax-form" ajax="/zh/AJAX/password/reset/?next=/zh/challenges/hackathon/international-womens-hackathon-2019/">
  <p class="regular"> 密码重置链接将发送至下列邮箱</p>
  <div class="wrapper">
    <input type="text" name="email" size="30" placeholder="电子邮件" required="" id="id_email">
  </div>
  <div class="reset-footer medium-margin">
    <input id="reset-password" type="submit" name="submit" clicked="正在发送..." value="发送密码重置链接" class="button login-btn weight-600">
    <button id="login-link" class="login-link show-hide-many link-btn button-medium pointer bold" show="login-form" hide="password-reset">Back to login page</button>
  </div>
  <script>
    $('#reset-password').click(function() {
      $('#login-link').addClass('hidden');
    })
  </script>
</form>

Text Content

请确保已经登录并且拥有访问该测试的权限。

服务器出错。请刷新页面或稍后再试。

出错!请刷新页面或稍后再试。





   
 * 练习
   
 * COMPETE
   
 * JOBS
   
 * LEADERBOARD
   
 * ORGANIZE HACKATHONS

   
 * 
 * 登录
 * 注册
   


HackerEarth隐私政策及服务条款
HackerEarth十分关心用户的数据隐私。我们将使用您提供的方式与您联系,协助您了解相关的产品与服务。

我们的 隐私政策 和 服务期限 将会协助您了解并掌控您的HackerEarth数据。
已阅读并同意


Please refresh the page to see the time in your system timezone

永久评论链接



INTERNATIONAL WOMEN'S HACKATHON 2019

6133 Registered 团队人数要求: 1 - 4

已公布获胜者

查看其他竞赛

提案阶段
在线
starts on:
Mar 08, 2019, 08:00 PM
ends on:
Apr 25, 2019, 07:00 AM
hackathon
在线
starts on:
Apr 30, 2019, 07:00 AM
ends on:
May 21, 2019, 06:30 PM


分配奖项


First Prize


UPROOT

来自  Uproot
主题:
Open Innovation >> Open

First Runner Up


RETAILVOICE - VOICE BASED RETAIL AUTOMATION

来自  Alpha Solaris
主题:
Voice Apps >> Conversational …

Second Runner Up


NAVIGATION FOR VISUALLY IMPAIRED USING AUGMENTED REALITY (AR)

来自  gowri.ln123_39a6
主题:
Augmented and Virtual Reality…

Best UI Design


UPROOT

来自  Uproot
主题:
Open Innovation >> Open

Best Idea


ZOMVILLE- AN INTERACTIVE EDUCATIONAL ZOMBIE GAME

来自  Cosmic Girls
主题:
Open Innovation >> Open

Best Solo Project


ALT COIN - CERTIFICATE/DEGREE VERIFICATION

来自  Wonder Woman
主题:
Blockchain and Distributed Ec…

Best Product Pitch


RETAILVOICE - VOICE BASED RETAIL AUTOMATION

来自  Alpha Solaris
主题:
Voice Apps >> Conversational …


基本信息
 * 概览
 * 主题
 * 奖品

Judges 团队 FAQs Partners Sponsors 讨论




概览




The annual International Women's Day hackathon is back with its 5th edition -
the IWH 2019.

This edition of the International Women's Hackathon focuses on being an
all-women hackathon and a platform for them to showcase their true talents and
build ideas in major sectors such as Financial Technology, Augmented Reality,
Virtual Reality, and Blockchain.

Women are a highly underrated group in the STEM field. With only 20% of tech
jobs being held by women, it is high time to bring about a change. Stereotypes,
bias, lack of mentors, and the overall gender inequality are some of the major
factors that hold women back from pursuing their interests and realizing their
potential.

The International Women's Hackathon 2019 supports the UN's theme for
International Women's Day - "Think equal, build smart, innovate for change," and
promotes women developers around the globe. With that spirit, HackerEarth
launches the IWH 2019 on the International Women's Day and invites women
innovators, developers, creators, designers, and hackathon enthusiasts to
showcase their projects to the world and take them to the next level.







Join our IWH 2019 slack channel to connect with fellow participants and
innovators




#BALANCEFORBETTER


主题



Voice Apps
子主题
Conversational commerce in Retail - Target
Open


Conversational commerce in Retail - Target: Build a prototype that uses voice
and enables conversational commerce in Retail. Conversational commerce could
span across media (text or voice), channels (smart speakers, social, voice/
text-enabled app, etc) and serve our customers, vendors, agents, and employees.

Open theme: With the onset of speech recognition and the increasing trend of
intelligent voice-enabled apps, the world as we know is changing. Voice apps are
now not just used for creating personalized responses and individualized
experiences but are also important for convenience, assistance, and security.
Make use of this trend and build any idea under the theme of voice apps.





Financial Services
子主题
Retail Banking
Open


Open Theme: With digitization, software integrations, and technology
breakthroughs, the future of financial services holds amazing opportunities.
With digitization, software integrations, and technology breakthroughs, the
future of financial services holds amazing opportunities. Create solutions to
match the pace at which technology accelerates and make the banking sector
evolve its methods and regulations.

Retail Banking: Create solutions that seamlessly connect all actors in the
retail banking value chain by integrating and/or applying emerging
technologies/platforms to improve the end customer experience.



Augmented and Virtual Reality
子主题
Transform Education
Open


Transform Education: Use augmented and virtual reality to create immersive
learning technology.

Open Theme: Ride the rising wave of AR & VR to build ideas across diverse
sectors from small mobile games to high-end military applications.



Enterprise Software
子主题
Crowdsourcing platform
Open


Crowdsourcing platform: Businesses look for new ways to cut costs. They depend
on crowdsourcing sites for completion of many works at a low cost. Right from
designing to image creation and software testing to even brainstorming,
crowdsourcing has the potential to efficiently solve major challenges in every
industry.

Open Theme: Category-defining enterprise software companies will emerge to solve
problems for every vertical, every business size, and every job function. Create
solutions for the challenges faced by organizations like businesses, schools,
interest-based user groups, clubs, charities, and governments that not just have
a huge market, but also a great potential to make a difference.



Blockchain and Distributed Economy
子主题
Blockchain for Identity Management
Open


Identity Management: Many people have no way to prove their identity. Further,
identity records are usually dispersed across multiple databases making it
difficult to maintain a consistent and updated version of identity of a person
across multiple systems. There is a need for a mechanism that provides a
verifiable digital identity for these individuals. Blockchain at its core, is a
new type of Database system in a way that allows multiple stakeholders to
confidently and securely share access to the same data and information. Create a
blockchain app that will manage the digital identity for individuals. The app
will leverage the power of blockchain and should be further integrated with
biometrics. Users can fill basic details like name, age, address, finger print,
profession, etc. This registration can be viewed and approved by a government
organization after validating the records. Multiple organizations can validate
various data attributes. For eg, the RTO department can validate driving License
details, universities can validate education details, etc. Users should have an
option to selectively share the data he/she wishes to share (like biometrics,
biographic data, education etc.) with anyone by selecting the data attribute and
entering the ID of the third party.

Open Theme: The opportunity for blockchain to solve economic challenges is
tremendous. Leverage this peer-to-peer platform for identity, trust, and
financial transactions and build ideas that help reconfigure the notion of large
corporations and redistribute prosperity among those with good ideas and
perseverance.



Open Innovation
子主题
Security
Open


Security: Come up with the ideas on how we can use innovative technologies to
make air, sea and land borders more secure and efficient by enhancing our
knowledge and corresponding to risk factors related to people and goods seeking
to enter the country, all while providing for enhanced customer experience.

Open Theme: An open-ended theme where the only restriction is your imagination.
Build the ideas that you believe in and make a difference.





奖品 USD 17000 (共计)







主要奖项
First Prize
USD 7000


First Runner Up
USD 5000


Second Runner Up
USD 3000


特别奖项
Best UI Design
USD 500


Best Idea
USD 500


Best Solo Project
USD 500


Best Product Pitch
USD 500


更多


社交共享



登录
注册
重设密码
使用Facebook登录 Log in with GitHub
Sign in with Google

或者
忘记密码?

还没有帐号? 注册
Facebook Sign up with Facebook GitHub Sign up with GitHub
Google Sign up with Google

或者
Password requirements
 * An alphabet
 * A number
 * A special character
 * Minimum 8 characters

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
Sign up
已有账户? 登录
HackerEarth隐私政策及服务条款
HackerEarth十分关心用户的数据隐私。我们将使用您提供的方式与您联系,协助您了解相关的产品与服务。

我们的 隐私政策 和 服务期限 将会协助您了解并掌控您的HackerEarth数据。
已阅读并同意


密码重置链接将发送至下列邮箱


Back to login page
HackerEarth隐私政策及服务条款
HackerEarth十分关心用户的数据隐私。我们将使用您提供的方式与您联系,协助您了解相关的产品与服务。

我们的 隐私政策 和 服务期限 将会协助您了解并掌控您的HackerEarth数据。
已阅读并同意


 * +1-650-461-4192
 * contact@hackerearth.com

 * 
 * 
 * 
 * 


对于开发人员

 * Hackathons
 * 挑战
 * Jobs
 * 练习
 * 校园大使


FOR BUSINESSES

 * Hackathons
 * Assessments
 * FaceCode
 * Learning and Development


KNOWLEDGE

 * 练习
 * Interview Prep
 * Codemonk
 * 工程博客


公司名称

 * About us
 * 职业
 * 新闻
 * 支持
 * 联系
 * 隐私政策

 * © 2023 HackerEarth All rights reserved
 * 服务期限
 * 隐私政策

退出登录

通知
Mark All as Read


View All Notifications



Tell your friends
Great! You have been registered to the challenge, now tell your friends about
it.

Twitter Facebook

注意: You have to be logged in to participate in the challenge. Signup Now







2adfad17027444d0687525dccd93c17963892bc4-realtime


?