Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.9%) to scientific vocabulary

Keywords

ingredient
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: eprints
  • Language: CSS
  • Default Branch: main
  • Homepage:
  • Size: 132 KB
Statistics
  • Stars: 0
  • Watchers: 6
  • Forks: 2
  • Open Issues: 9
  • Releases: 3
Topics
ingredient
Created over 2 years ago · Last pushed 8 months ago
Metadata Files
Readme Citation

README.md

Latest Additions

This ingredient was originally intended to provide a widget so you could display the latest deposited items as a grid of document previews with citations, typically on a repository homepage. However, it now serves a more generic purpose of displaying these preview/citation grids for whatever set you can define.

Owner

  • Name: EPrints.org
  • Login: eprints
  • Kind: organization
  • Location: University of Southampton, UK

EPrints Repository Software

Citation (citations/eprint/citation_details.xml)

<citation xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:epc="http://eprints.org/ep3/control" xmlns:cite="http://eprints.org/ep3/citation">
        <div class="ep_link_title">
                <a style="text-align:left" href="{$item.uri()}">
                        <print expr="title" opts="magicstop" />
                </a>
        </div>
	<div class="dropdown-content">
                <div class="name-list">
                        <div class="name-item">
                                <div class="name-header" style="text-align: left">
                                        
                                        <div class="ep_link_authorname">
                                               <!--  <a href="{$config{rel_path}}/view/creators/"> <epc:print expr="$name{given}" /> <epc:print expr="$name{family}" /></a>-->
                                                <print expr="display_first_authorname(creators)" />
                                                <epc:if test="length(creators_name) gt 1"> 
                                               <!-- <print expr="$name{given}" />
                                                <print expr="$name{family}" /> -->
                                                <button class="expandbtn" onclick="expandNames(this)">
                                                        <img id="expand-icon" src="{$config{rel_path}}/style/images/plus.svg" />
                                                </button>
                                                </epc:if>
                                        </div>
                                        
                                </div>
                                <div class="full-names" style="display:none;">
                                        <table>
                                               	
                                                        <tr>
                                                            	<td style="text-align: left">
                                                                        <div class="ep_link_authorname">
                                                                               <!-- <a href="{$config{rel_path}}/view/creators/"> <epc:print expr="$name{given}" /> <epc:print expr="$name{family}" /></a> -->
                                                                                 <print expr="authorname_with_link(creators)" />
                                                                                <!--<print expr="$name{given}" />
                                                                                <print expr="$name{family}" />-->
                                                                        </div>
                                                                </td>
                                                        </tr>
                                                
                                        </table>
                                </div>
                        </div>
                </div>
        </div>
</citation>

GitHub Events

Total
  • Create event: 5
  • Issues event: 4
  • Release event: 2
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 8
  • Pull request event: 5
  • Pull request review event: 4
  • Fork event: 1
Last Year
  • Create event: 5
  • Issues event: 4
  • Release event: 2
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 8
  • Pull request event: 5
  • Pull request review event: 4
  • Fork event: 1