Back to home page

EIC code displayed by LXR

 
 

    


Warning, /eic.github.io/_includes/layouts/software_item.md is written in an unsupported language. File is not indexed.

0001 {% assign what=include.what %}
0002 {% assign owners = site.data.people | where: "name", what.owner %}
0003 {% assign owner = owners[0] %}
0004 
0005 <tr>
0006   <td>{{ what.full }}</td>
0007   <td><a href="{{ what.repo }}" target="_blank">{{ what.repo }}</a></td>
0008   <td>{{ owner.full }}</td>
0009 </tr>