-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew-candidates.html
25 lines (23 loc) · 1 KB
/
new-candidates.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div data-template="app:init-data">
<!-- <div data-template="app:check-updates"/>-->
<div class="row">
<div class="col-md-12 ">
<h2>Search missing candidates in ADS for multiples categories and provides a unified list.</h2>
<p>(OLBIN, blocklist and non-interfero papers are removed)</p>
<!-- <div class="alert alert-warning">-->
<!-- <p>TBD</p>-->
<!-- </div>-->
</div>
<!-- <div class="col-md-6 page-header">
<h3>Categories:</h3>
<p data-template="app:search-cats"/>
</div>-->
</div>
<div>
<div data-template="app:search-cats-analysis"/>
</div>
<div data-template="app:summarize-tag-consistency"/>
</div>
</div>