rd.psc.br Open in urlscan Pro
192.185.211.246  Public Scan

Submitted URL: https://policing-irap.rd.psc.br/
Effective URL: https://rd.psc.br/policing_v03_pyscript.html
Submission: On June 24 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form>
  <div class="conteiner" style="border: 4px;">
    <div class="row" style="border:2px inset #AAA; border-radius: 4px;"> <!-- cursor:text;height:fit-content;">  overflow:auto; width:100%; resize:both;"> -->
      <!-- First Column -->
      <div class="col-lg-4" style="border:2px; background-color: #ffedb2; height:fit-content;">
        <label for="file_input">Select an IRAP text file:</label>
        <input type="file" id="file_input" name="file_input" style="margin-top: 6px; margin-bottom: 6px;">
      </div>
      <!-- Second Column -->
      <div class="col-lg-4" style="border-width:2px; background-color: #ffcccc; height:fit-content; align-items: center;">
        <div>
          <p style="padding: 0;"></p>
          <h5><b>Messages:</b></h5>
          <p></p>
          <p id="file_msg">Please, select an IRAP text datafile to start the analyses.</p>
        </div>
      </div>
      <!-- Third Column -->
      <div class="col-lg-4" style="border-width:2px; background-color: #ffedb2; height:fit-content; margin: 0px;">
        <label for="tcrmax" class="active">Max Latency:</label>
        <input type="text" id="tcrmax" name="fname" size="5" value="2000" style="margin-top: 6px;"><br>
        <label for="accmin" class="active">Min Accuracy:</label>
        <input type="text" id="accmin" name="lname" size="5" value="0.8" style="margin-bottom: 6px;"><br>
      </div>
    </div>
  </div>
  <!-- second grid container : -->
  <div class="conteiner">
    <div class="row">
      <div class="col-lg-12">
        <fieldset>
          <legend>
            <h4><b>Select an IRAP Analysis :</b></h4>
          </legend>
          <div>
            <input type="radio" id="stats1" name="name" value="stats1" py-click="bt_stats1()">
            <label for="huey">Rule Breach 1: Latency &gt; Max</label>
          </div>
          <div>
            <input type="radio" id="stats2" name="name" value="stats2" py-click="bt_stats2()">
            <label for="dewey">Rule Breach 2: Accuracy &lt; Min</label>
          </div>
          <div>
            <input type="radio" id="stats3" name="name" value="stats3" py-click="bt_stats3()">
            <label for="stats3">Rule Breach 3: Rule Breach 1 AND Rule Breach 2</label>
          </div>
          <div>
            <input type="radio" id="stats4" name="name" value="stats4" py-click="bt_stats4()">
            <label for="stats4">Rule Breach 4: Rule Breach 3 separated according to type of block (Current Rule: 1 = Consistent and 2 = Inconsistent)</label>
          </div>
          <div>
            <input type="radio" id="stats5" name="name" value="stats5" py-click="bt_stats5()">
            <label for="stats5">D-IRAP Scores</label>
          </div>
        </fieldset>
      </div>
    </div>
    <fieldset id="msg">
      <legend></legend>
      <!-- <div id="msg"></div> -->
    </fieldset>
  </div>
  <div id="id_title"><b></b></div>
  <fieldset>
    <legend id="rtables"><b>Results:</b></legend>
    <!-- <p id="rtables"><b>Result Table:</b></p> -->
    <div id="content"></div>
    <!-- <input type="button" value="Copy to clipboard" onclick="send_to_clipboard()">
        <div id="clip"></div> -->
  </fieldset>
  <br>
  <div class="container ">
    <div class="row">
      <div class="col-lg-3">
        <button id="download_button_comma" class="btn btn-primary">Download CSV File (comma separated)</button>
      </div>
      <div class="col-lg-8">
        <button id="download_button_tab" class="btn btn-primary">Download CSV File (tab separated)</button>
      </div>
    </div>
  </div>
</form>

Text Content

packages = [ 'pandas', 'jinja2', ]


IRAP TRIAL-TYPE POLICING




Select an IRAP text file:

MESSAGES:



Please, select an IRAP text datafile to start the analyses.

Max Latency:
Min Accuracy:


SELECT AN IRAP ANALYSIS :

Rule Breach 1: Latency > Max
Rule Breach 2: Accuracy < Min
Rule Breach 3: Rule Breach 1 AND Rule Breach 2
Rule Breach 4: Rule Breach 3 separated according to type of block (Current Rule:
1 = Consistent and 2 = Inconsistent)
D-IRAP Scores

Results:


Download CSV File (comma separated)
Download CSV File (tab separated)