arcasi.es Open in urlscan Pro
193.70.40.115  Public Scan

Submitted URL: http://arcasi.es/
Effective URL: https://arcasi.es/
Submission: On May 05 via api from NL — Scanned from ES

Form analysis 2 forms found in the DOM

Name: form

<form ng-show="!vm.success" name="form" role="form" novalidate="" ng-submit="vm.register()" show-validation="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength ng-valid-email ng-valid-minlength ng-valid-pattern"
  aria-hidden="false">
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group">
        <label class="control-label" for="firstName" data-translate="global.form.firstName">First name</label>
        <i class="fa fa-warning text-danger ng-hide" uib-tooltip="Your first name is required." tooltip-placement="top-left" tooltip-is-open="form.firstName.$dirty &amp;&amp; form.firstName.$invalid" ng-show="form.firstName.$dirty &amp;&amp; form.firstName.$invalid" aria-hidden="true"></i>
        <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" id="firstName" name="firstName" placeholder="First name" ng-model="vm.registerAccount.firstName" maxlength="50"
          required="" aria-invalid="true">
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group has-feedback">
        <label class="control-label" for="lastName" data-translate="global.form.lastName">Last name</label>
        <i class="fa fa-warning text-danger ng-hide" uib-tooltip="Your last name is required." tooltip-placement="top-left" tooltip-is-open="form.lastName.$dirty &amp;&amp; form.lastName.$invalid" ng-show="form.lastName.$dirty &amp;&amp; form.lastName.$invalid" aria-hidden="true"></i>
        <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" id="lastName" name="lastName" placeholder="Last name" ng-model="vm.registerAccount.lastName" maxlength="50"
          required="" aria-invalid="true">
      </div>
    </div>
  </div>
  <div class="form-group">
    <label class="control-label" for="email" data-translate="global.form.email">Email</label>
    <i class="fa fa-warning text-danger ng-hide" uib-tooltip="Your e-mail is required." tooltip-placement="top-left" tooltip-is-open="form.email.$dirty &amp;&amp; form.email.$error.required" ng-show="form.email.$dirty &amp;&amp; form.email.$error.required" aria-hidden="true"></i>
    <i class="fa fa-warning text-danger ng-hide" uib-tooltip="Your e-mail is invalid." tooltip-placement="top-left" tooltip-is-open="form.email.$dirty &amp;&amp; form.email.$error.email" ng-show="form.email.$dirty &amp;&amp; form.email.$error.email" aria-hidden="true"></i>
    <i class="fa fa-warning text-danger ng-hide" uib-tooltip="Your e-mail is required to be at least 5 characters." tooltip-placement="top-left" tooltip-is-open="form.email.$dirty &amp;&amp; !form.email.$error.email &amp;&amp; form.email.$error.minlength" ng-show="form.email.$dirty &amp;&amp; !form.email.$error.email &amp;&amp; form.email.$error.minlength" aria-hidden="true"></i>
    <input type="email" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" id="email" name="email" placeholder="Your email" ng-model="vm.registerAccount.email"
      ng-minlength="5" maxlength="100" required="" aria-invalid="true">
  </div>
  <div class="form-group">
    <label class="control-label" for="login" data-translate="global.form.username">Username</label>
    <i class="fa fa-warning text-danger ng-hide" uib-tooltip="Your username is required." tooltip-placement="top-left" tooltip-is-open="form.login.$dirty &amp;&amp; form.login.$error.required" ng-show="form.login.$dirty &amp;&amp; form.login.$error.required" aria-hidden="true"></i>
    <i class="fa fa-warning text-danger ng-hide" uib-tooltip="Your username can only contain letters and digits." tooltip-placement="top-left" tooltip-is-open="form.login.$dirty &amp;&amp; form.login.$error.pattern" ng-show="form.login.$dirty &amp;&amp; form.login.$error.pattern" aria-hidden="true"></i>
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" id="login" name="login" placeholder="Your username"
      ng-model="vm.registerAccount.login" ng-minlength="1" maxlength="50" ng-pattern="/^[_'.@A-Za-z0-9-]*$/" required="" aria-invalid="true">
  </div>
  <div class="form-group">
    <label class="control-label" for="password" data-translate="global.form.newpassword">New password</label>
    <i class="fa fa-warning text-danger ng-hide" uib-tooltip="Your password is required." tooltip-placement="top-left" tooltip-is-open="form.password.$dirty &amp;&amp; form.password.$error.required" ng-show="form.password.$dirty &amp;&amp; form.password.$error.required" aria-hidden="true"></i>
    <i class="fa fa-warning text-danger ng-hide" uib-tooltip="Your password is required to be at least 4 characters." tooltip-placement="top-left" tooltip-is-open="form.password.$dirty &amp;&amp; form.password.$error.minlength" ng-show="form.password.$dirty &amp;&amp; form.password.$error.minlength" aria-hidden="true"></i>
    <input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" id="password" name="password" placeholder="New password" ng-model="vm.registerAccount.password"
      ng-minlength="5" ng-maxlength="50" required="" aria-invalid="true">
    <div id="strength" password-to-check="vm.registerAccount.password"><small data-translate="global.messages.validate.newpassword.strength">Password strength:</small>
      <ul id="strengthBar">
        <li class="point"></li>
        <li class="point"></li>
        <li class="point"></li>
        <li class="point"></li>
        <li class="point"></li>
      </ul>
    </div>
  </div>
  <p class="small">
    <span data-translate="legal.registrationText">By registering or signing in with Google, you agree to our <a href="#/legal/es/terms">Terms</a>, <a href="#/legal/es/privacy">Privacy policy</a> and
      <a href="#/legal/es/cookies">Cookies policy</a>.</span>
  </p>
  <button type="submit" ng-disabled="form.$invalid" class="btn btn-primary btn-block" data-translate="register.form.button" disabled="disabled">Register</button>
