Skip to content

Commit

Permalink
P2N clusterer beta in index
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Jul 20, 2022
1 parent 2737974 commit dbe9292
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Patent2Net/templates/ModeleContenuIndex2.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h3 class="text-3xl">Patents</h3>
</div>


<div class="grid grid-cols-2 gap-2 my-4 text-white">
<div class="grid grid-cols-3 gap-2 my-4 text-white">
{% if InventorNetwork or ApplicantNetwork or CrossTechNetwork %}
<a class="bg-indigo-600 rounded p-4 shadow" href="./{{CollectName}}/graph-recipes-{{CollectName}}.html" target="_blank">
<p class="text-xl font-bold flex items-center">
Expand All @@ -141,6 +141,19 @@ <h3 class="text-3xl">Patents</h3>
</p>
</a>
{% endif %}
{% if Cluster %}
<a class="bg-orange-600 rounded p-4 shadow" href="./{{CollectName}}/{{CollectName}}-Clust.html" target="_blank">
<p class="text-xl font-bold flex items-center">
<span class="mr-2">Double clustering tool (beta)</span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" />
</svg>
</p>
<p class="text-sm">
Cluster documents with the awesome carrot2 tool
</p>
</a>
{% endif %}
</div>

{% if FormateExportCountryCartography %}
Expand Down

0 comments on commit dbe9292

Please sign in to comment.