</form>

POST signin/google

<form action="signin/google" method="POST" class="ng-pristine ng-valid">
  <button type="submit" class="btn btn-block jh-btn-social jh-btn-google">
    <span data-translate="social.btnLabel" translate-values="{ label: label }">Sign in with Google</span>
  </button>
  <input name="scope" type="hidden" value="https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email" autocomplete="off">
  <input name="_csrf" type="hidden" value="" autocomplete="off">
</form>

Text Content

v0.16.0 BETA Sign in
Sign in




Your cases of interest in the cloud

Save your radiological cases and share them with whoever you want. You will have
them always available from any device and anywhere!

You don't have an account yet? Register a new account

Registration saved! Please check your email for confirmation.
Registration failed! Please try again later.
Login name already registered! Please choose another one.
Email is already in use! Please choose another one.
First name
Last name
Email
Username
New password
Password strength:
 * 
 * 
 * 
 * 
 * 

By registering or signing in with Google, you agree to our Terms, Privacy policy
and Cookies policy.

Register

--------------------------------------------------------------------------------

Sign in with Google


WHAT IS ARCASI?

It's your personal notebook! A new web application that allows you to save all
your radiological cases, share them and have them available from any device and
anywhere.

Add interesting information and comments. Attach reference files and images.




FIND YOU CASES FASTER!

Easily organize your cases with a simple classification and find them quickly
thanks to a powerful search engine.

Use the quick search to find a case by typing any text included in the case
file.


SHARE WITH ANYONE YOU WANT

Create a group and share your cases. You can invite other users to your groups
and share your cases. You will be able to establish work groups, contrast
opinions or collaborate with other specialists.




ALWAYS AVAILABLE

Save a case once and it will immediately be available on all your devices. You
will never have to worry about knowing where you have saved something, because
everything will be in ARCASI, and ARCASI will be with you wherever you are.


GET IN TOUCH!

--------------------------------------------------------------------------------

Do you have doubts or do you think something does not work as it should? Do you
have suggestions or do you miss something?
Write us, we will be happy to help you!

HELLO@ARCASI.ES

 * ARCASI © 2024
 * Legal
   * Legal
   * Privacy
   * Cookies policy
   * Terms
 * English
     
   * Español
     
   * English
     


× Close

This site uses own and third-party cookies to provide better service and to
compile statistical data. If you keep browsing, we consider that you've accepted
their use. Cookies policy. Accept