path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
---|---|---|
index.html
|
ferpecto/ferpecto.github.io
|
---
layout: page
title: Rafa González
subtitle: Te felicito, eres muy afortunado de visitar mi sitio web.
---
<div class="posts-list">
{% for post in paginator.posts %}
<article class="post-preview">
<a href="{{ post.url | prepend: site.baseurl }}">
<h2 class="post-title">{{ post.title }}</h2>
{% if post.subtitle %}
<h3 class="post-subtitle">
{{ post.subtitle }}
</h3>
{% endif %}
</a>
<div class="post-entry">
{{ post.excerpt | strip_html | xml_escape | truncatewords: 150 }}
</div>
{% if post.tags.size > 0 %}
<div class="blog-tags">
Tags:
{% if site.link-tags %}
{% for tag in post.tags %}
<a href="{{ site.baseurl }}/tag/{{ tag }}">{{ tag }}</a>
{% endfor %}
{% else %}
{{ post.tags | join: ", " }}
{% endif %}
</div>
{% endif %}
</article>
{% endfor %}
</div>
{% if paginator.total_pages > 1 %}
<ul class="pager main-pager">
{% if paginator.previous_page %}
<li class="previous">
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">← Newer Posts</a>
</li>
{% endif %}
{% if paginator.next_page %}
<li class="next">
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Older Posts →</a>
</li>
{% endif %}
</ul>
{% endif %}
|
styles/page.css
|
clubajax/WebComponents
|
html, body{
height: 100%;
margin: 0;
padding: 0;
}
body {
font-family: "Helvetic Neue", Helvetica, Arial sans-serif;
font-size: 12px;
color: #666;
background: #f0f0f0;
padding: 20px;
}
.layout-page{
display: flex;
flex: 1;
flex-direction: column;
flex-wrap: wrap;
height: 100%;
background: #f7f8f9;
position: relative;
padding: 0;
margin: 0;
}
|
_layouts/home.html
|
thegoldloop/thegoldloop.github.io
|
---
layout: default
---
<section class="uk-section uk-section-default uk-section-xsmall">
<div class="uk-container">
<h5 class="uk-text-uppercase">Popular Posts</h5>
<div class="uk-grid-match uk-child-width-expand@m" uk-grid>
{% for post in site.categories['popular'] limit:6 offset:1 %}
<div>
<div class="uk-tile uk-cover-container uk-height-small">
<img src="{{ post.img }}" alt="" uk-cover>
<div class="uk-overlay uk-light uk-position-cover"></div>
<div class="uk-overlay uk-light uk-position-bottom uk-padding-small">
<h5 class="uk-height-1-1">{{ post.title | escape }}</h5>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<section class="uk-section uk-section-default uk-section-xsmall">
<div class="uk-container">
<h5 class="uk-text-uppercase">Recent Posts</h5>
<div class="uk-grid-match uk-child-width-expand@m" uk-grid>
{% for post in site.categories['blog'] limit:3 offset:1 %}
<div>
<div class="uk-tile uk-cover-container uk-height-small">
<img src="{{ post.img }}" alt="" uk-cover>
<div class="uk-overlay uk-light uk-position-cover"></div>
<div class="uk-overlay uk-light uk-position-bottom uk-padding-small">
<h5 class="uk-height-1-1">{{ post.title | escape }}</h5>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
|
tags/分割路径/index.html
|
mokyue/mokyue.github.io
|
<!DOCTYPE HTML>
<html >
<head>
<meta charset="UTF-8">
<title>Tag: 分割路径 | One Night in Mok's Studio</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="author" content="Moky">
<meta name="description" content="念念不忘,必有回响。">
<link rel="alternate" href="/atom.xml" title="One Night in Mok's Studio" type="application/atom+xml">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/pacman.jpg">
<link rel="apple-touch-icon-precomposed" href="/img/pacman.jpg">
<link rel="stylesheet" href="/css/style.css" type="text/css">
</head>
<body>
<header>
<div>
<div id="imglogo">
<a href="/"><img src="/img/logo.svg" alt="One Night in Mok's Studio" title="One Night in Mok's Studio"/></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="One Night in Mok's Studio">One Night in Mok's Studio</a></h1>
<h2 class="blog-motto">Life is a beautiful struggle.</h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="Menu">
</a></div>
<nav class="animated">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archives">Archives</a></li>
<li>
<form class="search" action="//google.com/search" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="text" id="search" name="q" autocomplete="off" maxlength="20" placeholder="Search" />
<input type="hidden" name="q" value="site:moky.cc">
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div class="archive-title" >
<h2 class="tag-icon">分割路径</h2>
</div>
<div id="main" class="archive-part clearfix">
<div id="archive-page">
<section class="post" itemscope itemprop="blogPost">
<a href="/2015/04/27/Python分割路径与文件名分隔符/" title="Python分割路径与文件名分隔符" itemprop="url">
<h1 itemprop="name">Python分割路径与文件名分隔符</h1>
<time datetime="2015-04-27T09:39:38.000Z" itemprop="datePublished">Apr 27 2015</time>
</a>
</section>
</div>
</div>
</div>
<footer><div id="footer">
<div class="line">
<span></span>
<div class="author"></div>
</div>
<section class="info">
<p> Hi, I'm Moky. <br/>
I wanna share all my stuffs with u ~</p>
</section>
<div class="social-font clearfix">
<a href="http://weibo.com/218889128" target="_blank" title="weibo"></a>
<a href="https://github.com/mokyue" target="_blank" title="github"></a>
<a href="https://www.linkedin.com/pub/matthew-mok/69/9a3/641" target="_blank" title="linkedin"></a>
</div>
<p class="copyright">Powered by <a href="http://hexo.io" target="_blank" title="Hexo">Hexo</a> and themed by <a
href="https://github.com/A-limon/pacman" target="_blank" title="Pacman">Pacman</a>
© 2015
<a href="http://moky.cc" target="_blank" title="Moky">Moky</a>
<br>
<a class="icp" href="http://www.miitbeian.gov.cn/" target="_blank"
title="粤ICP备15013592号">粤ICP备15013592号</a>
<a href="http://www.miitbeian.gov.cn/" target="_blank" title="中华人民共和国工业和信息化部">
<img src="/img/copy_right.png" alt="中华人民共和国工业和信息化部"/>
</a>
</p>
</div>
</footer>
<script src="/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else
{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
});
</script>
<div id="to_top" style="position: fixed; bottom: 80px; right: 7.5%; cursor: pointer;">
<a title="返回顶部" style="display: block; line-height: 25px !important; text-align: center; box-shadow: 2px 4px 5px rgba(3, 3, 3, 0.2); width: 28px; height: 28px; border-radius: 50%; font: normal 28px 'FontAwesome'; background-color: #ea6753; color: #ffffff"></a>
</div>
<script src="/js/to_top.js"></script>
</body>
</html>
|
Matrix.Web/Content/themes/base/MXWeb.css
|
amitstefen/mongo_app
|
.leftMenu {
vertical-align: top;
padding-top:2%;
width:100px;
border-right:1px solid orange;
}
.flatLookups {
font-size:13px;
/*overflow-x:scroll;*/
}
|
Documentation/html/struct_c_gas_exchange_1_1t_parms.html
|
ARS-CSGCL-DT/PhotoSynthesisModule
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>Photosynthesis Model: CGasExchange::tParms Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="Stomate.jpg"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Photosynthesis Model
 <span id="projectnumber">1.0</span>
</div>
<div id="projectbrief">Simple biochemical model of photosynthesis</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="class_c_gas_exchange.html">CGasExchange</a></li><li class="navelem"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html">tParms</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> |
<a href="struct_c_gas_exchange_1_1t_parms-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">CGasExchange::tParms Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a class="el" href="struct_c_gas_exchange_1_1t_parms.html" title="tParms Structure to hold parameters for the model ">tParms</a> Structure to hold parameters for the model
<a href="struct_c_gas_exchange_1_1t_parms.html#details">More...</a></p>
<p><code>#include <<a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:ab92094f3e9fb9ef5aa3afebde1074d5b"><td class="memItemLeft" align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#ab92094f3e9fb9ef5aa3afebde1074d5b">ID</a></td></tr>
<tr class="separator:ab92094f3e9fb9ef5aa3afebde1074d5b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6a95567254b79b0c144e96e58cd6fdd6"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a6a95567254b79b0c144e96e58cd6fdd6">species</a></td></tr>
<tr class="separator:a6a95567254b79b0c144e96e58cd6fdd6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7251936277dbd0ff56dfbb240da3a163"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a7251936277dbd0ff56dfbb240da3a163">Type</a></td></tr>
<tr class="separator:a7251936277dbd0ff56dfbb240da3a163"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aeadfcf7827df9d38278e2194261fd9ec"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#aeadfcf7827df9d38278e2194261fd9ec">Vcm25</a></td></tr>
<tr class="separator:aeadfcf7827df9d38278e2194261fd9ec"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae8801ed8c9f1b8e281cc4f698f8900f0"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#ae8801ed8c9f1b8e281cc4f698f8900f0">Jm25</a></td></tr>
<tr class="separator:ae8801ed8c9f1b8e281cc4f698f8900f0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae251ccdd9489bb915b9870529ccc70b4"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#ae251ccdd9489bb915b9870529ccc70b4">Vpm25</a></td></tr>
<tr class="separator:ae251ccdd9489bb915b9870529ccc70b4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8d5ba601c92d4160bf3f3dac10ea32b9"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a8d5ba601c92d4160bf3f3dac10ea32b9">TPU25</a></td></tr>
<tr class="separator:a8d5ba601c92d4160bf3f3dac10ea32b9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5dc2795cddde8746f8e2f42a88eb00fd"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a5dc2795cddde8746f8e2f42a88eb00fd">Rd25</a></td></tr>
<tr class="separator:a5dc2795cddde8746f8e2f42a88eb00fd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6a6ffa50bad23669f97ccada3776037d"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a6a6ffa50bad23669f97ccada3776037d">Theta</a></td></tr>
<tr class="separator:a6a6ffa50bad23669f97ccada3776037d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0dac7b07b2f9226f32f9caeb0de25404"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a0dac7b07b2f9226f32f9caeb0de25404">EaVc</a></td></tr>
<tr class="separator:a0dac7b07b2f9226f32f9caeb0de25404"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8583939afb1cfde2b93b918a174fc78b"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a8583939afb1cfde2b93b918a174fc78b">Eaj</a></td></tr>
<tr class="separator:a8583939afb1cfde2b93b918a174fc78b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa0d81981a003dcdd95fb96829cb2b713"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#aa0d81981a003dcdd95fb96829cb2b713">Hj</a></td></tr>
<tr class="separator:aa0d81981a003dcdd95fb96829cb2b713"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a14b998c8ae0c6aa7e0cbbcc43b6f4749"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a14b998c8ae0c6aa7e0cbbcc43b6f4749">Sj</a></td></tr>
<tr class="separator:a14b998c8ae0c6aa7e0cbbcc43b6f4749"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a55468b4989a85757aead8e322efa9877"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a55468b4989a85757aead8e322efa9877">Hv</a></td></tr>
<tr class="separator:a55468b4989a85757aead8e322efa9877"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4ced663c7c04de10e9bbd0ee7e5969e0"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a4ced663c7c04de10e9bbd0ee7e5969e0">EaVp</a></td></tr>
<tr class="separator:a4ced663c7c04de10e9bbd0ee7e5969e0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a94103e901f7b2492bafeab197fa3cd35"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a94103e901f7b2492bafeab197fa3cd35">Sv</a></td></tr>
<tr class="separator:a94103e901f7b2492bafeab197fa3cd35"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a171115fd99a328a6a60d52ede6329907"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a171115fd99a328a6a60d52ede6329907">Eap</a></td></tr>
<tr class="separator:a171115fd99a328a6a60d52ede6329907"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2a5e7e19cea224ae3c76c74c51e743b6"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a2a5e7e19cea224ae3c76c74c51e743b6">Ear</a></td></tr>
<tr class="separator:a2a5e7e19cea224ae3c76c74c51e743b6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3056788cd74bafd0b1fbed104afdac8f"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a3056788cd74bafd0b1fbed104afdac8f">g0</a></td></tr>
<tr class="separator:a3056788cd74bafd0b1fbed104afdac8f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a236e1edb7154b39ce121431d2b175eb1"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a236e1edb7154b39ce121431d2b175eb1">g1</a></td></tr>
<tr class="separator:a236e1edb7154b39ce121431d2b175eb1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a712ce7117075453ef146a12375b58104"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a712ce7117075453ef146a12375b58104">stomaRatio</a></td></tr>
<tr class="separator:a712ce7117075453ef146a12375b58104"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a22a8a54573b58f6adab9f8af294fd5b3"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a22a8a54573b58f6adab9f8af294fd5b3">LfWidth</a></td></tr>
<tr class="separator:a22a8a54573b58f6adab9f8af294fd5b3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a72a3c5dce0ffbb18f2bfffa18f3424c0"><td class="memItemLeft" align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a72a3c5dce0ffbb18f2bfffa18f3424c0">LfAngFact</a></td></tr>
<tr class="separator:a72a3c5dce0ffbb18f2bfffa18f3424c0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2e50cb6cc7e82dd1166887838fdc975f"><td class="memItemLeft" align="right" valign="top">std::string </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_gas_exchange_1_1t_parms.html#a2e50cb6cc7e82dd1166887838fdc975f">Remark</a></td></tr>
<tr class="separator:a2e50cb6cc7e82dd1166887838fdc975f"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="struct_c_gas_exchange_1_1t_parms.html" title="tParms Structure to hold parameters for the model ">tParms</a> Structure to hold parameters for the model </p>
<p>parameter description note some parameters are specific for C3 or C4 type Plants </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">ID</td><td>1 Name of plant </td></tr>
<tr><td class="paramname">species</td><td>2 Species Name </td></tr>
<tr><td class="paramname">type</td><td>3 C3 or C4 </td></tr>
<tr><td class="paramname">Vcm25</td><td>4 Photosynthetic Rubisco Capacity at 25C (umol m-2 s-1) </td></tr>
<tr><td class="paramname">Jm25</td><td>5 Potential Rate of electron transport at 25C (umol m-2 s-1) </td></tr>
<tr><td class="paramname">Vpm25</td><td>6 C4 Carboxylation rate at 25C (C4, umol m-2 s-1) </td></tr>
<tr><td class="paramname">TPU25</td><td>7 Rate if Triose Phosphate Utilization at 25C (C3, umol m-2 s-1) </td></tr>
<tr><td class="paramname">RD25</td><td>8 Mitochondrial respiration in the light at 25C (umol m-2 s-1) </td></tr>
<tr><td class="paramname">theta</td><td>10 Initial slope of CO2 response (umol m2 s-1) </td></tr>
<tr><td class="paramname">EaVc</td><td>11 Activation energy for Arrhenius function used to calculate temperature dependence for Vcmax (kJ mol-1) </td></tr>
<tr><td class="paramname">Eaj</td><td>12 Activation energy for Arrhenius function used to calculate temperature dependence for J (kJ mol-1) </td></tr>
<tr><td class="paramname">Hj</td><td>13 Curvature parameter of the temperature dpendence of Jmax (kJ mol-1) </td></tr>
<tr><td class="paramname">Sj</td><td>14 Electron transport temperature response parameter for Jmax (J mole-1 K-1) </td></tr>
<tr><td class="paramname">Hv</td><td>15 Curvature parameter of the temperature dependence of Vcmax (J mole-1) </td></tr>
<tr><td class="paramname">EaVp</td><td>16 Activation energy for Arrhenius function used to calculate temperature dependence for Vpmax (kJ mol-1) </td></tr>
<tr><td class="paramname">Sv</td><td>17 Electron transport temperature response parameter for Vcmax (J mole-1 K-1) </td></tr>
<tr><td class="paramname">EAP</td><td>18 Activation energy for Arrhenius function used to calculate temperature dependence for TPU (kJ mol-1) </td></tr>
<tr><td class="paramname">EAR</td><td>19 Activation energy for Arrhenius function used to calculate temperature dependence for respiration (kJ mol-1) </td></tr>
<tr><td class="paramname">g0</td><td>20 Minimum stomatal conductance to water vapor at the light compensation point in the BWB model (mol m-2 s-1) </td></tr>
<tr><td class="paramname">g1</td><td>21 Empirical coefficient for the sensitivity of StomatalConductance to A, Cs and hs in BWB model (no units?) </td></tr>
<tr><td class="paramname">StomRatio</td><td>22 Stomatal Ratio </td></tr>
<tr><td class="paramname">LfWidth</td><td>23 Leaf Width (m) </td></tr>
<tr><td class="paramname">LfAngFact</td><td>24 Leaf Angle Factor </td></tr>
<tr><td class="paramname">Remark</td><td>25 Text </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00104">104</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="a8583939afb1cfde2b93b918a174fc78b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Eaj</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a171115fd99a328a6a60d52ede6329907"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Eap</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a2a5e7e19cea224ae3c76c74c51e743b6"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Ear</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a0dac7b07b2f9226f32f9caeb0de25404"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::EaVc</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a4ced663c7c04de10e9bbd0ee7e5969e0"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::EaVp</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a3056788cd74bafd0b1fbed104afdac8f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::g0</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a236e1edb7154b39ce121431d2b175eb1"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::g1</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="aa0d81981a003dcdd95fb96829cb2b713"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Hj</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a55468b4989a85757aead8e322efa9877"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Hv</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="ab92094f3e9fb9ef5aa3afebde1074d5b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">string CGasExchange::tParms::ID</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00106">106</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="ae8801ed8c9f1b8e281cc4f698f8900f0"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Jm25</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a72a3c5dce0ffbb18f2bfffa18f3424c0"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::LfAngFact</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a22a8a54573b58f6adab9f8af294fd5b3"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::LfWidth</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a5dc2795cddde8746f8e2f42a88eb00fd"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Rd25</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a2e50cb6cc7e82dd1166887838fdc975f"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::string CGasExchange::tParms::Remark</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00131">131</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a14b998c8ae0c6aa7e0cbbcc43b6f4749"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Sj</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a6a95567254b79b0c144e96e58cd6fdd6"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::string CGasExchange::tParms::species</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00107">107</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a712ce7117075453ef146a12375b58104"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::stomaRatio</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a94103e901f7b2492bafeab197fa3cd35"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Sv</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a6a6ffa50bad23669f97ccada3776037d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Theta</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a8d5ba601c92d4160bf3f3dac10ea32b9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::TPU25</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="a7251936277dbd0ff56dfbb240da3a163"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::string CGasExchange::tParms::Type</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00108">108</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="aeadfcf7827df9d38278e2194261fd9ec"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Vcm25</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<a class="anchor" id="ae251ccdd9489bb915b9870529ccc70b4"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">double CGasExchange::tParms::Vpm25</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gas__exchange_8h_source.html#l00111">111</a> of file <a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="gas__exchange_8h_source.html">gas_exchange.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Oct 1 2015 15:21:38 for Photosynthesis Model by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
src/versek/1936.html
|
gerisk8/jozsefattila
|
<!doctype html><html lang=hu>
<meta charset=utf-8>
<meta content="ie=edge" http-equiv=x-ua-compatible>
<title>1936 versei | József Attila összes műve</title>
<meta content="width=device-width, initial-scale=1" name=viewport>
<link href=../css/main.css rel=stylesheet>
<link href=../favicon.ico rel="shortcut icon" sizes=16x16>
<link href=../apple-touch-icon.png rel=apple-touch-icon>
<!--[if lt IE 9]><script src=../js/html5shiv-printshiv.js></script><![endif]-->
<header>
<h1 id=targymutato>
<a href=../index.html title="Vissza a főoldalra"><img src=../img/title.jpg width=300 height=250 alt="József Attila összes műve"></a>
</h1>
<div class=bannercont>
<div class=banner></div>
</div>
<ul class="form search">
<li>
<form id=search role=search>
<label for=alkeres>Keresés cím szerint:</label>
<input id=alkeres placeholder="Versek, írások keresése …" type=search>
</form>
</ul>
<ul id=talalat></ul>
<nav>
<ul>
<li class=top><a href=1936.html#targymutato title="Vissza az oldal tetejére"><span class=icon-arrow-circle-up></span></a>
</ul>
</nav>
</header>
<div class=vers-cont role=main>
<h1 class=ev id=1936>1936</h1>
<article id=ha-a-hold-sut>
<div class=vers>
<h2>Ha a hold süt …</h2>
<p>Ha a hold süt, a néma, siron tuli fény,<br>
álmomba’ kinyilnak a termek.<br>
Kioson, kenyeret szel a konyha kövén<br>
s majszolja riadtan a gyermek.
<p>Csak a léghuzat ismeri – alszik a ház.<br>
Les nagy szeme, reszket a térde.<br>
Zsirok és köcsögök teje közt kotorász,<br>
surranva, mint az egérke.
<p>Ha belé-belereccsen a szörnyü kredenc,<br>
ajkára repül kicsiny ujja:<br>
könyörögne az irgalomért, de a csend<br>
zord kürtje a zajt tovafujja.
<p>Ez a zaj, ez a kín, e világrecsegés<br>
nem szűnve, dühöngve növekszik.<br>
Belesáppad a gyermek, elejti a kést<br>
és visszalopódzva lefekszik …
<p>Mire ébredek, ég a nap, olvad a jég,<br>
szétfeccsen iromba szilánkja,<br>
mint déligyümölcs-kirakat üvegét<br>
öklével a vágy ha bevágja.
<p>Elalél a fagy istene, enged az ég.<br>
Már unja az ördög a poklot,<br>
ideönti a földre kövér melegét –<br>
zöld lángba borulnak a bokrok.
<p><small>1936. márc.</small>
</div>
</article>
<article id=amit-szivedbe-rejtesz>
<div class=vers>
<h2>Amit szivedbe rejtesz</h2>
<p class=ajanlas2><small>Freud nyolcvanadik<br>születésnapjára</small>
<p>Amit szivedbe rejtesz,<br>
szemednek tárd ki azt;<br>
amit szemeddel sejtesz,<br>
sziveddel várd ki azt.
<p>A szerelembe – mondják –<br>
belehal, aki él.<br>
De úgy kell a boldogság,<br>
mint egy falat kenyér.
<p>S aki él, mind-mind gyermek<br>
és anyaölbe vágy.<br>
Ölnek, ha nem ölelnek –<br>
a harctér nászi ágy.
<p>Légy, mint a Nyolcvan Éves,<br>
akit pusztítanak<br>
a növekvők s míg vérez,<br>
nemz millió fiat.
<p>Már nincs benned a régen<br>
talpadba tört tövis.<br>
És most szivedből szépen<br>
kihull halálod is.
<p>Amit szemeddel sejtesz,<br>
kezeddel fogd meg azt.<br>
Akit szivedbe rejtesz,<br>
öld, vagy csókold meg azt!
<p><small>1936. máj.</small>
</div>
</article>
<article id=gyermekke-tettel>
<div class=vers>
<h2>Gyermekké tettél</h2>
<p>Gyermekké tettél. Hiába növesztett<br>
harminc csikorgó télen át a kín.<br>
Nem tudok járni s nem ülhetek veszteg.<br>
Hozzád vonszolnak, löknek tagjaim.
<p>Számban tartalak, mint kutya a kölykét<br>
s menekülnék, hogy meg ne fojtsanak.<br>
Az éveket, mik sorsom összetörték,<br>
reám zudítja minden pillanat.
<p>Etess, nézd – éhezem. Takarj be – fázom.<br>
Ostoba vagyok – foglalkozz velem.<br>
Hiányod átjár, mint huzat a házon.<br>
Mondd, – távozzon tőlem a félelem.
<p>Reám néztél s én mindent elejtettem.<br>
Meghallgattál és elakadt szavam.<br>
Tedd, hogy ne legyek ily kérlelhetetlen;<br>
hogy tudjak élni, halni egymagam!
<p>Anyám kivert – a küszöbön feküdtem –<br>
magamba bujtam volna, nem lehet –<br>
alattam kő és üresség fölöttem.<br>
Óh, hogy alhatnék! Nálad zörgetek.
<p>Sok ember él, ki érzéketlen, mint én,<br>
kinek szeméből mégis könny ered.<br>
Nagyon szeretlek, hisz magamat szintén<br>
nagyon meg tudtam szeretni veled.
<p><small>1936. máj.</small>
</div>
</article>
<article id=a-dunanal>
<div class=vers>
<h2>A Dunánál</h2>
<h3>1</h3>
<p>A rakodópart alsó kövén ültem,<br>
néztem, hogy úszik el a dinnyehéj.<br>
Alig hallottam, sorsomba merülten,<br>
hogy fecseg a felszin, hallgat a mély.<br>
Mintha szivemből folyt volna tova,<br>
zavaros, bölcs és nagy volt a Duna.
<p>Mint az izmok, ha dolgozik az ember,<br>
reszel, kalapál, vályogot vet, ás,<br>
úgy pattant, úgy feszült, úgy ernyedett el<br>
minden hullám és minden mozdulás.<br>
S mint édesanyám, ringatott, mesélt<br>
s mosta a város minden szennyesét.
<p>És elkezdett az eső cseperészni,<br>
de mintha mindegy volna, el is állt.<br>
És mégis, mint aki barlangból nézi<br>
a hosszú esőt – néztem a határt:<br>
egykedvü, örök eső módra hullt,<br>
szintelenül, mi tarka volt, a mult.
<p>A Duna csak folyt. És mint a termékeny,<br>
másra gondoló anyának ölén<br>
a kisgyermek, úgy játszadoztak szépen<br>
és nevetgéltek a habok felém.<br>
Az idő árján úgy remegtek ők,<br>
mint sírköves, dülöngő temetők.
<h3>2</h3>
<p>Én úgy vagyok, hogy már száz ezer éve<br>
nézem, amit meglátok hirtelen.<br>
Egy pillanat s kész az idő egésze,<br>
mit száz ezer ős szemlélget velem.
<p>Látom, mit ők nem láttak, mert kapáltak,<br>
öltek, öleltek, tették, ami kell.<br>
S ők látják azt, az anyagba leszálltak,<br>
mit én nem látok, ha vallani kell.
<p>Tudunk egymásról, mint öröm és bánat.<br>
Enyém a mult és övék a jelen.<br>
Verset irunk – ők fogják ceruzámat<br>
s én érzem őket és emlékezem.
<h3>3</h3>
<p>Anyám kún volt, az apám félig székely,<br>
félig román, vagy tán egészen az.<br>
Anyám szájából édes volt az étel,<br>
apám szájából szép volt az igaz.<br>
Mikor mozdulok, ők ölelik egymást.<br>
Elszomorodom néha emiatt –<br>
ez az elmulás. Ebből vagyok. „Meglásd,<br>
ha majd nem leszünk!…” – megszólítanak.
<p>Megszólítanak, mert ők én vagyok már;<br>
gyenge létemre így vagyok erős,<br>
ki emlékszem, hogy több vagyok a soknál,<br>
mert az őssejtig vagyok minden ős –<br>
az Ős vagyok, mely sokasodni foszlik:<br>
apám- s anyámmá válok boldogon,<br>
s apám, anyám maga is ketté oszlik<br>
s én lelkes Eggyé így szaporodom!
<p>A világ vagyok – minden, ami volt, van:<br>
a sok nemzedék, mely egymásra tör.<br>
A honfoglalók győznek velem holtan<br>
s a meghódoltak kínja meggyötör.<br>
Árpád és Zalán, Werbőczi és Dózsa –<br>
török, tatár, tót, román kavarog<br>
e szívben, mely e multnak már adósa<br>
szelíd jövővel – mai magyarok!
<p>… Én dolgozni akarok. Elegendő<br>
harc, hogy a multat be kell vallani.<br>
A Dunának, mely mult, jelen s jövendő,<br>
egymást ölelik lágy hullámai.<br>
A harcot, amelyet őseink vivtak,<br>
békévé oldja az emlékezés<br>
s rendezni végre közös dolgainkat,<br>
ez a mi munkánk; és nem is kevés.
<p><small>1936. jún.</small>
</div>
</article>
<article id=a-hullamok-lagy-tanca>
<div class=vers id=zsaklin>
<h2>(A hullámok lágy tánca … )</h2>
<p>A hullámok lágy tánca s odaát<br>
a lombok gyenge lejtése az éjjelt<br>
lassudan hozták s csillagok raját<br>
hívták reszketni az egekre széjjel.
<p>Igy ők. S az érzelmek is csendesen<br>
mozdulnak benn a szívben ringatóan,<br>
emlékezés visszfénye, szerelem<br>
hatalma ring, mint a nagy víz a tóban.
<p>Én nem értem, csak érzem az egészet.<br>
Itt tangót jár a sok lány és fiú,<br>
a sok számító, kedves és hiú.
<p>Mert ez itt egy divatos nyári fürdő.<br>
De némán, hiszen ráér a természet,<br>
a zene mögött zúg az örök erdő.
<p><small>1936 nyara</small>
</div>
</article>
<article id=zold-napsutes-hintalt>
<div class=vers>
<h2>(Zöld napsütés hintált … )</h2>
<p>Zöld napsütés hintált a tenger lágy, habos vizén,<br>
meztelenül, vigan, nagy messzi beusztam biz én,<br>
a fényes ég, a csipke víz pólyája testemen,<br>
bölcsőben fekve ringtam ott, behunyva két szemem.
<p>Én nem tudom, hogyan, mi volt. A locska őselem,<br>
a víz kihült és nagy hideg zuhant rám hirtelen.<br>
Szivemből rémület szökellt, mint bokorból a vad,<br>
kiáltottam vón s keserűn szájon vágott a hab.
<p>A hátam mögött szüntelen valami orditott.<br>
Iszonyúbb volt, mint óriási tarajos gyikok<br>
csordája, az a tenger ott s én küzdöttem vele,<br>
elfeledtem, hogy mit sem ér az ember élete.
<p>Usztam, vagy usztam volna, ám ugy értem partot ott,<br>
hogy vert a hullám s végül egy hatalmas kidobott
<p><small>1936 nyara [?]</small>
</div>
</article>
<article id=egy-spanyol-foldmives-sirverse>
<div class=vers>
<h2>Egy spanyol földmíves sírvserse</h2>
<p>Franco tábornok besorolt ádáz katonának,<br>
<span class=s>nem szöktem meg, mert féltem, agyonlövet úgy.</span><br>
Féltem – azért harcoltam a haddal a jog s a szabadság<br>
<span class=s>ellen Irun falain. S így is elért a halál.</span>
<p><small>1936. aug. vége</small>
</div>
</article>
<article id=balatonszarszo>
<div class=vers>
<h2>Balatonszárszó</h2>
<div id=balatonszarszo1>
<div class=vers>
<h3>1</h3>
<p>Zúg már az ősz, gyűlik és kavarog,<br>
fehér habokba szaggatja a zöldet.<br>
Fogócskáznak az apró viharok,<br>
az ablakban a legyek megdögölnek.
<p>Nyafog a táj, de néha némaság<br>
jut az eszébe s új derűt lel abban.<br>
Tollászkodnak a sárga lombu fák,<br>
féllábon állván a hunyorgó napban.
<p>Kell már ahhoz a testhez is az ágy,<br>
mely úgy elkapott, mint a vizek sodra.<br>
Becsomagoljuk a vászonruhát<br>
s beöltözünk szövetbe, komolykodva.
</div>
</div>
<div id=balatonszarszo2>
<div class=vers>
<h3>2</h3>
<p>Míg nyugtalanul forgott nagy, lágy habokon az az éj,<br>
<span class=s>a csónak alatt hüvös öblögetési kotyogván,</span><br>
én nyugtomat ott leltem piros ölben, amint a szeszély,<br>
<span class=s>meg a természet gyönyörűn lecsapott rám.</span>
<p>Én fáztam előbb, mert ősz volt már s aki emberi lény,<br>
<span class=s>az mind szomorúbb, mikor újra tanulna remegni.</span><br>
Kettős remegés tölt: vágy s hüvös árnyak igy ősz elején,<br>
<span class=s>mikor elkezdnek a szelíd öregek köhögetni.</span>
</div>
</div>
<div id=balatonszarszo3>
<div class=vers>
<h3>3</h3>
<p lang=fr>Je n’ai point de thème,<br>
excepté que je t’aime –
<p>költeni csak ezt tudtam,<br>
mert mindig elaludtam,
<p>hisz annyiszor öleltem,<br>
ahányszor rája leltem.
<p>Szemüveg volt az orrán,<br>
az alól nézett énrám
<p>s amikor magamhoz szorítottam, a szemüveg alatt<br>
hunyta le a szemét. Pedig mindig zavarják az embert.
<p>Szivemben bizony kín dult,<br>
mikor a vonat indult,
<p>de nem sokat merengtem –<br>
esett, hát hazamentem.
<p>Száz gramm dohányt hagyott rám,<br>
hogy legyen cigarettám.
<p>S nem álmot, hanem alvást.<br>
Nem látjuk többé egymást.
<p><small>1936. szept.</small>
</div>
</div>
</div>
</article>
<article id=jaj-majdnem>
<div class=vers>
<h2>jaj, majdnem …</h2>
<p>Jaj, majdnem szétfeszít a szerelem!<br>
Jaj, majdnem összenyom a félelem!<br>
<span class=s>Egy ölelésben, asszonyok,</span><br>
<span class=s2>ki halna meg velem?</span>
<p>Oly gyors a nyaram s lassú a telem –<br>
az ősz kockája kit mutat nekem?<br>
<span class=s>A lesi-csősz idő elől</span><br>
<span class=s2>ki szállna el velem?</span>
<p>Csillagok rácsa csillog az egen:<br>
ilyen pincében tart az értelem!<br>
<span class=s>A mindenséget, asszonyok,</span><br>
<span class=s2>ki vetné szét velem?</span>
<p><small>1936. okt.</small>
</div>
</article>
<article id=vilagositsd-fol>
<div class=vers>
<h2>Világosítsd föl</h2>
<p>Világosítsd föl gyermeked:<br>
a haramiák emberek;<br>
a boszorkák – kofák, kasok.<br>
(Csahos kutyák nem farkasok!)<br>
<span class=s>Vagy alkudoznak, vagy bölcselnek,</span><br>
<span class=s>de mind-mind pénzre vált reményt;</span><br>
<span class=s>ki szenet árul, ki szerelmet,</span><br>
<span class=s>ki pedig ilyen költeményt.</span>
<p>És vígasztald meg, ha vigasz<br>
a gyermeknek, hogy így igaz.<br>
Talán dünnyögj egy új mesét,<br>
fasiszta kommunizmusét –<br>
<span class=s>mivelhogy rend kell a világba,</span><br>
<span class=s>a rend pedig arravaló,</span><br>
<span class=s>hogy ne legyen a gyerek hiába</span><br>
<span class=s>s ne legyen szabad, ami jó.</span>
<p>S ha száját tátja a gyerek<br>
és fölnéz rád, vagy pityereg –<br>
ne dőlj be néki, el ne hidd,<br>
hogy elkábítják elveid!<br>
<span class=s>Nézz a furfangos csecsemőre:</span><br>
<span class=s>bömböl, hogy szánassa magát,</span><br>
<span class=s>de míg mosolyog az emlőre,</span><br>
<span class=s>növeszti körmét és fogát.</span>
<p><small>1936. okt.</small>
</div>
</article>
<article id=az-a-szep-regi-asszony>
<div class=vers>
<h2>Az a szép, régi asszony</h2>
<p>Azt a szép, régi asszonyt szeretném látni ismét,<br>
akiben elzárkózott a tünde, lágy kedvesség,<br>
aki a mezők mellett, ha sétálgattunk hárman,<br>
vidáman s komolyan lépett a könnyü sárban,<br>
aki ha rám tekintett, nem tudtam nem remegni,<br>
azt a szép, régi asszonyt szeretném nem szeretni.<br>
Csak látni szeretném őt, nincs vele semmi tervem,<br>
napozva, álmodozva amint ott ül a kertben<br>
s mint ő maga, becsukva egy könyv van a kezében<br>
s körül nagy, tömött lombok zúgnak az őszi szélben.<br>
Elnézném, amint egyszer csak tétovázva, lassan,<br>
mint aki gondol egyet a susogó lugasban,<br>
föláll és szertepillant és hirtelen megindul<br>
és nekivág az útnak, mely a kert bokrain túl<br>
ott lappang, elvezetni a távolokon által,<br>
két oldalán a búcsút integető fákkal.<br>
Csak úgy szeretném látni, mint holt anyját a gyermek,<br>
azt a szép, régi asszonyt, amint a fényben elmegy.
<p><small>1936. okt.</small>
</div>
</article>
<article id=irgalom>
<div class=vers>
<h2>Irgalom</h2>
<p>Bizony nem voltam én sem az,<br>
akit a családfők kegyelnek.<br>
És időm sem volt – az igaz –<br>
kikönyörögnöm a kegyelmet.
<p>S bár hűvös, örökkévaló<br>
dolgok közt muszáj őgyelegnem,<br>
a palánkok közt szárnyaló<br>
munkát nem lehet elfelednem.
<p>Mit oltalmaztunk, nincs jelen,<br>
azt most már támadóink védik.<br>
Elejtem képzelt fegyverem,<br>
mit kovácsoltam harminc évig.
<p>És hallgatom a híreket,<br>
miket mélyemből énszavam hoz.<br>
Amíg a világ ily veszett,<br>
én irgalmas leszek magamhoz.
<p><small>1936. okt.</small>
</div>
</article>
<article id=judit>
<div class=vers>
<h2>Judit</h2>
<p>Fosztja az ősz a fákat, hüvösödik már,<br>
<span class=s>be kell gyújtani.</span><br>
Lecipeled a kályhát, egyedül hozod,<br>
<span class=s>mint a hajdani</span>
<p>hidegek idejében, még mikor, kedves,<br>
<span class=s>nem öleltelek,</span><br>
mikor nem civakodtam s nem éreztem, hogy<br>
<span class=s>nem vagyok veled.</span>
<p>Némább a hosszabb éjjel, nagyobb a világ<br>
<span class=s>s félelmetesebb.</span><br>
Ha varrsz, se varrhatod meg közös takarónk,<br>
<span class=s>ha már szétesett.</span>
<p>Hideg csillagok égnek tar fák ága közt.<br>
<span class=s>Merengsz még? Aludj,</span><br>
egyedül alszom én is. Huzódzkodj össze<br>
<span class=s>s rám ne haragudj.</span>
<p><small>1936. okt. eleje</small>
</div>
</article>
<article id=aki-szeretni-gyava-vagy>
<div class=vers>
<h2>… Aki szeretni gyáva vagy</h2>
<p>Te rongy, aki szeretni gyáva vagy,<br>
akinek több a biztosító munka,<br>
melyet a tetves ég taszít nyakunkba,<br>
küldvén máris a külső fagyokat, –<br>
fordított ringyó, ki a kötelesség<br>
aranyát gyüjtöd élő nap alatt:<br>
a gyermek rimánkodhat, hogy szeressék,<br>
én nem tehetem; elpusztítalak.
<p>Én férfi vagyok, nemes és konok,<br>
nincs vigaszom s nem erényem a bánat.<br>
Csak szenvedek, mint akit megnyomott<br>
ásás közben a föld; káromkodok –<br>
ringyó! – hogy rólad ilyen szavam támad!<br>
Rajtad a komolyság is kellemes,<br>
nő létedre erős vagy s érdemes,<br>
hogy lábod csámpás mivoltán nevess.<br>
Én nem jártatom hiába a számat,<br>
de kín sem űzhet hiába utánad.
<p>Már elrebbent a férfias szemérem<br>
nyoma orcámról, és csak sáppadok.<br>
Dolgaim is úgy hallgatják személyem,<br>
mint bolond tanárt az üres padok.<br>
Nem éreznéd, mily veszély fenyeget<br>
téged, életem s engem is, ki vágyom,<br>
ha másra nem, hát hogy veled legyek<br>
s ha másutt nem, hát a halálos ágyon?
<p>Add kezembe e zárt világ kilincsét,<br>
könnyü kezedet – vár kinn a szabad.<br>
Gyülekező halottaimat intsd szét,<br>
szólj s hízelegjen körül jószavad.<br>
Ismersz engem, kit szemed megviselt,<br>
lehetetlen, hogy ne szeressél, kedves!<br>
Egykor egy sejt a tengerben kikelt,<br>
hadd jusson el már örökös öledhez!
<p><small>1936. okt. 23</small>
</div>
</article>
<article id=kosztolanyi>
<div class=vers>
<h2>Kosztolányi</h2>
<p>A kínba még csak most fogunk, mi restek,<br>
de te már aláírtad művedet.
<p>Mint gondolatjel, vízszintes a tested.<br>
Téged már csak a féreg fal, szeret,
<p>mint mi a csirkét, bort … Senkim, barátom!<br>
Testvérünk voltál és lettél apánk.
<p>Gyémánt szavaid nem méred karáton –<br>
nincs egyéb súly, ha föld zuhog reánk.
<p>Ezt onnan tudom, hogy letörtem vágyva,<br>
ahogy letört a halál tégedet.
<p>Reméltél; én is. Tudtuk, hogy hiába,<br>
mint tudja, ki halottat költöget.
<p><small>1936. okt. eleje</small>
</div>
</article>
<article id=nagyon-faj>
<div class=vers>
<h2>Nagyon fáj</h2>
<p>Kivül-belől<br>
leselkedő halál elől<br>
(mint lukba megriadt egérke)
<p>amíg hevülsz,<br>
az asszonyhoz ugy menekülsz,<br>
hogy óvjon karja, öle, térde.
<p>Nemcsak a lágy,<br>
meleg öl csal, nemcsak a vágy,<br>
de odataszit a muszáj is –
<p>ezért ölel<br>
minden, ami asszonyra lel,<br>
mig el nem fehérül a száj is.
<p>Kettős teher<br>
s kettős kincs, hogy szeretni kell.<br>
Ki szeret s párra nem találhat,
<p>oly hontalan,<br>
mint amilyen gyámoltalan<br>
a szükségét végző vadállat.
<p>Nincsen egyéb<br>
menedékünk; a kés hegyét<br>
bár anyádnak szegezd, te bátor!
<p>És lásd, akadt<br>
nő, ki érti e szavakat,<br>
de mégis ellökött magától.
<p>Nincsen helyem<br>
így, élők közt. Zúg a fejem,<br>
gondom s fájdalmam kicifrázva;
<p>mint a gyerek<br>
kezében a csörgő csereg,<br>
ha magára hagyottan rázza.
<p>Mit kellene<br>
tenni érte és ellene?<br>
Nem szégyenlem, ha kitalálom,
<p>hisz kitaszit<br>
a világ így is olyat, akit<br>
kábít a nap, rettent az álom.
<p>A kultura<br>
ugy hull le rólam, mint ruha<br>
másról a boldog szerelemben –
<p>de az hol áll,<br>
hogy nézze, mint dobál halál<br>
s még egyedül kelljen szenvednem?
<p>A csecsemő<br>
is szenvedi, ha szül a nő.<br>
Páros kínt enyhíthet alázat.
<p>De énnekem<br>
pénzt hoz fájdalmas énekem<br>
s hozzám szegődik a gyalázat.
<p>Segítsetek!<br>
Ti kisfiúk, a szemetek<br>
pattanjon meg ott, ő ahol jár.
<p>Ártatlanok,<br>
csizmák alatt sikongjatok<br>
és mondjátok neki: Nagyon fáj.
<p>Ti hű ebek,<br>
kerék alá kerüljetek<br>
s ugassátok neki: Nagyon fáj.
<p>Nők, terhetek<br>
viselők, elvetéljetek<br>
és sirjátok neki: Nagyon fáj.
<p>Ép emberek,<br>
bukjatok, összetörjetek<br>
s motyogjátok neki: Nagyon fáj.
<p>Ti férfiak,<br>
egymást megtépve nő miatt,<br>
ne hallgassátok el: Nagyon fáj.
<p>Lovak, bikák,<br>
kiket, hogy húzzatok igát,<br>
herélnek, rijjátok: Nagyon fáj.
<p>Néma halak,<br>
horgot kapjatok jég alatt<br>
és tátogjatok rá: Nagyon fáj.
<p>Elevenek,<br>
minden, mi kíntól megremeg,<br>
égjen, hol laktok, kert, vadon táj –
<p>s ágya körül,<br>
üszkösen, ha elszenderül,<br>
vakogjatok velem: Nagyon fáj.
<p>Hallja, mig él.<br>
Azt tagadta meg, amit ér.<br>
Elvonta puszta kénye végett
<p>kivül-belől<br>
menekülő élő elől<br>
a legutolsó menedéket.
<p><small>1936. okt. eleje</small>
</div>
</article>
<article id=majd-megoregszel>
<div class=vers>
<h2>Majd megöregszel</h2>
<p>Majd megöregszel és bánni fogod,<br>
hogy bántasz, – azt, amire büszke vagy ma.<br>
A lelkiismeret majd bekopog<br>
s nem lesz emlék, melyben magadra hagyna.
<p>Lesz vén ebed s az melléd települ.<br>
Nappal pihensz majd, széken szunyókálva,<br>
mert éjjel félni fogsz majd egyedül.<br>
Árnyak ütnek a rezgő anyókára.
<p>Az öreg kutya néha majd nyafog,<br>
de a szobában csend lesz, csupa rend lesz;<br>
hanem valaki hiányozni fog<br>
a multból ahhoz a magányos csendhez.
<p>Majd tipegsz s ha eleget totyogott<br>
rossz lábod, leülsz. Fönn aranykeretben<br>
áll ifju képed. Hozzá motyogod:<br>
<span class=s4>„Nem öleltem meg, hiszen nem szerettem.”</span>
<p><span class=s4>„Mit is tehettem volna?” – kérdezed,</span><br>
de fogatlan szád már nem válaszolhat;<br>
s ki a nap előtt lehunyod szemed,<br>
alig várod, hogy feljöjjön, a holdat.
<p>Mert ha elalszol, ugrál majd az ágy,<br>
mint a csikó, hogy a hámot levesse.<br>
S a félelem tünődik, nem a vágy,<br>
a fejedben: Szeress-e, ne szeress-e.
<p>Magadban döntöd el. Én fájlalom,<br>
hogy nem felelhetek, ha kérded: él-e.<br>
Mert elfárad bennem a fájdalom,<br>
elalszik, mint a gyermek s én is véle.
<p><small>1936. nov.</small>
</div>
</article>
<article id=mint-a-mezon>
<div class=vers>
<h2>Mint a mezőn …</h2>
<p>Mint a mezőn a kisfiut, ha<br>
eléri a vihar<br>
s nincs tanya, anya, hova futna<br>
kapkodott lábaival,<br>
a tömött, dühödt ég dörög,<br>
a tarlón szalmaszál pörög,<br>
ő, mint az állat, nyöszörög,<br>
zokogna, de a félelem<br>
elveszi könnye melegét,<br>
sóhajtana, de hirtelen<br>
reálehel a hideg ég<br>
s csak akkor, amikor sovány<br>
testén és arcán halovány<br>
borzongás villan, mint a villám<br>
s fekete eső dől szakadva,<br>
az mintha belőle fakadna,<br>
mint mérhetetlen nagy sirás,<br>
amely fölgyül a földeken,<br>
fénylőn csorog a zöldeken,<br>
árkot betölt és gödröt ás,<br>
hömpölyög a réten, az éren,<br>
hömpölyög fönn a levegőben<br>
s a gyermek megindul a téren,<br>
útja van ebben az időben –<br>
így tört e vágy rám, ily veszetten,<br>
ily hirtelen, ily szilajon,<br>
férfi létemre sírni kezdtem.<br>
S e könnyel ázott talajon,<br>
hol nehezen emeli lábát<br>
az ember, ki pedig sietne,<br>
megállok most. A kívánságát<br>
már észre se venném, ha szeretne.
<p><small>1936. nov.</small>
</div>
</article>
<article id=kirakjak-a-fat>
<div class=vers>
<h2>Kirakják a fát</h2>
<p>A pályaudvar hídja még remeg,<br>
de már a kényes őszi dél dorombol<br>
és kiszáradt hasábfák döngenek,<br>
amint dobálják őket a vagonból.
<p>Ha fordul is egy, a lehullt halom<br>
néma … Mi bánt? Ugy érzem, mintha félnék,<br>
menekülnék, hasáb a vállamon.<br>
A kisgyerek, ki voltam, mégis él még.
<p>A kis kölyök, ki voltam, ma is él<br>
s a felnőttet a bánat fojtogatja;<br>
de nem könnyezik, egy dalt zöngicsél<br>
s ügyel, hogy el ne szálljon a kalapja.
<p>Tőletek féltem, kemény emberek,<br>
ti fadobálók, akiket csodáltam?<br>
Most mint lopott fát, viszlek titeket<br>
ez otthontalan, csupa-csősz világban.
<p><small>1936. nov.</small>
</div>
</article>
<article id=ket-hexameter>
<div class=vers>
<h2>Két hexameter</h2>
<p>Mért legyek én tisztességes? Kiterítenek úgyis!<br>
Mért ne legyek tisztességes! Kiterítenek úgyis.
<p><small>1936. nov.–dec.</small>
</div>
</article>
<article id=elmaradt-oleles-miatt>
<div class=vers>
<h2>Elmaradt ölelés miatt</h2>
<p>Ugy vártalak, mint a vacsorát este,<br>
ha feküdtem s anyám még odajárt.<br>
Ugy reméltelek, mint kétségbeesve,<br>
hülyén, (még ifjan) hívtam a halált –<br>
nem jött, hálisten … Látod, ilyen boldog<br>
vagyok, ha most meggondolom a dolgot.<br>
<span class=s>De az még ostobább,</span><br>
hogy nem jöttél, bár jönni fogsz tovább!
<p>Makacs elmulás tolja a világot<br>
maga előtt, mint bányász a szenet,<br>
melyet kifejtett, darabokra vágott.<br>
De mélyben, egyben él, aki szeret.<br>
Milyen tüzvész, miféle kivont kardok<br>
káprázata volt, ami visszatartott,<br>
<span class=s>hogy míg a hold haladt,</span><br>
nem fogózhattam beléd azalatt?
<p>Hogy a holt csillagvilággal, esengve,<br>
csak szálltam tehetlen, mint a kövek –<br>
s nem is uszhattam a sodorral szembe<br>
kedves öledben!… Hol volt az öled?…<br>
Mig itt hadart s hazudozott az óra,<br>
te fölbámészkodtál egy dobogóra<br>
<span class=s>s a szétterült ütem</span><br>
hálójában remegtél nélkülem.
<p>Ugye sopánkodsz, milyen kellemetlen,<br>
harisnyádon ha egy szem leszalad!<br>
Most szerelmünkből kivált s kellemedben<br>
egy ölelés örökre szétszakadt.<br>
Az a müvész pörölt az elmulással –<br>
tanuskodj néki! De velem, ne mással.<br>
<span class=s>Tudd meg már, mi a gond.</span><br>
Hogy mit csinálsz. Én nem vagyok bolond.
<p><small>1936. nov.–dec.</small>
</div>
</article>
<article id=ne-bantsd>
<div class=vers>
<h2>Ne bántsd</h2>
<p>Ne bántsd a gyenge nőt, ha már szeretted,<br>
magadat érte kínokba veretted<br>
s nem adtál két pofont neki.<br>
Telefirkáltad a falat vele.
<p>Vesd le magadról! Mint ruhád is épen,<br>
gyámoltalanul lóg alá a széken –<br>
annak karján, ki szereti,<br>
csüngjön, mig foszlik kéje éjjele!
<p>Dobd le – a háta legyen ujra görbe,<br>
lába csámpás, bujjon az álla szőrbe!<br>
Bibircsók nőjjön a hasán!<br>
Gyűrje e verset kapzsi tenyere!
<p>Te fuss vissza a szép növésü, kedves<br>
lányok ölébe – oly illőt ölelgess,<br>
ki kapkod, fúl vágyad után,<br>
mint zivatarban zengő jegenye!
<p><small>1936. nov.–dec.</small>
</div>
</article>
<article id=magany>
<div class=vers>
<h2>Magány</h2>
<p>Bogár lépjen nyitott szemedre. Zöldes<br>
bársony-penész pihézze melledet.<br>
Nézz a magányba, melybe engem küldesz.<br>
Fogad morzsold szét; fald föl nyelvedet.
<p>Száraz homokként peregjen szét arcod,<br>
a kedves. S ha cirógatnál nagyon,<br>
mert öled helyén a tiszta űrt tartod:<br>
dolgos ujjaid kösse le a gyom.
<p>Lásd, ez vagy, ez a förtelmes kivánság.<br>
Meg se rebbennél, ha az emberek<br>
némán körülkerülnének, hogy lássák:<br>
ilyen gonosszá ki tett engemet.
<p>Kit szorongatsz most? Ha szülsz, a fiadnak<br>
öröme az lesz, hogy körbe forog,<br>
te meg rápislogsz, míg körülhasalnak<br>
telibendőjü aligátorok.
<p>Mozdulatlan, hanyatt fekszem az ágyon,<br>
látom a szemem: rám nézel vele.<br>
Halj meg! Már olyan szótlanul kivánom,<br>
hogy azt hihetném, meghalok bele.
<p><small>1936. nov.–dec.</small>
</div>
</article>
<article id=ki-be-ugral>
<div class=vers>
<h2>Ki-be ugrál …</h2>
<p>Ki-be ugrál a két szemem, ugy érzem.<br>
Ha megbolondulok, ne bántsatok.<br>
Erős karokkal fogjatok le szépen;
<p>ha majd egész valómmal kancsitok –<br>
ne mutassatok öklöt, úgy se látom.<br>
A semmiből vissza ne rántsatok.
<p>Gondoljátok meg: Ezen a világon<br>
nincs senkim, semmim. S mit úgy hivtam: én,<br>
az sincsen. Utolsó morzsáit rágom,
<p>amig elkészül ez a költemény …<br>
Mint űrt a fényszóró, csupasz tekintet<br>
kutatja bennem: Mit vétettem én,
<p>hogy nem felelnek, akárhogyan intek,<br>
hogy nem szeret, ki jog szerint enyém.<br>
Ne higyjetek értetlen bűneimnek,
<p>míg föl nem ment az odvas televény.
<p><small>1936. nov.–dec.</small>
</div>
</article>
<article id=kialtozas>
<div class=vers>
<h2>Kiáltozás</h2>
<p>Jaj, szeressetek szilajon,<br>
hessentsétek el nagy bajom!<br>
Eszméim közt, mint a majom<br>
<span class=s>a rácsok közt le és föl,</span><br>
vicsorgok és ugrándozom,<br>
mert semmit nem hiszek s nagyon<br>
<span class=s>félek a büntetéstől.</span>
<p>Halandó, hallod-e dalom,<br>
vagy zúgod csak, mint a vadon?<br>
Ölelj meg, ne bámulj vakon<br>
<span class=s>a kifent rohamkéstől –</span><br>
nincs halhatatlan oltalom,<br>
akinek panaszolhatom:<br>
<span class=s>félek a büntetéstől.</span>
<p>Mint fatutaj a folyamon,<br>
mint méla tót a tutajon,<br>
száll alá emberi fajom<br>
<span class=s>némán a szenvedéstől –</span><br>
de én sirok, kiáltozom:<br>
szeress: ne legyek rossz nagyon –<br>
<span class=s>félek a büntetéstől.</span>
<p><small>1936. nov.–dec.</small>
</div>
</article>
<article id=azt-mondjak>
<div class=vers>
<h2>Azt mondják</h2>
<p>Mikor születtem, a kezemben kés volt –<br>
<span class=s>azt mondják, ez költemény.</span><br>
Biz tollat fogtam, mert a kés kevés volt:<br>
<span class=s>embernek születtem én.</span>
<p>Kiben zokogva bolyong heves hűség,<br>
<span class=s>azt mondják, hogy az szeret.</span><br>
Óh hívj öledbe, könnyes egyszerűség!<br>
<span class=s>Csupán játszom én veled.</span>
<p>Én nem emlékezem és nem felejtek.<br>
<span class=s>Azt mondják, ez hogy lehet?</span><br>
Ahogy e földön marad, mit elejtek, –<br>
<span class=s>ha én nem, te megleled.</span>
<p>Eltöm a föld és elmorzsol a tenger:<br>
<span class=s>azt mondják, hogy meghalok.</span><br>
De annyi mindenfélét hall az ember,<br>
<span class=s>hogy erre csak hallgatok.</span>
<p><small>1936. nov.–dec.</small>
</div>
</article>
<article id=kesz-a-leltar>
<div class=vers>
<h2>Kész a leltár</h2>
<p>Magamban bíztam eleitől fogva –<br>
ha semmije sincs, nem is kerül sokba<br>
ez az embernek. Semmiképp se többe,<br>
mint az állatnak, mely elhull örökre.<br>
Ha féltem is, a helyemet megálltam –<br>
születtem, elvegyültem és kiváltam.<br>
Meg is fizettem, kinek ahogy mérte,<br>
ki ingyen adott, azt szerettem érte.<br>
Asszony ha játszott velem hitegetve:<br>
hittem igazán – hadd teljen a kedve!<br>
Sikáltam hajót, rántottam az ampát.<br>
Okos urak közt játszottam a bambát.<br>
Árultam forgót, kenyeret és könyvet,<br>
ujságot, verset – mikor mi volt könnyebb.<br>
Nem dicső harcban, nem szelíd kötélen,<br>
de ágyban végzem, néha ezt remélem.<br>
Akárhogyan lesz, immár kész a leltár.<br>
Éltem – és ebbe más is belehalt már.
<p><small>1936. nov.–dec.</small>
</div>
</article>
<article id=konnyu-emlekek>
<div class=vers>
<h2>(Könnyű emlékek … )</h2>
<p>Könnyű emlékek, hová tüntetek?<br>
Nehéz a szívem, majdnem zokogok.<br>
Már nem élhetek meg nélkűletek,<br>
már nem fog kézen, amit megfogok.<br>
Egy kis játékot én is érdemelnék –<br>
libbenjetek elő, ti gyönge pillék!
<p>Emlékek, kicsi ólomkatonák,<br>
kikért annyira sóvárogtam én<br>
s akiknek egyengettem szuronyát –<br>
törökök, búrok, gyüljetek körém!<br>
Kis ágyúk, ti is álljatok föl rendben!<br>
Nehéz a szívem. Védjetek meg engem!
<p><small>1936 [?]</small>
</div>
</article>
<article id=semmi>
<div class=vers>
<h2>Semmi</h2>
<p>Semmi, semmi, semmi, semmi, semmi.<br>
Legyen, hogy ne legyen,<br>
legyen, hogy ne legyen –<br>
mondjuk: Edit.
<p>A csillagokat most a láthatatlan,<br>
sárga kis csibék szemelgetik.
<p>Talán hajnalodik, talán Budapest ég,<br>
talán egy izzadt óriás-leány<br>
arcán olvad a festék.
<p>Kocsik zörögnek, redőnyök görögnek,<br>
tengerek dörögnek, emberek áradnak.
<p>Bosszant az a goromba ház a sarkon –<br>
olyan, mint kisgyermek arcán az ótvar.
<p>Vagy ismeretlen reggel ez, vagy idegen pályaudvar,<br>
ahová most érkeztem.
<p>Nincsen málhám.<br>
Valamit elfelejtettem – talán ha azt kitalálnám.<br>
Egy: semmi.<br>
Kettő: semmi.<br>
Három: semmi.<br>
Olyan szokatlan, mint ez a pályaudvar,<br>
hogy egyáltalában nincsen semmi.
<p><small>1936 dec.</small>
</div>
</article>
<article id=herz-henrik-omeltosaganak>
<div class=vers>
<h2>Herz Henrik Őméltóságának</h2>
<p>A költő olyan, mint a kisgyerek,<br>
vagy mint az első ember a lapályon:<br>
két lábra állni próbál, hogy ne fájjon<br>
apró mivolta, ne födje berek,
<p>de lássa messziről, mi közeleg,<br>
milyen isten rémlik a teljes tájon,<br>
mily csönd szivárog, hogy üreget vájjon<br>
alánk, mig eltölt gond és képzelet.
<p>Ilyen a költő, különben hanyag,<br>
elfeledi, hogy eleven anyag,<br>
hogy törékeny és mindig elkel nála
<p>a segitség, hogy kösse erős szála;<br>
mint most, amikor Méltóságodat<br>
illeti tőle hódolat és hála.
<p><small>1936 dec.</small>
</div>
</article>
<article id=toredekek-1936>
<div class=vers>
<h2>[Töredékek]</h2>
<p>Szólj hát, mit tegyek én, hogy szeress<br>
ha sírva fakadok, ne nevess
<hr id=mint-a-motor-mely-mar-begyulladt>
<p>Mint a motor, mely már begyulladt,<br>
de nincsen utja és nem indulhat,<br>
olyan vagyok s ha bátrabb volnék,<br>
értelmetlen szavakat szólnék.
<hr id=s-ha-nem-volt-meg-halalos-szerelem>
<p>s ha nem volt még halálos szerelem,<br>
azt akarom, ez halálos legyen,<br>
értelmes kín: mert nincs értelme annak,<br>
ha embernek üres kínjai vannak,<br>
s ha nem szeretsz úgy, mint tenmagadat,<br>
én meg fogom majd ölni magamat,<br>
nem hogy szerelmem vagy bosszúm mutassam,<br>
de jobban fájna elsorvadni lassan,<br>
s árnyék leszek, melytől szorongva félsz,<br>
bíró, kitől büntetést nem remélsz:<br>
Vigyázz! Ne hagyj meghalnom, amíg élsz!
<hr id=segitsetek-hogy-meg-ne-oljem>
<p>Segítsetek, hogy meg ne öljem,<br>
hogy hirtelen ki ne töröljem<br>
a világ képei közül
<hr id=oh-hittem-volna-inkabb>
<p>Óh hittem volna inkább, hogy van Isten,<br>
mint hogy van énnálam különb
<hr id=szeretem-s-ezert-megolom>
<p>Szeretem s ezért megölöm,<br>
hogy jön ahhoz, hogy én szeressem?<br>
Miféle ördögi öröm<br>
osztozkodik a bőrömön
<hr id=bocsassatok-meg-baratsag>
<p>Bocsássátok meg, barátság, te hív kincs<br>
s ti kemény Kőmíves Kelemenek,<br>
hogy egy ringyóért, kiben semmi szív nincs,<br>
háromszor tagadtam meg művemet.<br>
Azt hittem, a mű reám eső részét<br>
elvégeznem majd jobban sikerül<br>
ha hozzá térek haza
<hr id=sokan-voltak-es-korulvettek>
<p>Sokan voltak és körülvettek<br>
álmomban engem s kinevettek:<br>
<span class=s4>„Hehe, hát ennél van a kincs,</span><br>
ami nincs!”
<p><small>1936</small>
</div>
</article>
<article id=ne-legy-szeles>
<div class=vers>
<h2>(Ne légy szeles … )</h2>
<p>Ne légy szeles.<br>
Bár a munkádon más keres –<br>
dolgozni csak pontosan, szépen,<br>
ahogy a csillag megy az égen,<br>
ugy érdemes.
<p><small>1935–1937</small>
</div>
</article>
</div>
<script src=../js/vendor/jquery-1.11.2.min.js></script>
<script src=../js/jquery.subsearch.js></script>
|
refs/warner-1990-the-letters-of-the-republic-publication-and-the/index.html
|
cwpc/cwpc.github.io
|
<!DOCTYPE html>
<html lang="en-US">
<head>
<base href="http://localhost/wordpress" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Warner-1990 The letters of the Republic : publication and the | Communicating with Prisoners</title>
<link rel='stylesheet' id='ortext-fonts-css' href='//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic' type='text/css' media='all' />
<link rel='stylesheet' id='ortext-style-css' href='http://cwpc.github.io/wp-content/themes/ortext/style.css?ver=4.1' type='text/css' media='all' />
<link rel='stylesheet' id='ortext-layout-style-css' href='http://cwpc.github.io/wp-content/themes/ortext/layouts/content.css?ver=4.1' type='text/css' media='all' />
<link rel='stylesheet' id='ortext_fontawesome-css' href='http://cwpc.github.io/wp-content/themes/ortext/fonts/font-awesome/css/font-awesome.min.css?ver=4.1' type='text/css' media='all' />
<link rel='stylesheet' id='tablepress-default-css' href='http://cwpc.github.io/wp-content/plugins/tablepress/css/default.min.css?ver=1.5.1' type='text/css' media='all' />
<style id='tablepress-default-inline-css' type='text/css'>
.tablepress{width:auto;border:2px solid;margin:0 auto 1em}.tablepress td,.tablepress thead th{text-align:center}.tablepress .column-1{text-align:left}.tablepress-table-name{font-weight:900;text-align:center;font-size:20px;line-height:1.3em}.tablepress tfoot th{font-size:14px}.tablepress-table-description{font-weight:900;text-align:center}
</style>
<script type='text/javascript' src='http://cwpc.github.io/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
<script type='text/javascript' src='http://cwpc.github.io/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<link rel='next' title='Warner-2002 Publics and counterpublics' href='http://cwpc.github.io/refs/warner-2002-publics-and-counterpublics/' />
<link rel='canonical' href='http://cwpc.github.io/refs/warner-1990-the-letters-of-the-republic-publication-and-the/' />
<link rel='shortlink' href='http://cwpc.github.io/?p=31195' />
</head>
<body class="single single-refs postid-31195 custom-background">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56314084-1', 'auto');
ga('send', 'pageview');
</script><div id="page" class="hfeed site">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<header id="masthead" class="site-header" role="banner">
<div class="site-branding">
<div class="title-box">
<h1 class="site-title"><a href="http://cwpc.github.io/" rel="home">Communicating with Prisoners</a></h1>
<h2 class="site-description">Public Interest Analysis</h2>
</div>
</div>
<div id="scroller-anchor"></div>
<nav id="site-navigation" class="main-navigation clear" role="navigation">
<span class="menu-toggle"><a href="#">menu</a></span>
<div class="menu-left-nav-container"><ul id="menu-left-nav" class="menu"><li id="menu-item-10830" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10830"><a title="outline of sections" href="http://cwpc.github.io/outline-post/">Outline</a></li>
<li id="menu-item-11571" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11571"><a title="context-sensitive notes link" href="http://cwpc.github.io/outline-notes/">Notes</a></li>
<li id="menu-item-11570" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11570"><a title="context-sensitive data link" href="http://cwpc.github.io/list-datasets/">Data</a></li>
</ul></div>
<div id="rng">
<div id="menu-secondary" class="menu-secondary"><ul id="menu-secondary-items" class="menu-items"><li id="menu-item-10840" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10840"><a title="about this ortext" href="http://cwpc.github.io/about/">About</a></li>
</ul></div> <div class="search-toggle">
<span class="fa fa-search"></span>
<a href="#search-container" class="screen-reader-text">search</a>
</div>
</div>
</nav><!-- #site-navigation -->
<div id="header-search-container" class="search-box-wrapper clear hide">
<div class="search-box clear">
<form role="search" method="get" class="search-form" action="http://cwpc.github.io/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search …" value="" name="s" title="Search for:" />
</label>
<input type="submit" class="search-submit" value="Search" />
</form> </div>
</div>
</header><!-- #masthead -->
<div id="content" class="site-content">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<div class="section-label"></div>
<article id="post-31195" class="post-31195 refs type-refs status-publish hentry">
<header class="entry-header">
<h1 class="entry-title">Warner-1990 The letters of the Republic : publication and the</h1>
</header><!-- .entry-header -->
<div class="entry-content">
<img class="aligncenter otx-face" alt="face of a prisoner" src="http://cwpc.github.io/wp-content/uploads/faces/prisoner-185.jpg"></br><p>reference-type: Book <br />author: Warner, Michael <br />year: 1990 <br />title: The letters of the Republic : publication and the public sphere in eighteenth-century America <br />place-published: Cambridge, Mass. <br />publisher: Harvard University Press <br />note: Michael Warner. 25 cm. <br />pages: xv, 205 p. <br />otx-key: Warner-1990 </p>
</div><!-- .entry-content -->
<footer class="entry-footer">
<div class="tags-footer">
</div>
</footer><!-- .entry-footer -->
</article><!-- #post-## -->
<nav class="navigation post-navigation" role="navigation">
<h1 class="screen-reader-text">Post navigation</h1>
<div class="nav-links-nd"><div class="nav-nd-title">In Series of References</div><div class="nav-previous"><a href="http://cwpc.github.io/refs/wallbott-1998-bodily-expression-of-emotion/" rel="prev">Wallbott-1998 Bodily expression of emotion</a></div><div class="nav-next"><a href="http://cwpc.github.io/refs/warner-2002-publics-and-counterpublics/" rel="next">Warner-2002 Publics and counterpublics</a></div> </div><!-- .nav-links -->
</nav><!-- .navigation -->
</main><!-- #main -->
</div><!-- #primary -->
</div><!-- #content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<nav id="site-navigation" class="main-navigation clear" role="navigation">
<span class="menu-toggle"><a href="#">menu</a></span>
<div class="menu-left-nav-container"><ul id="menu-left-nav-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10830"><a title="outline of sections" href="http://cwpc.github.io/outline-post/">Outline</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11571"><a title="context-sensitive notes link" href="http://cwpc.github.io/outline-notes/">Notes</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11570"><a title="context-sensitive data link" href="http://cwpc.github.io/list-datasets/">Data</a></li>
</ul></div>
<div id="rng">
<div id="menu-secondary" class="menu-secondary"><ul id="menu-secondary-items" class="menu-items"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10840"><a title="about this ortext" href="http://cwpc.github.io/about/">About</a></li>
</ul></div> <div class="search-toggle-bottom">
<span class="fa fa-search"></span>
<a href="#search-container" class="screen-reader-text">search</a>
</div>
</div>
<div id="header-search-container" class="search-box-wrapper-bottom clear hide">
<div class="search-box clear">
<form role="search" method="get" class="search-form" action="http://cwpc.github.io/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search …" value="" name="s" title="Search for:" />
</label>
<input type="submit" class="search-submit" value="Search" />
</form> </div>
</div>
<div id="footer-tagline">
<a href="http://cwpc.github.io/">Communicating with Prisoners</a>
</div>
</nav><!-- #site-navigation -->
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/superfish.min.js?ver=1.7.4'></script>
<script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/superfish-settings.js?ver=1.7.4'></script>
<script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/navigation.js?ver=20120206'></script>
<script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/skip-link-focus-fix.js?ver=20130115'></script>
<script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/hide-search.js?ver=20120206'></script>
<script type='text/javascript' src='http://cwpc.github.io/wp-content/themes/ortext/js/show-hide-comments.js?ver=1.0'></script>
</body>
</html>
<!-- Dynamic page generated in 0.192 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2015-01-27 23:53:33 -->
<!-- super cache -->
|
doc/examples/insert-triples.html
|
dydra/dydra.js
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Dydra SDK for JavaScript: Examples: Insert RDF triples</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/>
</head>
<body>
<div class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#">Dydra SDK for JavaScript</a>
</div>
</div>
</div>
<div class="container">
<h1>Example: Insert RDF triples</h1>
<p>This example inserts some <a href="http://rdfabout.com/">RDF</a>
statements (using the <a href="http://www.w3.org/TR/rdf-json/">RDF/JSON</a>
serialization format) into a Dydra repository using the
<a href="http://www.w3.org/TR/sparql11-http-rdf-update/">SPARQL 1.1
Graph Store HTTP Protocol</a>.</p>
<h2>Settings</h2>
<div class="settings"></div>
<h2>Data</h2>
<pre class="data"></pre>
<h2>Response</h2>
<pre class="response"></pre>
</div>
<script src="../../lib/jquery.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="../../src/dydra.js"></script>
<script src="../../src/sparql.js"></script>
<script src="settings.js"></script>
<script src="show-settings.js"></script>
<script type="text/javascript">
var mySession = new Dydra.Session({token: DYDRA_TOKEN});
var myRepository = mySession.open(DYDRA_ACCOUNT + "/" + DYDRA_REPOSITORY);
var graphURI = null; /* `null` designates the default graph */
var data = {};
var subject = 'http://example.org/instance';
var predicate = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type';
var object = 'http://schema.org/Thing';
data[subject] = {};
data[subject][predicate] = [{
'value': object,
'type': 'uri'
}]
console.log(data);
$('.data').text(JSON.stringify(data, undefined, 2));
myRepository.store.insert(graphURI, data, {
success: function(data) {
console.log("Request succeeded and returned:");
console.log(data);
$('.response').text(JSON.stringify(data, undefined, 2));
},
failure: function(xhr) {
console.log("Request failed.");
console.log(xhr);
$('.response').text(JSON.stringify(xhr, undefined, 2));
}
});
</script>
</body>
</html>
|
views/badregistration.html
|
baccka/ct216project
|
<!DOCTYPE html>
<html>
<head>
<!-- Bootstrap -->
<!-- minified CSS -->
<link rel="stylesheet" href="./css/bootstrap.min.css"> <!-- file used for defining fonts colors etc... -->
</head>
<body>
<div class="container">
<h1>T5 Messenger</h1>
<div class="alert alert-danger">
<p>Sorry, there is already a profile with that username.</p>
<p>Please enter a new username.</p>
</div>
<form name="input" action="register" method="post" class="form-horizontal" role="form">
<div class="form-group">
<div class="col-sm-offset-2 col-sm-11">
<p>Account registration form</p>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="inputEmail">Username</label>
<div class="col-sm-4"><input type="text" class="form-control" name="user" placeholder="Username"></div> <!-- format page to display the username entry -->
</div>
<div class="form-group">
<label class="col-sm-2 control-label" for="inputPwd">Password</label>
<div class="col-sm-4"><input type="password" class="form-control" name="pwd" placeholder="Password"></div> <!-- format page to display the password entry -->
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-11">
<input type="submit" class="btn btn-primary" value="Register"> <!-- format page to display the login button -->
</div>
</div>
</form>
</div>
</body>
</html>
|
doxygen/html/dir_01284e59d658032137ac90170bc51d5c.html
|
mikewolfli/workflow
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3.1"/>
<title>wf: thread Directory Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">wf
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('dir_01284e59d658032137ac90170bc51d5c.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Variables</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">thread Directory Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
Files</h2></td></tr>
<tr class="memitem:curl__http_8cpp"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><b>curl_http.cpp</b></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:curl__http_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><b>curl_http.h</b> <a href="curl__http_8h_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:curl__thread_8cpp"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><b>curl_thread.cpp</b></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:curl__thread_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><b>curl_thread.h</b> <a href="curl__thread_8h_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:mythread_8cpp"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><b>mythread.cpp</b></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:mythread_8h"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><b>mythread.h</b> <a href="mythread_8h_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_01284e59d658032137ac90170bc51d5c.html">thread</a></li>
<li class="footer">Generated on Tue Nov 24 2015 14:16:35 for wf by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li>
</ul>
</div>
</body>
</html>
|
custom_components/hacs/frontend/templates/grid_new.html
|
DubhAd/Home-AssistantConfig
|
{% set repositories = namespace(repositories=[]) %}
{% for repository in hacs.sorted_by_name %}
{% if repository.status.new %}
{% set repositories.repositories = repositories.repositories+[repository] %}
{% endif %}
{% endfor %}
{% if repositories.repositories %}
<div class='hacs-overview-container'>
<h5>NEW REPOSITORIES (ALL)</h5>
<form action="/hacsapi/{{ hacs.token }}/remove_new_flag" name="remove_new_flag" method="post" accept-charset="utf-8"
enctype="application/x-www-form-urlencoded" class="hacs-form">
<input type="hidden" name="return" value="store">
<a class="waves-effect waves-light btn modal-trigger hacsbutton" href="#"
onclick="toggleLoading();document.getElementsByName('remove_new_flag')[0].submit()" style="width: 95%;">
Remove the NEW flag for all new items
</a>
</form>
<div class='hacs-card-container'>
{% for repository in repositories.repositories %}
<a href="/hacsweb/{{ hacs.token }}/repository/{{ repository.information.uid }}?timestamp={{ timestamp }}"
class="hacs-card" onclick="toggleLoading()">
<div class="hacs-card overview">
<div id="statusicon">
</div>
<div id="title">
<span class="hacs-card-title">
<span class="hacs-badge">
{{repository.information.category | upper}}
</span>
</br></br>
{{repository.display_name}}
</span>
</div>
<div id="description">
<span class="hacs-card-content">
<p>{{repository.information.description}}</p>
</span>
</div>
</div>
</a>
{% endfor %}
</div>
</div>
</br>
{% endif %}
|
src/main/javadoc/doc-files/I-opensslheartbleed.html
|
shawnmckinney/fortressdemo2
|
<!--
~ This is free and unencumbered software released into the public domain.
-->
<html>
<head>
<title>Package Documentation for com.mycompany web app demo</title>
<hr>
<fieldset>
<legend><b>Navigation Links</b></legend>
<ul>
<li><a href="./I-opensslheartbleed.html">Section I - Heartbleed Bug</a></li>
<li><a href="./II-keys.html">Section II - Managing PKI Keys</a></li>
<li><a href="./III-hosts.html">Section III - Set Hostname Entry</a></li>
<li><a href="./IV-fortress.html">Section IV - Install Fortress</a></li>
<li><a href="./V-mysql.html">Section V - Install MySQL</a></li>
<li><a href="./VI-tomcat.html">Section VI - Install Tomcat</a></li>
<li><a href="./VII-commander.html">Section VII - Install Commander</a></li>
<li><a href="./VIII-demo.html">Section VIII - Install Fortress Demo #2</a></li>
</ul>
<a href="../overview-summary.html">Back to top</a>
</fieldset>
<hr>
</head>
<body>
<p>
<h3>Section I - Heartbleed Bug</h3>
<img src="heartbleed.png" width="120" height="120">
<br><br>
This section provides instructions to fix the OpenSSL Heartbleed bug. Follow these steps if OpenSSL installed to
target machine is version <b>1.0.1</b> through <b>1.0.1f</b>. OpenSSL is used by OpenLDAP & MySQL for encryption of network traffic.
<hr>
<br>To determine if upgrade is needed, enter the following at the command prompt:
<pre>
<p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt">
# openssl version -b
</p>
</pre>
If the date is less than <b>Mon Apr 7 2014</b>, and the version equals <b>1.0.1</b>, then the machine is running an OpenSSL version that is <em>vulnerable to the Heart Bleed bug</em>
and must be upgraded.
<hr>
<h4>Steps to upgrade OpenSSL</h4>
<ol>
<li>
If Debian, you may need to update package lists in repo to latest:
<pre>
<p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt; font-size: 10pt">
# sudo apt-get update
</p>
</pre>
If Redhat, to do similar:
<pre>
<p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt; font-size: 10pt">
# yum clean headers && yum clean metadata && yum makecache
</p>
</pre>
</li>
<li>
To update openssl package to latest:
<pre>
<p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt; font-size: 10pt">
# sudo apt-get upgrade openssl
</p>
</pre>
If Redhat:
<pre>
<p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt; font-size: 10pt">
# yum upgrade openssl
</p>
</pre>
</li>
<li>
Verify that it worked (date will vary by linux distro):
<pre>
<p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt; font-size: 10pt">
# openssl version -b
built on: Fri Jun 20 18:54:15 UTC 2014
</p>
</pre>
</li>
</ol>
</body>
<p style="font: monospace; color: black; font-size: 6pt">This is free and unencumbered software released into the public domain.</p>
</html>
|
public/rdfa-xml-earl.html
|
gkellogg/rdf-distiller
|
<!DOCTYPE html>
<html>
<head><base href="http://rdfa.info/test-suite/"></head><body><div about="http://rdfa.info/test-suite/" prefix="earl: http://www.w3.org/ns/earl# doap http://usefulinc.com/ns/doap#" typeof="earl:Software">
<h3>
<a href="http://rdfa.info/" property="doap:name" rel="doap:homepage">RDFa Test Suite</a>
</h3>
<p class="resource processorURL" typeof="earl:TestSubject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri=">
Report on
<a class="href processorURL" href="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri=">
<span property="doap:name">RDF.rb</span>
</a>
running
<em>rdfa1.1</em>
with host language
<em>xml1</em>
.
</p>
<div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0001?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0001.xml">
<h4>
<span property="dc:title"></span>
Test 0001: Predicate establishment with @property.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @property to establish the predicate; literal object is in the content of the element..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0006?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0006.xml">
<h4>
<span property="dc:title"></span>
Test 0006: @rel and @rev.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @rev and @rel together, with the object being specified by @href, ignoring content.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0007?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0007.xml">
<h4>
<span property="dc:title"></span>
Test 0007: @rel, @rev, @property, @content.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @rel, @rev, @property, and @content together to generate several RDF triples..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0008?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0008.xml">
<h4>
<span property="dc:title"></span>
Test 0008: empty string @about.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests empty @about..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0009?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0009.xml">
<h4>
<span property="dc:title"></span>
Test 0009: @rev.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @rev..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0010?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0010.xml">
<h4>
<span property="dc:title"></span>
Test 0010: @rel, @rev, @href.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @rel, @rev, and @href to generate two RDF triples..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0012?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0012.xml">
<h4>
<span property="dc:title"></span>
Test 0012: @xml:lang.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @xml:lang.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0013?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0013.xml">
<h4>
<span property="dc:title"></span>
Test 0013: @xml:lang inheritance.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @xml:lang inheritance.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0014?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0014.xml">
<h4>
<span property="dc:title"></span>
Test 0014: @datatype, xsd:integer.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests setting the @datatype to xsd:integer.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0015?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0015.xml">
<h4>
<span property="dc:title"></span>
Test 0015: meta and link.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests meta and link with no parent @about.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0017?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0017.xml">
<h4>
<span property="dc:title"></span>
Test 0017: Related blanknodes.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests creation of statements involving explicitly created blank nodes..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0018?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0018.xml">
<h4>
<span property="dc:title"></span>
Test 0018: @rel for predicate.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @rel to establish predicate..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0019?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0019.xml">
<h4>
<span property="dc:title"></span>
Test 0019: @about for subject.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @about to establish subject..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0020?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0020.xml">
<h4>
<span property="dc:title"></span>
Test 0020: Inheriting @about for subject.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @about inheritance to establish subject..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0021?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0021.xml">
<h4>
<span property="dc:title"></span>
Test 0021: Subject inheritance with no @about.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests inheritance of subject when no @about can be found.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0023?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0023.xml">
<h4>
<span property="dc:title"></span>
Test 0023: @id does not generate subjects.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests that @id does not generate subjects.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0025?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0025.xml">
<h4>
<span property="dc:title"></span>
Test 0025: simple chaining test.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests simple chaining with cascade of @resource and @property.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0026?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0026.xml">
<h4>
<span property="dc:title"></span>
Test 0026: @content.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @content for literal object.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0027?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0027.xml">
<h4>
<span property="dc:title"></span>
Test 0027: @content, ignore element content.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @content for literal object, overriding element content..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0029?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0029.xml">
<h4>
<span property="dc:title"></span>
Test 0029: markup stripping with @datatype.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests markup stripping from a span element with @datatype=xsd:string.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0030?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0030.xml">
<h4>
<span property="dc:title"></span>
Test 0030: omitted @about.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests omitted @about..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0031?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0031.xml">
<h4>
<span property="dc:title"></span>
Test 0031: simple @resource.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if @resource sets URIref object correct..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0032?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0032.xml">
<h4>
<span property="dc:title"></span>
Test 0032: @resource overrides @href.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if @resource overrides @href to set the URIref object..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0033?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0033.xml">
<h4>
<span property="dc:title"></span>
Test 0033: simple chaining test with bNode.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests simple chaining with cascade of bNode and @property.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0034?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0034.xml">
<h4>
<span property="dc:title"></span>
Test 0034: simple img[@src] test.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if a @src (in img element) correctly sets the URIref object.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0035?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0035.xml">
<h4>
<span property="dc:title"></span>
Test 0035: @src/@href test.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if @href overwrites @src.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0036?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0036.xml">
<h4>
<span property="dc:title"></span>
Test 0036: @src/@resource test.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if @resource overwrites @src.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0037?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0037.xml">
<h4>
<span property="dc:title"></span>
Test 0037: @src/@href/@resource test.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if @resource overwrites both @href and @src.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0038?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0038.xml">
<h4>
<span property="dc:title"></span>
Test 0038: @rev - img[@src] test.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if a @src (in img element) correctly sets the URIref subject (due to @rev).
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0039?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0039.xml">
<h4>
<span property="dc:title"></span>
Test 0039: @rev - @src/@href test.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if @href overwrites @src correctly to set the URIref subject (due to @rev).
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0041?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0041.xml">
<h4>
<span property="dc:title"></span>
Test 0041: @rev - @src/@href/@resource test.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if @resource overwrites both @href and @src correctly to set the URIref subject (due to @rev).
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0048?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0048.xml">
<h4>
<span property="dc:title"></span>
Test 0048: @typeof with @about and @rel present, no @resource.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @typeof with @about and @rel present, no @resource.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0049?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0049.xml">
<h4>
<span property="dc:title"></span>
Test 0049: @typeof with @about, no @rel or @resource.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @typeof with @about, no @rel or @resource.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0050?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0050.xml">
<h4>
<span property="dc:title"></span>
Test 0050: @typeof without anything else.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @typeof without anything else.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0051?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0051.xml">
<h4>
<span property="dc:title"></span>
Test 0051: @typeof with a single @property.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @typeof with a single @property.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0052?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0052.xml">
<h4>
<span property="dc:title"></span>
Test 0052: @typeof with @resource and nothing else.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests to ensure that @typeof does not apply to @resource.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0053?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0053.xml">
<h4>
<span property="dc:title"></span>
Test 0053: @typeof with @resource and nothing else, with a subelement.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests to make sure that @typeof does not apply to @resource, but @resource sets the subject for the next triple to be generated.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0054?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0054.xml">
<h4>
<span property="dc:title"></span>
Test 0054: multiple @property.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests multiple @property separated by white spaces.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0055?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0055.xml">
<h4>
<span property="dc:title"></span>
Test 0055: multiple @rel.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests multiple @rel separated by white spaces.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0056?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0056.xml">
<h4>
<span property="dc:title"></span>
Test 0056: @typeof applies to @about on same element with hanging rel.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if @typeof applies to @about on same element with hanging @rel.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0057?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0057.xml">
<h4>
<span property="dc:title"></span>
Test 0057: hanging @rel creates multiple triples.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if hanging @rel creates multiple triples.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0058?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0058.xml">
<h4>
<span property="dc:title"></span>
Test 0058: hanging @rel creates multiple triples, @typeof permutation.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if hanging @rel creates multiple triples with @typeof permutation.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0059?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0059.xml">
<h4>
<span property="dc:title"></span>
Test 0059: multiple hanging @rels with multiple children.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests multiple hanging @rels with multiple children.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0060?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0060.xml">
<h4>
<span property="dc:title"></span>
Test 0060: UTF-8 conformance.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests conformance with UTF-8 encoding.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0063?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0063.xml">
<h4>
<span property="dc:title"></span>
Test 0063: @rel in head using reserved XHTML value and empty-prefix CURIE syntax.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests @rel in head using reserved XHTML value and empty-prefix CURIE syntax.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0064?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0064.xml">
<h4>
<span property="dc:title"></span>
Test 0064: @about with safe CURIE.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if @about generates a proper triple when a safe CURIE is used.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0065?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0065.xml">
<h4>
<span property="dc:title"></span>
Test 0065: @rel with safe CURIE.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if @rel properly connects triples generated when safe CURIEs are used.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0067?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0067.xml">
<h4>
<span property="dc:title"></span>
Test 0067: @property in the head.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Test to make sure that @property in head uses the implied current document as the subject if no other subject is specified.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0068?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0068.xml">
<h4>
<span property="dc:title"></span>
Test 0068: Relative URI in @about.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests to ensure that relative URI is resolved correctly when used in @about.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0071?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0071.xml">
<h4>
<span property="dc:title"></span>
Test 0071: No explicit @about.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests to ensure that a triple is generated even if @typeof and @about is not specified anywhere in the document.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0078?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0078.xml">
<h4>
<span property="dc:title"></span>
Test 0078: Multiple incomplete triples.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests multiple ways of handling incomplete triples; the first two triples should use the same bnode as subject ('merged'). The third should have a separate bNode..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0079?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0079.xml">
<h4>
<span property="dc:title"></span>
Test 0079: @resource and @href in completing incomplete triples.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests role of @resource and @href in completing incomplete triples (including their mutual priorities).
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0080?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0080.xml">
<h4>
<span property="dc:title"></span>
Test 0080: @about overrides @resource in incomplete triples.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if @about has a higher priority than @resource in handling incomplete triples.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0081?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0081.xml">
<h4>
<span property="dc:title"></span>
Test 0081: multiple ways of handling incomplete triples (with @rev).
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests multiple ways of handling incomplete triples, this time with @rev.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0082?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0082.xml">
<h4>
<span property="dc:title"></span>
Test 0082: multiple ways of handling incomplete triples (with @rel and @rev).
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests multiple ways of handling incomplete triples, this time with both @rel and @rev.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0083?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0083.xml">
<h4>
<span property="dc:title"></span>
Test 0083: multiple ways of handling incomplete triples (merged).
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests multiple ways of handling incomplete triples; the first two triples should use the same bNode as subject ('merged'); the third case should use @about.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0084?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0084.xml">
<h4>
<span property="dc:title"></span>
Test 0084: multiple ways of handling incomplete triples, this time with both @rel and @rev.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests multiple ways of handling incomplete triples, this time with both @rel and @rev. There is an intermediate div that should be ignored by the process.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0085?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0085.xml">
<h4>
<span property="dc:title"></span>
Test 0085: @resource and @href in completing incomplete triples.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests the role of @resource and @href in completing incomplete triples (including their mutual priorities), but with an intermediate layer (ie, bNode) added.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0087?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0087.xml">
<h4>
<span property="dc:title"></span>
Test 0087: All reserved XHTML @rel values (with :xxx).
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests to ensure that all reserved XHTML words are supported in @rel (with :xxx).
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0088?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0088.xml">
<h4>
<span property="dc:title"></span>
Test 0088: Interpretation of the CURIE "_:".
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Test the interpretation of the CURIE "_:".
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0089?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0089.xml">
<h4>
<span property="dc:title"></span>
Test 0089: @src sets a new subject (@typeof).
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests to ensure that @src sets a new subject (focuses on @typeof)..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0091?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0091.xml">
<h4>
<span property="dc:title"></span>
Test 0091: Non-reserved, un-prefixed CURIE in @property.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests to ensure that non-reserved, un-prefixed CURIEs, when used in @property, generate triples..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0093?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0093.xml">
<h4>
<span property="dc:title"></span>
Test 0093: Tests XMLLiteral content with explicit @datatype (user-data-typed literal).
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests the explicit specification of an RDF XMLLiteral with @datatype using a non-RDF namespace, yielding a user-data-typed literal.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0099?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0099.xml">
<h4>
<span property="dc:title"></span>
Test 0099: Preservation of white space in literals.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests the preservation of white space in literals..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0104?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0104.xml">
<h4>
<span property="dc:title"></span>
Test 0104: rdf:value.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests rdf:value with blank nodes to give a value with a unit.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0106?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0106.xml">
<h4>
<span property="dc:title"></span>
Test 0106: chaining with empty value in inner @rel.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests the behavior of triple generation in the case where the inner @rel is defined, but is blank, which halts chaining..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0107?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0107.xml">
<h4>
<span property="dc:title"></span>
Test 0107: no garbage collecting bnodes.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure that that while we shouldn't garbage collect bnodes no triples are generated..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0108?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0108.xml">
<h4>
<span property="dc:title"></span>
Test 0108: plain literal with datatype="" and xml:lang preservation.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "" and preserves the xml:lang value. The text, with control characters and whitespace preserved, reads "Greek
white space
"..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0112?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0112.xml">
<h4>
<span property="dc:title"></span>
Test 0112: plain literal with datatype="".
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as ""..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0113?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0113.xml">
<h4>
<span property="dc:title"></span>
Test 0113: element with @property and no child nodes generates empty plain literal.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure that an element with @property and no child nodes generates empty plain literal..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0115?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0115.xml">
<h4>
<span property="dc:title"></span>
Test 0115: XML Entities must be supported by RDFa parser.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure that XML Entities are treated properly by the RDFa parser..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0118?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0118.xml">
<h4>
<span property="dc:title"></span>
Test 0118: empty string "" is not equivalent to NULL - @about.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure that the empty
string "" isn't considered as NULL in languages such as Javascript when
generating triples. This test sets the subject in a chain using @href
and then immediately changes the subject using @about and generates a
triple. A buggy parser may use the @href subject
(http://example.org/javascript.html) instead of the one defined by @about..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0119?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0119.xml">
<h4>
<span property="dc:title"></span>
Test 0119: "[prefix:]" CURIE format is valid.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure that an RDFa processor expands CURIEs having only a prefix and a
colon if a prefix is properly defined using xmlns.
.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0120?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0120.xml">
<h4>
<span property="dc:title"></span>
Test 0120: "[:]" CURIE format is valid.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure that an RDFa processor expands CURIEs having only a colon to the
default prefix "http://www.w3.org/1999/test-cases/vocab#".
.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0121?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0121.xml">
<h4>
<span property="dc:title"></span>
Test 0121: "[]" is a valid safe CURIE.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure RDFa processors resolve the empty CURIE correctly. Note that this is not valid HTML due to recursive </p><p> elements..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0122?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0122.xml">
<h4>
<span property="dc:title"></span>
Test 0122: resource="[]" does not set the object since RDFa does not allow non-prefixed CURIEs.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure that resource="[]" does not set the object since RDFa does not allow non-prefixed CURIEs.
.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0126?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0126.xml">
<h4>
<span property="dc:title"></span>
Test 0126: Multiple @typeof values.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to ensure that multiple (white space separated) values in @typeof trigger multiple rdf:type triples..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0140?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0140.xml">
<h4>
<span property="dc:title"></span>
Test 0140: Underscore is not allowed in xmlns.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Ensures that a prefix cannot start with an underscore character when specified using xmlns..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0147?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0147.xml">
<h4>
<span property="dc:title"></span>
Test 0147: xmlns prefix 'xmlzzz' (reserved).
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Ensures that RDFa processors allow the prefix 'xmlzzz', even though it is a reserved prefix in XML..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0174?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0174.xml">
<h4>
<span property="dc:title"></span>
Test 0174: Support single character prefix in CURIEs.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to ensure that the RDFa processor correctly processes single character prefixes when processing CURIEs..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0175?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0175.xml">
<h4>
<span property="dc:title"></span>
Test 0175: Property is URI.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure that a URI may be used as a @property value.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0176?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0176.xml">
<h4>
<span property="dc:title"></span>
Test 0176: Rel and Rev is URI.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure that a URI may be used as @rel and @rev values.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0180?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0180.xml">
<h4>
<span property="dc:title"></span>
Test 0180: Test @prefix with empty mapping.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks to make sure @prefix with empty prefix does not create a mapping..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0181?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0181.xml">
<h4>
<span property="dc:title"></span>
Test 0181: Test default XHTML vocabulary.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Checks Tests a CURIE with default namespace uses XHTML Vocabulary namespace..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0196?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0196.xml">
<h4>
<span property="dc:title"></span>
Test 0196: Test process explicit XMLLiteral.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
XMLLiteral must be explicitly specified, otherwise a normal untyped literal is created.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0206?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0206.xml">
<h4>
<span property="dc:title"></span>
Test 0206: Usage of Default Profile.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests whether the default RDFa 1.1 context (which contains prefix definitions, among others, to the Semantic Web Standard vocabularies) is properly handled..
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0207?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0207.xml">
<h4>
<span property="dc:title"></span>
Test 0207: Vevent using @typeof.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests Vevent using @typeof (inlc. dtstart, dtend, etc.).
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0213?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0213.xml">
<h4>
<span property="dc:title"></span>
Test 0213: Datatype generation for a literal with XML content, version 1.1.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
In RDFa 1.1, even if a literal contains XML elements, and no explicit datatype is set, the result is plain literal.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0214?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0214.xml">
<h4>
<span property="dc:title"></span>
Test 0214: Root element has implicit @about="".
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
All documents have an implicit @about="".
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0229?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0229.xml">
<h4>
<span property="dc:title"></span>
Test 0229: img[@src] test with omitted @about.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Tests if a @src (in img element) does not set the URIref object (with omitted @about) -- from 0042.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0235?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26rdfagraph%3Dprocessor%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&rdfagraph=processor&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0235.xml">
<h4>
<span property="dc:title"></span>
Test 0235: rdfagraph='processor' does not generate standard triples.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Setting rdfagraph query parameter to 'processor' does not output standard triples.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0236?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26rdfagraph%3Dprocessor%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&rdfagraph=processor&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0236.xml">
<h4>
<span property="dc:title"></span>
Test 0236: rdfagraph='processor' with a markup error generates rdfa:Error.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Setting rdfagraph query parameter to 'processor' generates an rdf:Error.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0237?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26rdfagraph%3Dprocessor%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&rdfagraph=processor&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0237.xml">
<h4>
<span property="dc:title"></span>
Test 0237: rdfagraph='processor' with invalid SafeCURIE generates rdfa:Warning.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Setting rdfagraph query parameter to 'processor' generates an rdf:Warning when given
a SafeCURIE with an invalid prefix.
.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0238?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26rdfagraph%3Dprocessor%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&rdfagraph=processor&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0238.xml">
<h4>
<span property="dc:title"></span>
Test 0238: rdfagraph='processor' with missing Term definition generates rdfa:Warning.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Setting rdfagraph query parameter to 'processor' generates an rdf:Warning when given
a missing Term definition.
.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div><div typeof="earl:Assertion" about="test-details/rdfa1.1/xml1/0239?rdfa-extractor=http%3A//rdf.greggkellogg.net/distiller%3Fraw%3Dtrue%26in_fmt%3Drdfa%26rdfagraph%3Dprocessor%26uri%3D">
<span property="earl:assertedBy" resource=""></span>
<span class="resource processorURL" property="earl:subject" resource="http://rdf.greggkellogg.net/distiller?raw=true&in_fmt=rdfa&rdfagraph=processor&uri="></span>
<div class="resource docURL" rel="earl:test" typeof="earl:TestCase" resource="test-cases/rdfa1.1/xml1/0239.xml">
<h4>
<span property="dc:title"></span>
Test 0239: rdfagraph='processor' with undefined prefix generates rdfa:Warning.
<span property="earl:mode" resource="earl:automatic"></span>
</h4>
<p property="dc:description">
Setting rdfagraph query parameter to 'processor' generates an rdf:Warning when given
a SafeCURIE with an undefined prefix.
.
</p>
</div>
<p property="earl:result" typeof="earl:TestResult">
Result:
<strong class="resource outcome" property="earl:outcome" resource="earl:pass">PASS</strong>
</p>
</div></div></body></html>
|
client_static/login/index2.html
|
rpbeltran/closed-kimono
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Login Materialize</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css'>
<link rel='stylesheet prefetch' href='https://cdn.materialdesignicons.com/1.1.34/'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="login-page" class="row">
<div class="col s12 z-depth-6 card-panel">
<form class="login-form">
<div class="row">
</div>
<div class="row">
<div class="input-field col s12">
<i class="material-icons prefix">mail_outline</i>
<input class="validate" id="email" type="email">
<label for="email" data-error="invalid email" data-success="valid">Email</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<i class="material-icons prefix">lock_outline</i>
<input id="password1" type="password">
<label for="password1">1st Password</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<i class="material-icons prefix">lock_outline</i>
<input id="password2" type="password">
<label for="password2">2nd Password</label>
</div>
</div>
<div class="row">
<div class="input-field col s12 m12 l12 login-text">
<input type="checkbox" id="remember-me" />
<label for="remember-me">Remember me</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<a href="#" , id="login" , class="btn waves-effect waves-light col s12">Login</a>
</div>
</div>
<div class="row">
<div class="input-field col s6 m6 l6">
<p class="margin medium-small"><a href="#" id="register_now">Register Now!</a></p>
</div>
<div class="input-field col s6 m6 l6">
<p class="margin right-align medium-small"><a href="#">Forgot password?</a></p>
</div>
</div>
</form>
</div>
</div>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js'></script>
<script src="index.js"></script>
</body>
</html>
|
post/feudi/index.html
|
mutek/wolfstep-storicizzazione
|
<!DOCTYPE html>
<html lang="en-us">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<meta property="og:title" content=" Dare fastidio perche' si esiste. · KEIN PFUSCH, BITTE!" />
<meta property="og:site_name" content="KEIN PFUSCH, BITTE!" />
<meta property="og:url" content="http://www.wolfstep.cc/post/feudi/" />
<meta property="og:type" content="article" />
<meta property="og:article:published_time" content="2015-03-12T18:46:36+01:00" />
<meta property="og:article:tag" content="italia" />
<meta property="og:article:tag" content="lavoro" />
<meta property="og:article:tag" content="feudi" />
<title>
Dare fastidio perche' si esiste. · KEIN PFUSCH, BITTE!
</title>
<link rel="stylesheet" href="http://www.wolfstep.cc//css/bootstrap.min.css" />
<link rel="stylesheet" href="http://www.wolfstep.cc//css/main.css" />
<link rel="stylesheet" href="http://www.wolfstep.cc//css/font-awesome.min.css" />
<link rel="stylesheet" href="http://www.wolfstep.cc//css/github.css" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="http://www.wolfstep.cc//images/favicon.ico" />
<link rel="apple-touch-icon" href="http://www.wolfstep.cc//images/apple-touch-icon.png" />
<link href="" rel="alternate" type="application/rss+xml" title="KEIN PFUSCH, BITTE!" />
</head>
<body>
<header class="global-header">
<section class="header-text">
<h1><a href="http://www.wolfstep.cc/">KEIN PFUSCH, BITTE!</a></h1>
<div class="tag-line">
Comunicare, ammesso sia possibile, e' perfettamente inutile
</div>
<div class="sns-links hidden-print">
<a href="https://twitter.com/@Uriel_fanelli" target="_blank">
<i class="fa fa-twitter"></i>
</a>
<a href="https://vk.com/uriel.fanelli" target="_blank">
<i class="fa fa-vk"></i>
</a>
<a href="https://github.com/uriel-fanelli" target="_blank">
<i class="fa fa-github"></i>
</a>
<a href="https://plus.google.com/u/0/b/115168008878786945937/115168008878786945937" target="_blank">
<i class="fa fa-google-plus"></i>
</a>
<br>
<a href="/books/" target="_blank">
<i class="fa fa-book"></i>
</a>
<a href="/pages/datenschutz/" target="_blank">
<i class="fa fa-gavel"></i>
</a>
<a href="/pages/contattarmi/" target="_blank">
<i class="fa fa-beer"></i>
</a>
<a href="/pages/faq/" target="_blank">
<i class="fa fa-warning"></i>
</a>
</div>
<br>
<a href="http://www.wolfstep.cc/" class="btn-header btn-back hidden-xs">
<i class="fa fa-angle-left"></i>
Home
</a>
</section>
</header>
<main class="container">
<article>
<header>
<h1 class="text-primary">Dare fastidio perche' si esiste.</h1>
<div class="post-meta clearfix">
<div class="post-date pull-left">
Posted on
<time datetime="2015-03-12T18:46:36+01:00">
Mar 12, 2015
</time>
</div>
<div class="pull-right">
<span class="post-tag small"><a href="http://www.wolfstep.cc//tags/italia">#italia</a></span>
<span class="post-tag small"><a href="http://www.wolfstep.cc//tags/lavoro">#lavoro</a></span>
<span class="post-tag small"><a href="http://www.wolfstep.cc//tags/feudi">#feudi</a></span>
</div>
</div>
</header>
<section>
<div style="text-align: justify;">
<p>E’ un tema che e’ uscito dal mio post su Manno, ed e’ il meccanismo - di cui si parla sempre poco - che da sempre coinvolge la societa’ italiana, specialmente quando si parla di economia. Mi riferisco alla tremenda ostilita’ che colpisce non il singolo imprenditore, ma un nuovo settore di imprenditori.</p>
<p>Mi riferisco al momento, cioe’, in cui nasce una nuova professione. Il momento specifico nel quale un lavoro o un settore che prima non esistevano minaccia di creare una nuova classe di imprenditori e di lavoratori.</p>
<p>Per capire questo dobbiamo andare indietro ci circa un secolo. Il 95% della popolazione lavorava in campagna, ovvero nell’agricoltura. La quale aveva certamene una fame di braccia, visti i metodi arcaici che si usavano per coltivare.</p>
<p>D’altro canto, questa fame di braccia NON produceva alcuna crescita dei redditi perche’ il rapporto col lavoro era di tipo cattolico: il lavoro come punizione per l’uomo, come male imposto da dio in seguito al peccato originale. Di conseguenza non bastava lavorare: occorreva faticare. E non bastava essere stanchi: occorreva che la fatica diventasse tormento.</p>
<p>Solo quando potevate mostrare chiari segni di tormento da fatica, si diceva di voi che foste dei lavoratori. In questo senso, le condizioni del lavoratori nelle campagne erano subumane. Chi creda ancora alle storie di campagna molto Eataly, con le fattorie del Mulino Bianco e le famigliole felici, non ha capito nulla di quanto avveniva. Le persone valevano poco piu’ delle bestie, in certi casi anche meno (dovendo scegliere a chi dare soldi, si curava la mucca ma non la moglie, insomma) e la dignita’ dei lavoratori era una cosa praticamente sconosciuta.</p>
<p>C’erano i grandi proprietari, spesso nobili, i proprietari meno grandi (che spesso erano i pochi prfessionisti dell’epoca, come medici o notai) , pochissimi piccoli, e poi a seconda della zona manovali o mezzadri, ovvero gli schiavi.</p>
<p>Non dico che i primi godessero dello Jus Primae Noctis, ma diciamolo apertamente: era meglio essere molto gentili con loro.</p>
<p>Allora, arriva l’industria, che inizia a svuotare le campagne. Certo, Charlie Chaplin e la dialettica sindacale ci fanno vedere che nella fabbrica gli uomini erano solo numeri e che avevano a che fare con macchine, ma rispetto a prima era un miglioramento notevole. Era un miglioramente notevole perche’ un rapporto impersonale con la fabbrica era meglio del personalissimo schiavismo di prima. Meglio essere un numero come tanti, che essere lo schiavo con il nome e il cognome stampato sulle catene , insomma.</p>
<p>Questa cosa non piacque ai latifondisti e ai caporali che davano lavoro ai braccianti. Sia perche’ fece salire la domanda di braccia , sia perche’ fece salire il costo della manodopera, ma il problema era diverso:</p>
<h1 id="da-quel-momento-c-era-l-alternativa:fd3357bded07e80f66c48fd51be112cc">Da quel momento c’era l’alternativa.</h1>
<p>Prima non c’era. Dovevate chinare la testa, perche’ cambiare aria era difficilissimo, gli artigiani ereditavano il mestiere del padre, e in quella zona c’era solo “lui”, quello che vi vessava. E non potevate farci niente.</p>
<p>Ad un certo punto arriva alternativa: vado a lavorare in citta’, e ci porto pure la famiglia. E I FIGLI. Le future braccia che se ne vanno.</p>
<p>Ovviamente la societa’ italiana reagisce, e in pochi decenni si riesce a dare le stesse condizioni di merda a contadini ed operai. Nasce Confindustria, si crea la corporazione degli industriali, e via. Ma le sorprese non arrivano qui.</p>
<p>La cosa si ripete quando , nel dopoguerra, nasce il mondo dei servizi. Industriali e proprietari di terre si trovano per la seconda volta ad avere di fronte un settore che cresce, assorbe la manodopera, e cambia gli equilibri di potere tra datore di lavoro e lavoratore.</p>
<p>Ma anche questo si blocca con la nascita degli Ordini, che prendono i professionisti, ovvero le figure chiave del mondo dei servizi del secolo scorso, e li imbrigliano in un sistema corporativo che ne regola il numero.</p>
<p>Ed ecco che sfuma l’alternativa.</p>
<p>Adesso siamo alla nascita del settore IT, del mondo dei computer di massa. Chiedetevi quali fossero le speranze di un giovane diplomato che prendesse la maturita’ nel 1989. Quali erano?</p>
<blockquote>
<ul>
<li>Lavorare per qualche industria e piano piano crescere di reddito.</li>
<li>Diventare un professionista iscritto ad un Ordine.</li>
<li>Lavorare per un imprenditore del luogo e subirne il carattere.</li>
<li>Aprire un negozio.</li>
<li>Ereditare il lavoro di papa’.</li>
<li>Trovare un impiego statale.</li>
</ul>
</blockquote>
<p>se esaminate le prospettive nel 1989, scoprite che in TUTTI i casi si sarebbe trattato <em>di una trafila di ostacoli , esercitati da ordini, associazioni, comune, politici vari</em> al preciso scopo di mantenere <strong>un numero chiuso</strong> ovvero di gestire in qualche modo il rapporto tra domanda ed offerta nel mercato del lavoro.</p>
<p>Lavorare per qualche industria significava finire nelle mani di sindacati e varie politiche industriali. Per diventare professionisti avevate bisogno di superare le barriere poste dagli ordini. Per andare a lavorare da un piccolo imprenditore dovevate essere disposti a lunghi apprendistati, lavoro nero, e tante altre angherie. Per aprire un negozio avevate bisogno che nessuna altra associazione facesse ricorso al comune per avervi dato la licenza. Per ereditare il lavoro di papa’ serviva il papa’ con il lavoro, e per l’impiego statale serviva la raccomandazione.</p>
<h2 id="non-potevate-fare-niente-senza-dover-elemosinare-un-favore-a-qualcuno:fd3357bded07e80f66c48fd51be112cc">Non potevate fare niente senza dover elemosinare un favore a qualcuno</h2>
<p>Poi esplode l’informatica. Negozi ovunque, e spesso non erano nemmeno negozi, visto che la categoria non esisteva. Consulenti, programmatori, tutti professionisti nuovi, SENZA CHE ESISTESSE UN ORDINE capace di gestirne i numeri.</p>
<p>Imprese sulle quali confindustria aveva poco da dettare legge, come gli ISP, i quali - ed era chiaro - si trovavano a gestire qualcosa che sarebbe presto diventato essenziale.</p>
<p>Ma specialmente:</p>
<pre><code>gente che mollava il lavoro di prima per darsi all'informatica.
</code></pre>
<p>Questo li faceva imbestialire. Il fatto che vi fosse spazio. Il fatto che potesse aprire un negozio di informatica , che i negozi di computer non fossero quasi mai iscritti a nessuna conf-*, che stessero nascendo catene di negozi dei quali nessuno sapeva “di chi sei figlio”.</p>
<p>Gli ISP poi erano visti come il demonio. Il comune di Bologna arrivo’ ad offrire connettivita’ gratis pur di farli chiudere.Il motivo per il quale fu chiaro che si trattava di una inizitiva pelosa era legato sia alla scelta del fornitore (Cineca) sia per il fatto che , oltre a quell’iniziativa , altri forzi del comune di Bologna per lo sviluppo del digitale non se ne videro. Se non quando la Bertolini, sfidante di Guazzaloca, disse che voleva costruire il “campus digitale”, fatto esclusivamente di cooperative rosse e di onlus, con impiego di soli volontari e obiettori di coscienza, che pero’ avrebbero offerto al pubblico le stesse cose delle aziende esistenti. Cosa che avrebbe fatto chiudere qualsiasi altra azienda digitale di Bologna, <strong>che invece la manodopera la pagava</strong>. Per fortuna vinse Guazzaloca.</p>
<p>Come se non bastasse, era difficilissimo imbrigliare gli informatici in un Sacro Ordine Italiano , costringendo i giovani a subire anni di angherie e sfruttamento prima di essere in grado di lavorare. Il motivo stava nel fatto che per fare un ordine occorre la laura, ma le le universita’ non erano ancora pronte alla rivoluzione informatica, mentre gli ITIS e i licei AMBRA avevano gia’ iniziato a sfornare i loro diplomati con conoscenze di programmazione ed elettronica. E come se non bastasse, c’erano gli autodidatti che poi aprivano il negozietto, quelli che avevano la BBS che prima vendevano sulla BBS e poi aprivano il negozio (con BBS dentro) quelli che avevano la BBS e poi aprivano l’ ISP….</p>
<p>Quando andavamo in giro alle fiere e parlavamo con gli altri imprenditori, percepivamo chiaramente l’odio, dal momento che noi eravamo quelli che “non avevano dovuto fare la gavetta”. La “new economy ” era bersagliata di critiche proprio perche’ si diceva che i “veri” imprenditori e i “veri” professionisti “hanno fatto una lunga gavetta”.</p>
<p><center></p>
<h2> "Una lunga gavetta" era il nome degli ostacoli, dei colli di bottiglia e dello sfruttamento nonnistico che "chi era dentro" applicava su "chi voleva entrare". Con la scusa della lunga gavetta, chi voleva aprire un negozio doveva lavorare sottopagato, sfruttato ed in nero in un negozio esistente, gli avvocati dovevano regalare due anni gratuiti ad altri avvocati, e cosi' via. </h2>
<p></center></p>
<p>La struttura essenzialmente schiavista della societa’ medioevale in realta’ si e’ mantenuta alla perfezione. Come funziona?</p>
<p>Usciti dalla scuola, siete schiavi per una decina di anni.
Dopo dieci anni di schiavitu’, siete “liberti”, e potete finalmente essere liberi da vincoli, <u>MA</u> non siete ancora cittadini completi e c’e’ qualcuno che ha piu’ diritti e decide.
Dopo 20,30 anni di lavoro, siete tra quelli che “conoscono tizio”, che “conoscono caio”, che “sono un punto di riferimento”, e avete persino un reddito di rendita: benvenuti tra i patrizi.</p>
<p>La struttura schiavistica del medioevo: semplicemente esercitata, anziche’ per nascita, per eta’. Previo rimanendo che, comunque, chi nasce nella famiglia buona puo’ ancora superare la piu’ brutta delle fasi, e partire dallo status di liberto.</p>
<p>In questa struttura della societa’, ovviamente noi informatici eravamo insopportabili, perche’ saltavamo la prima parte. Non eravamo mai schiavi. Osavamo avere un reddito pieno quando i nostri coetanei erano ancora schiavi.</p>
<p>Ed e’ questo il pensiero insopportabile per l’economia italiana:</p>
<h1 id="milioni-di-giovani-a-reddito-pieno:fd3357bded07e80f66c48fd51be112cc">Milioni di giovani a reddito pieno</h1>
<p>Non dovete farlo. L’italia riconosce come propria soltanto un’economia ove il giovane , appena entrato nel mondo del lavoro, sia trattato come uno schiavo, privato del tempo libero e dei diritti di base, nonche’ del reddito. Se anche il tempo libero e’ tollerabile, allora manchera’ il reddito, e viceversa. Un nuovo settore che produca giovani i quali hanno, insieme, reddito pieno e condizioni di lavoro dignitose e’ il piu’ grave crimine che un settore, o un imprenditore, possano commettere.</p>
<p>Essere giovani, avere il reddito e il tempo libero e’ un privilegio esclusivo di alcune famiglie patrizie, <strong>e tale deve rimanere</strong>. Pena la guerra termonucleare totale globale: niente verra’ lasciato intentato pur di mettervi i bastoni tra le ruote e farvi chiudere.</p>
<blockquote>
<p>Di fronte ad un nuovo settore, che non si strutturi secondo la visione schiavistica della societa’ italiana, la reazione e’ sempre quella di ostilita’ feroce ed istintiva. Se appartenete ad una New Economy del caso, tutti quelli che potranno farvi del male ve lo faranno: per invidia, per difesa corporativa, per difesa dello status quo.</p>
</blockquote>
<p>Chi appartiene al vecchio status quo NON puo’ tollerare un mondo del lavoro che non sia ritagliato sul sistema schiavista medioevale, cambiando la nascita con l’eta’:</p>
<blockquote>
<ul>
<li>5,10 anni da schiavi finite le scuole.</li>
<li>20,30 anni da liberti dopo una lunga schiavitu’.</li>
<li>da vecchi essere “punti di riferimento”, ovvero la completa cittadinanza economica, ovvero la rendita.</li>
</ul>
</blockquote>
<p>Quando nasce l’ IT, e’ chiaro a tutti che non si pieghera’ a questo modello: e’ fatto di persone che non sono fatte di quella sostanza. E questo basto’ a produrre la reazione.</p>
<p>Tutto cio’ che poteva andare contro le nuove aziende ed i nuovi professionisti, che cercavano di sfuggire allo schema schiavista, era visto come buono. Il blasfemo che osava offrire un reddito pieno ad un giovane andava avversato e combattuto con ogni mezzo: tutto il male che potevano farvi, ve lo facevano. Avevate osato emanciparvi senza passare per la schiavitu’! Come osate? Presuntuosi! Arroganti!</p>
<p>Persino i vostri coetanei vi erano contro: loro erano in qualche studio a fare gli schiavi, e voi eravate gia’ liberi. Hybris! Bestemmia!</p>
<p>Chi ha vinto?</p>
<p>Alla fine, chi ha avuto la meglio?</p>
<p>Ovviamente loro.</p>
<p>E potete vederlo chiaramente quando osservate un informatico di oggi, in Italia.</p>
<p>Che cosa vedete? Com’e’ la sua carriera?</p>
<blockquote>
<ul>
<li>5,10 anni da schiavi finite le scuole.</li>
<li>20,30 anni da liberti dopo una lunga schiavitu’.</li>
<li>da vecchi essere “punti di riferimento”, ovvero la completa cittadinanza economica, ovvero la rendita.</li>
</ul>
</blockquote>
<p>come vedete , <strong>alla fine hanno vinto loro</strong>.</p>
<p>Manno e’ solo una delle storie. Lui dava lavoro, e senza chiedere cinque, dieci anni di schiavitu’. Solo per questo: aveva di fronte una societa’ che non poteva tollerare un giovane, che non fosse di buona famiglia, e che saltasse la parte di schiavitu’.</p>
<h1 id="saltare-la-schiavitu-iniziale-ad-inizio-carriera-e-privilegio-dei-rampolli-di-alcune-famiglie-patrizie:fd3357bded07e80f66c48fd51be112cc">Saltare la schiavitu’ iniziale ad inizio carriera e’ privilegio dei rampolli di alcune famiglie patrizie</h1>
<p>Chiunque non sia nobile e si arroghi il privilegio di fare lo stesso, chiunque sfoggi pubblicamente un <strong>reddito pieno in giovane eta’</strong> (coprite gli occhi alle vostre figlie!!) senza essere schiavo e senza appartenere ad una famiglia di patrizi, viene visto come un usurpatore, un eretico, un attentatore dell’ordine naturale delle cose.</p>
<p>Egli avra’ contro una ostilita’ che non e’ organizzata ma semplicemente generale: ma prima di lui avra’ questa ostilita’ <em>chiunque</em> abbia osato offrire a dei giovani questo status <em>contronatura</em> di “giovane con un reddito pieno”.</p>
<p>Perche’ i vecchi bastardi, in Italia, mangiano la carne dei propri figli. E vogliono continuare a farlo.</p>
<p><center></p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/p9YWF_9B2JQ" frameborder="0" allowfullscreen></iframe>
<p></center></p>
<br>
<div class="addthis_native_toolbox"></div>
</div>
</section>
<footer>
<section class="author-info row">
<div class="author-avatar col-md-2">
</div>
<div class="author-meta col-md-6">
<h1 class="author-name text-primary">Uriel Fanelli</h1>
</div>
<div class="author-contact col-md-4">
<a href="mailto:uriel.fanelli@gmx.de">
<i class="fa fa-envelope-o"></i>
Contact me
</a>
</div>
</section>
<ul class="pager">
<li class="previous"><a href="http://www.wolfstep.cc/post/fuffamakers/"><span aria-hidden="true">←</span> Older</a></li>
<li class="next"><a href="http://www.wolfstep.cc/post/strupo/">Newer <span aria-hidden="true">→</span></a></li>
</ul>
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="100%"
height="700">
</iframe>
<script type="text/javascript">
document.getElementById('forum_embed').src =
'https://groups.google.com/forum/embed/?place=forum/kein-pfusch'
+ '&showsearch=false&showpopout=true&showtabs=false&hl=it&theme=Light'
+ '&parenturl=' + encodeURIComponent(window.location.href);
</script>
</footer>
</article>
</main>
<footer class="container global-footer">
<div class="copyright-note pull-left">
</div>
<div class="sns-links hidden-print">
<a href="https://twitter.com/@Uriel_fanelli" target="_blank">
<i class="fa fa-twitter"></i>
</a>
<a href="https://vk.com/uriel.fanelli" target="_blank">
<i class="fa fa-vk"></i>
</a>
<a href="https://github.com/uriel-fanelli" target="_blank">
<i class="fa fa-github"></i>
</a>
<a href="https://plus.google.com/u/0/b/115168008878786945937/115168008878786945937" target="_blank">
<i class="fa fa-google-plus"></i>
</a>
<br>
<a href="/books/" target="_blank">
<i class="fa fa-book"></i>
</a>
<a href="/pages/datenschutz/" target="_blank">
<i class="fa fa-gavel"></i>
</a>
<a href="/pages/contattarmi/" target="_blank">
<i class="fa fa-beer"></i>
</a>
<a href="/pages/faq/" target="_blank">
<i class="fa fa-warning"></i>
</a>
</div>
<br>
</footer>
<script src="http://www.wolfstep.cc//js/highlight.pack.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54f32bcd406c5e50" async="async"></script>
</body>
</html>
|
static/m-simu/header.html
|
xiangqinburuouyu/web
|
<div class="container top">
<div class="top_back pull-left"><a href="javascript:;" onclick="javascript:history.back();"><i class="icon iconfont font24"></i></a></div>
<div class="top_r pull-right Tooltip">
<span>
<a href="sm-register.html"><i class="icon iconfont font24"></i></a>
<div class="tooltip tooltip_re fade bottom in" role="tooltip">
<div class="tooltip-arrow" ></div>
<div class="tooltip-inner">注册</div>
</div>
</span>
<span>
<a href="sm-login.html"><i class="icon iconfont icon_login"></i></a>
<div class="tooltip tooltip_lg fade bottom in" role="tooltip" >
<div class="tooltip-arrow" ></div>
<div class="tooltip-inner">登录</div>
</div>
</span>
<span>
<a href="javascript:;" id="nav"><i class="icon-list font24"></i></a>
<div class="tooltip tooltip_nav fade bottom in" role="tooltip">
<div class="tooltip-arrow" ></div>
<div class="tooltip-inner">导航</div>
</div>
</span>
</div>
<nav class="nav">
<h3>导航 <button class="close pull-right" type="button"><span>×</span></button></h3>
<ul class="nav_list">
<li><a href="index.html">首页</a></li>
<li><a href="sm-pro.html">私募产品</a></li>
<li><a href="sm-comp.html">私募公司</a></li>
<li><a href="sm-mang.html">私募经理</a></li>
<li><a href="sm-ques-login.html">理财问答</a></li>
<li><a href="new.html">私募新闻</a></li>
<li><a href="sm-search.html">本站搜索</a></li>
<li><a href="sm-map.html">网站地图</a></li>
</ul>
</nav>
</div>
|
_includes/sidebar.html
|
edwinbosire/edwinbosire.github.io
|
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>{{ site.title }}</h1>
<p class="lead">{{ site.description }}</p>
</div>
<ul class="sidebar-nav">
<li class="sidebar-nav-item{% if page.title == "Home" %} active{% endif %}">
<a href="/">Home</a>
</li>
{% comment %}
The code below dynamically generates a sidebar nav of pages with
`layout: page` in the front-matter. See readme for usage.
{% endcomment %}
{% assign pages_list = site.pages %}
{% for node in pages_list %}
{% if node.title != null %}
{% if node.layout == "page" %}
<li class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}">
<a href="{{ node.url }}">{{ node.title }}</a>
</li>
{% endif %}
{% endif %}
{% endfor %}
<li class="sidebar-nav-item"><a href="{{ site.github.repo }}">GitHub</a></li>
<li class="sidebar-nav-item"><a href="{{ site.linkedin.url }}">LinkedIn</a></li>
<li class="sidebar-nav-item"><a href="{{ site.twitter }}">Twitter</a></li>
<li class="sidebar-nav-item"><a href="{{ site.resume }}">Resume</a></li>
<li class="sidebar-nav-item">Currently v{{ site.version }}</li>
</ul>
<p>© {{ site.time | date: '%Y' }}. All rights reserved.</p>
</div>
</div>
|
surfers/mlt/dhol.html
|
chicofilho/fst
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FST - Dylan Holland</title>
<meta name="description" content="Keep track of the statistics from Dylan Holland. Average heat score, heat wins, heat wins percentage, epic heats road to the final">
<meta name="author" content="">
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Fantasy Surfing tips"/>
<meta property="og:image" content="https://fantasysurfingtips.com/img/just_waves.png"/>
<meta property="og:description" content="See how great Dylan Holland is surfing this year"/>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ -->
<link href="https://fantasysurfingtips.com/css/bootstrap.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="https://fantasysurfingtips.com/css/freelancer.css" rel="stylesheet">
<link href="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet" />
<!-- Custom Fonts -->
<link href="https://fantasysurfingtips.com/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css">
<script src="https://code.jquery.com/jquery-2.x-git.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.1/rails.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script>
<script src="https://www.w3schools.com/lib/w3data.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2675412311042802",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.6";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Navigation -->
<div w3-include-html="https://fantasysurfingtips.com/layout/header.html"></div>
<!-- Header -->
<div w3-include-html="https://fantasysurfingtips.com/layout/sponsor.html"></div>
<section >
<div class="container">
<div class="row">
<div class="col-sm-3 ">
<div class="col-sm-2 ">
</div>
<div class="col-sm-8 ">
<!-- <img src="http://fantasysurfingtips.com/img/surfers/dhol.png" class="img-responsive" alt=""> -->
<h3 style="text-align:center;">Dylan Holland</h3>
<a href="https://twitter.com/share" class="" data-via="fansurfingtips"><i class="fa fa-twitter"></i> Share on Twitter</i></a> <br/>
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ffantasysurfingtips.com%2Fsurfers%2Fdhol&src=sdkpreparse"><i class="fa fa-facebook"></i> Share on Facebook</a>
</div>
<div class="col-sm-2 ">
</div>
</div>
<div class="col-sm-3 portfolio-item">
</div>
<div class="col-sm-3 portfolio-item">
<h6 style="text-align:center;">Avg Heat Score (FST DATA)</h6>
<h1 style="text-align:center;">4.85</h1>
</div>
</div>
<hr/>
<h4 style="text-align:center;" >Heat Stats (FST data)</h4>
<div class="row">
<div class="col-sm-4 portfolio-item">
<h6 style="text-align:center;">Heats</h6>
<h2 style="text-align:center;">2</h2>
</div>
<div class="col-sm-4 portfolio-item">
<h6 style="text-align:center;">Heat wins</h6>
<h2 style="text-align:center;">0</h2>
</div>
<div class="col-sm-4 portfolio-item">
<h6 style="text-align:center;">HEAT WINS PERCENTAGE</h6>
<h2 style="text-align:center;">0.0%</h2>
</div>
</div>
<hr/>
<h4 style="text-align:center;">Avg Heat Score progression</h4>
<div id="avg_chart" style="height: 250px;"></div>
<hr/>
<h4 style="text-align:center;">Heat stats progression</h4>
<div id="heat_chart" style="height: 250px;"></div>
<hr/>
<style type="text/css">
.heats-all{
z-index: 3;
margin-left: 5px;
cursor: pointer;
}
</style>
<div class="container">
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = "http://fantasysurfingtips.com/surfers/dhol"; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '4733'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//fantasysurfingtips.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</section>
<script type="text/javascript">
$('.heats-all').click(function(){
$('.heats-all-stat').css('display', 'none')
$('#'+$(this).attr('id')+'-stat').css('display', 'block')
});
$('.heats-2016').click(function(){
$('.heats-2016-stat').css('display', 'none')
$('#'+$(this).attr('id')+'-stat').css('display', 'block')
});
$('document').ready(function(){
new Morris.Line({
// ID of the element in which to draw the chart.
element: 'avg_chart',
// Chart data records -- each entry in this array corresponds to a point on
// the chart.
data: [],
// The name of the data record attribute that contains x-values.
xkey: 'year',
// A list of names of data record attributes that contain y-values.
ykeys: ['avg', 'avg_all'],
// Labels for the ykeys -- will be displayed when you hover over the
// chart.
labels: ['Avg score in year', 'Avg score FST DATA']
});
new Morris.Bar({
// ID of the element in which to draw the chart.
element: 'heat_chart',
// Chart data records -- each entry in this array corresponds to a point on
// the chart.
data: [],
// The name of the data record attribute that contains x-values.
xkey: 'year',
// A list of names of data record attributes that contain y-values.
ykeys: ['heats', 'wins', 'percs'],
// Labels for the ykeys -- will be displayed when you hover over the
// chart.
labels: ['Heats surfed', 'Heats won', 'Winning percentage']
});
});
</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- Footer -->
<div w3-include-html="https://fantasysurfingtips.com/layout/footer.html"></div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74337819-1', 'auto'); // Replace with your property ID.
ga('send', 'pageview');
</script>
<script>
w3IncludeHTML();
</script>
<!-- jQuery -->
<script src="https://fantasysurfingtips.com/js/jquery.js"></script>
<script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://fantasysurfingtips.com/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://fantasysurfingtips.com/js/classie.js"></script>
<script src="https://fantasysurfingtips.com/js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="https://fantasysurfingtips.com/js/jqBootstrapValidation.js"></script>
<script src="https://fantasysurfingtips.com/js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="https://fantasysurfingtips.com/js/freelancer.js"></script>
<script type="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script>
<script type="https://cdn.datatables.net/1.10.12/js/dataTables.bootstrap.min.js"></script>
</body>
</html>
|
src/shared/widgets/helpers/common.css
|
victorporof/tofino
|
/*
Copyright 2016 Mozilla
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
*/
.reset {
all: unset;
display: inherit; /* stylelint-disable-line */
}
.app-drag {
-webkit-app-region: drag;
}
.app-no-drag {
-webkit-app-region: no-drag;
}
|
yoursite-core.css
|
WereBooks/BookshelfCMS_Alpha
|
/* Demo CSS to use as a basis for the CMS tool. Adjust as needed for your site */
.borderless
{
border:0;
padding:0 0.5em 0 0
}
.hidden
{
display:none
}
object[type="image/svg+xml"]
{
overflow:hidden
}
div.admonition,div.attention,div.caution,div.danger,div.error,div.hint,div.important,div.note,div.tip,div.warning,div.sidebar
{
margin-bottom:20px;
background-color:#fff;
border:1px solid #ddd;
border-radius:4px;
-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .05);
box-shadow:0 1px 1px rgba(0, 0, 0, .05);
padding:0 15px 15px 15px
}
div.attention,div.caution,div.danger,div.error,div.warning
{
border-color:#EBCCD1
}
{
font-size:16px;
color:#333;
background-color:#F5F5F5;
padding:10px 15px;
margin-left:-15px;
margin-right:-15px;
border-bottom:1px solid rgba(0, 0, 0, 0);
border-top-left-radius:3px;
border-top-right-radius:3px;
color:#333;
background-color:#F5F5F5;
border-color:#DDD
}
div.dedication
{
margin:2em 5em;
text-align:center;
font-style:italic
}
div.dedication p.topic-title
{
font-weight:bold;
font-style:normal
}
div.footer,div.header
{
clear:both;
font-size:smaller
}
div.line-block
{
display:block;
margin-top:1em;
margin-bottom:1em
}
div.line-block div.line-block
{
margin-top:0;
margin-bottom:0;
margin-left:1.5em
}
html[dir="rtl"] div.line-block div.line-block
{
margin-top:0;
margin-bottom:0;
margin-right:1.5em;
margin-left:0
}
div.sidebar
{
margin-left:2em;
min-height:20px;
width:40%;
float:right;
clear:right
}
div.sidebar p.rubric
{
font-size:medium
}
div.topic
{
margin:2em
}
img.align-left,.figure.align-left,object.align-left
{
clear:left;
float:left;
margin-right:1em
}
img.align-right,.figure.align-right,object.align-right
{
clear:right;
float:right;
margin-left:1em
}
img.align-center,.figure.align-center,object.align-center
{
display:block;
margin-left:auto;
margin-right:auto
}
.align-left
{
text-align:left
}
.align-center
{
clear:both;
text-align:center
}
.align-right
{
text-align:right
}
div.align-right
{
text-align:inherit
}
ol.simple,ul.simple
{
margin-bottom:1em
}
ol.arabic
{
list-style:decimal
}
ol.loweralpha
{
list-style:lower-alpha
}
ol.upperalpha
{
list-style:upper-alpha
}
ol.lowerroman
{
list-style:lower-roman
}
ol.upperroman
{
list-style:upper-roman
}
p.attribution
{
text-align:right;
margin-left:50%
}
p.caption
{
font-style:italic
}
p.credits
{
font-style:italic;
font-size:smaller
}
p.label
{
white-space:nowrap
}
p.rubric
{
font-weight:bold;
font-size:larger;
color:maroon;
text-align:center
}
p.sidebar-subtitle
{
font-weight:bold
}
p.topic-title
{
font-weight:bold
}
pre.address
{
margin-bottom:0;
margin-top:0;
font:inherit
}
pre.code .ln
{
color:gray
}
span.option
{
white-space:nowrap
}
span.pre
{
white-space:pre
}
span.problematic
{
color:red
}
span.section-subtitle
{
font-size:.8rem
}
table.citation
{
border-left:solid 1px gray;
margin-left:1px
}
ul.auto-toc
{
list-style-type:none
}
a.footnote-reference
{
line-height:0px
}
*
{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
html,body
{
overflow-x:hidden;
margin:0;
padding:0;
font-family:'PT Serif', Georgia, "Times New Roman", serif;
line-height:1.5;
background-color:white;
color:#0C090A;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%
}
@media (min-width: 38em)
{
html
{
font-size:20px
}
}
h1,h2,h3,h4,h5,h6
{
font-family:'PT Sans', Helvetica, Arial, sans-serif;
font-weight:400;
color:#313131;
letter-spacing:-.025rem;
margin-bottom:.5rem;
margin-top:1rem;
text-rendering:optimizeLegibility
}
h1
{
font-size:2rem
}
h2,h3,h4
{
font-size:1.55rem
}
h5,h6
{
font-size:1.25rem
}
@font-face
{
font-family:'PT Sans';
font-style:normal;
font-weight:400;
src:local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/9kaD4V2pNPMMeUVBHayd7vY6323mHUZFJMgTvxaG2iE.woff2) format('woff2'),url("/fonts/PT_Sans-Web-Regular.ttf");
unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}
@font-face
{
font-family:'PT Sans';
font-style:normal;
font-weight:400;
src:local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2) format('woff2'),url("/fonts/PT_Sans-Web-Regular.ttf");
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
@font-face
{
font-family:'PT Serif';
font-style:normal;
font-weight:400;
src:local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v8/CPRt--GVMETgA6YEaoGitxTbgVql8nDJpwnrE27mub0.woff2) format('woff2'),url("/fonts/PT_Serif-Web-Regular.ttf");
unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}
@font-face
{
font-family:'PT Serif';
font-style:normal;
font-weight:400;
src:local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v8/I-OtoJZa3TeyH6D9oli3ifesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'),url("/fonts/PT_Serif-Web-Regular.ttf");
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
.wrap
{
position:relative;
width:100%
}
.container
{
padding-left:1rem;
padding-right:1rem;
margin-left:auto;
margin-right:auto
}
.masthead
{
padding-top:1rem;
padding-bottom:1rem;
margin-bottom:3rem;
border-bottom:1px solid #eee
}
.masthead-title
{
margin-top:0;
margin-bottom:0;
color:#505555
}
.masthead-title a
{
color:#505555
}
.masthead-title small
{
font-size:.75rem;
font-weight:400;
color:#c0c0c0;
letter-spacing:0
}
@media (max-width: 48em)
{
.masthead-title
{
text-align:center
}
.masthead-title small
{
display:none
}
}
@media (min-width: 20em)
{
.masthead-title
{
font-size:1.2rem
}
}
@media (min-width: 56em)
{
.masthead-title
{
padding-left:3rem
}
}
@media (min-width: 70em)
{
.masthead-title
{
padding-left:4rem
}
h3
{
font-size:1.35rem
}
}
@media (min-width: 90em)
{
.masthead-title
{
padding-left:4rem
}
h3
{
font-size:1.55rem
}
}
a
{
color:#268bd2;
text-decoration:none
}
a strong
{
color:inherit
}
a:hover,a:focus
{
text-decoration:underline
}
p
{
margin-top:0;
margin-bottom:1rem
}
strong
{
color:#303030
}
ul,ol,dl
{
margin-top:0;
margin-bottom:1rem
}
dt
{
font-weight:bold
}
dd
{
margin-bottom:.5rem
}
hr
{
position:relative;
margin:1.5rem 0;
border:0;
border-top:1px solid #eee;
border-bottom:1px solid #fff
}
abbr
{
font-size:85%;
font-weight:bold;
color:#555;
text-transform:uppercase
}
abbr[title]
{
cursor:help;
border-bottom:1px dotted #e5e5e5
}
img
{
display:block;
max-width:100%;
margin:0 0 1rem;
border-radius:5px
}
table
{
margin-bottom:1rem;
width:100%;
border:1px solid #e5e5e5;
border-collapse:collapse
}
td,th
{
padding:.25rem .5rem;
border:1px solid #e5e5e5
}
tbody tr:nth-child(odd) td,tbody tr:nth-child(odd) th
{
background-color:#f9f9f9
}
blockquote
{
padding:.5rem 1rem;
margin:.8rem 0;
color:#7a7a7a;
border-left:.25rem solid #e5e5e5
}
blockquote p:last-child
{
margin-bottom:0
}
@media (min-width: 30em)
{
blockquote
{
padding-right:5rem;
padding-left:1.25rem
}
}
.highlight
{
margin-bottom:1rem;
border-radius:4px
}
.highlight pre
{
margin-bottom:0
}
.infos
{
font-size:0.7em;
padding-left:20%;
padding-right:20%;
padding-top:5em;
text-align:center
}
.logo
{
display:block;
padding-top:5%;
text-align:center;
width:50%;
margin-left:calc(50% - 4em)
}
img.logo
{
width:8em
}
img.portrait
{
display:block;
text-align:center;
width:14em;
margin-left:calc(50% - 7.5em)
}
figcaption
{
text-align:center;
line-height:1
}
.tags
{
font-size:.75rem;
padding:0 5px 5px;
max-width:90%
}
img.cover
{
box-shadow:.5rem 0.5rem .5rem rgba(0,0,0,.25);
margin-bottom:-1em;
width:250px
}
img.divider
{
margin-left:35%;
margin-right:35%;
height:2.5em;
width:30%;
border:0;
text-align:center
}
.message
{
margin-bottom:1rem;
padding:1rem;
color:#717171;
background-color:#f9f9f9
}
div.sidebar,.sidebar
{
position:fixed;
top:0;
bottom:0;
left:-14rem;
width:14rem;
visibility:hidden;
overflow-y:auto;
padding:0;
margin:0;
border:none;
font-family:"PT Sans", Helvetica, Arial, sans-serif;
font-size:.875rem;
color:rgba(255,255,255,.6);
background-color:#202020;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
@media (min-width: 30em)
{
div.sidebar
{
font-size:.75rem
}
}
.sidebar a
{
font-weight:normal;
color:#fff
}
.sidebar-item
{
padding:1rem
}
.sidebar-item p:last-child
{
margin-bottom:0
}
.sidebar-nav-item.subitem
{
padding-left:2.2rem
}
.sidebar-nav
{
border-bottom:1px solid rgba(255,255,255,.1)
}
.sidebar-nav-item
{
display:block;
padding:.5rem 1rem;
border-top:1px solid rgba(255,255,255,.1)
}
.sidebar-nav-item.active,a.sidebar-nav-item:hover,a.sidebar-nav-item:focus
{
text-decoration:none;
background-color:rgba(255,255,255,.1);
border-color:transparent
}
@media (min-width: 48em)
{
.sidebar-item
{
padding:1.5rem
}
.sidebar-nav-item
{
padding-left:1.5rem;
padding-right:1.5rem
}
}
.sidebar-checkbox
{
display:none
}
.sidebar-toggle
{
position:absolute;
top:.8rem;
left:1rem;
display:block;
padding:.25rem .75rem;
color:#505555;
background-color:white;
border-radius:.25rem;
cursor:pointer
}
.sidebar-toggle:before
{
display:inline-block;
width:1rem;
height:.75rem;
content:"";
background-image:-webkit-linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%);
background-image:-moz-linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%);
background-image:-ms-linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%);
background-image:linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%)
}
.sidebar-toggle:active,#sidebar-checkbox:focus ~ .sidebar-toggle,#sidebar-checkbox:checked ~ .sidebar-toggle
{
color:#fff;
background-color:#555
}
.sidebar-toggle:active:before,#sidebar-checkbox:focus ~ .sidebar-toggle:before,#sidebar-checkbox:checked ~ .sidebar-toggle:before
{
background-image:-webkit-linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%);
background-image:-moz-linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%);
background-image:-ms-linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%);
background-image:linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%)
}
@media (min-width: 30.1em)
{
.sidebar-toggle
{
position:fixed
}
}
@media print
{
.sidebar-toggle
{
display:none
}
}
.wrap,.sidebar,.sidebar-toggle
{
-webkit-backface-visibility:hidden;
-ms-backface-visibility:hidden;
backface-visibility:hidden
}
.wrap,.sidebar-toggle
{
-webkit-transition:-webkit-transform .3s ease-in-out;
transition:transform .3s ease-in-out
}
#sidebar-checkbox:checked + .sidebar
{
z-index:10;
visibility:visible
}
#sidebar-checkbox:checked ~ .sidebar,#sidebar-checkbox:checked ~ .wrap,#sidebar-checkbox:checked ~ .sidebar-toggle
{
-webkit-transform:translateX(14rem);
-ms-transform:translateX(14rem);
transform:translateX(14rem)
}
.sidebar-overlay #sidebar-checkbox:checked ~ .wrap
{
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar-toggle
{
box-shadow:0 0 0 .25rem #fff
}
.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar
{
box-shadow:.25rem 0 .5rem rgba(0,0,0,.1)
}
.sr-only
{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0, 0, 0, 0);
border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus
{
position:static;
width:auto;
height:auto;
margin:0;
overflow:visible;
clip:auto
}
.breadcrumb
{
padding:8px 15px;
margin-bottom:20px;
list-style:none
}
.breadcrumb > li
{
display:inline-block;
margin-right:0;
margin-left:0
}
.breadcrumb > li:after
{
content:' / ';
color:#888
}
.breadcrumb > li:last-of-type:after
{
content:'';
margin-left:0
}
.thumbnails > li
{
display:inline-block;
margin-right:10px
}
.thumbnails > li:last-of-type
{
margin-right:0
}
.page-title,.post-title,.post-title a
{
color:#303030
}
.page-title,.post-title
{
margin-top:0
}
.post-date
{
display:block;
margin-top:-.5rem;
margin-bottom:1rem;
color:#9a9a9a
}
.related
{
padding-top:2rem;
padding-bottom:2rem;
border-top:1px solid #eee
}
.related-posts
{
padding-left:0;
list-style:none
}
.related-posts h3
{
margin-top:0
}
.related-posts li small
{
font-size:75%;
color:#999
}
.related-posts li a:hover
{
color:#268bd2;
text-decoration:none
}
.related-posts li a:hover small
{
color:inherit
}
figure:hover
{
text-decoration:underline
}
.pagination
{
overflow:hidden;
margin-left:-1rem;
margin-right:-1rem;
font-family:"PT Sans", Helvetica, Arial, sans-serif;
color:#ccc;
text-align:center
}
.pagination-item
{
display:block;
padding:1rem;
border:1px solid #eee
}
.pagination-item:first-child
{
margin-bottom:-1px
}
a.pagination-item:hover
{
background-color:#f5f5f5
}
@media (min-width: 30em)
{
.pagination
{
margin:3rem 0
}
.pagination-item
{
float:left;
width:50%
}
.pagination-item:first-child
{
margin-bottom:0;
border-top-left-radius:4px;
border-bottom-left-radius:4px
}
.pagination-item:last-child
{
margin-left:-1px;
border-top-right-radius:4px;
border-bottom-right-radius:4px
}
}
|
edu/psu/citeseerx/cache/overview-tree.html
|
WebSciences/citeseer-ucl
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_08) on Thu May 08 14:31:33 EDT 2008 -->
<TITLE>
Class Hierarchy
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Class Hierarchy";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="edu/psu/citeseerx/cache/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
Hierarchy For All Packages</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="edu/psu/citeseerx/cache/package-tree.html">edu.psu.citeseerx.cache</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/Arbitrator.html" title="class in edu.psu.citeseerx.cache"><B>Arbitrator</B></A><LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/Cache.html" title="class in edu.psu.citeseerx.cache"><B>Cache</B></A><UL>
<LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/IndexCache.html" title="class in edu.psu.citeseerx.cache"><B>IndexCache</B></A></UL>
<LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/CachedObject.html" title="class in edu.psu.citeseerx.cache"><B>CachedObject</B></A><LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/CachePolicy.html" title="class in edu.psu.citeseerx.cache"><B>CachePolicy</B></A><UL>
<LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/LRUPolicy.html" title="class in edu.psu.citeseerx.cache"><B>LRUPolicy</B></A><LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/StaticPolicy.html" title="class in edu.psu.citeseerx.cache"><B>StaticPolicy</B></A></UL>
<LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/PrefetchBuffer.html" title="class in edu.psu.citeseerx.cache"><B>PrefetchBuffer</B></A><LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/PrefetchPool.html" title="class in edu.psu.citeseerx.cache"><B>PrefetchPool</B></A><LI TYPE="circle">edu.psu.citeseerx.cache.<A HREF="edu/psu/citeseerx/cache/TestCache.html" title="class in edu.psu.citeseerx.cache"><B>TestCache</B></A></UL>
</UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="edu/psu/citeseerx/cache/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
docs/index-files/index-12.html
|
Hegberg/Agile_Android_Abstracts
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Mon Apr 04 16:26:27 MDT 2016 -->
<title>M-Index</title>
<meta name="date" content="2016-04-04">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="M-Index";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/hello/hegberg/warondemand/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="../com/hello/hegberg/warondemand/package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-11.html">Prev Letter</a></li>
<li><a href="index-13.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-12.html" target="_top">Frames</a></li>
<li><a href="index-12.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">Q</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">W</a> <a href="index-23.html">Z</a> <a name="_M_">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><a href="../com/hello/hegberg/warondemand/MainActivity.html" title="class in com.hello.hegberg.warondemand"><span class="strong">MainActivity</span></a> - Class in <a href="../com/hello/hegberg/warondemand/package-summary.html">com.hello.hegberg.warondemand</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/MainActivity.html#MainActivity()">MainActivity()</a></span> - Constructor for class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/MainActivity.html" title="class in com.hello.hegberg.warondemand">MainActivity</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#map">map</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt>
<dd> </dd>
<dt><a href="../com/hello/hegberg/warondemand/MapActivity.html" title="class in com.hello.hegberg.warondemand"><span class="strong">MapActivity</span></a> - Class in <a href="../com/hello/hegberg/warondemand/package-summary.html">com.hello.hegberg.warondemand</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/MapActivity.html#MapActivity()">MapActivity()</a></span> - Constructor for class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/MapActivity.html" title="class in com.hello.hegberg.warondemand">MapActivity</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs">MapAttrs</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">Attributes that can be used with a MapAttrs.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_ambientEnabled">MapAttrs_ambientEnabled</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#ambientEnabled"><code>R.attr.ambientEnabled</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_cameraBearing">MapAttrs_cameraBearing</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#cameraBearing"><code>R.attr.cameraBearing</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_cameraTargetLat">MapAttrs_cameraTargetLat</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#cameraTargetLat"><code>R.attr.cameraTargetLat</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_cameraTargetLng">MapAttrs_cameraTargetLng</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#cameraTargetLng"><code>R.attr.cameraTargetLng</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_cameraTilt">MapAttrs_cameraTilt</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#cameraTilt"><code>R.attr.cameraTilt</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_cameraZoom">MapAttrs_cameraZoom</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#cameraZoom"><code>R.attr.cameraZoom</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_liteMode">MapAttrs_liteMode</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#liteMode"><code>R.attr.liteMode</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_mapType">MapAttrs_mapType</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#mapType"><code>R.attr.mapType</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiCompass">MapAttrs_uiCompass</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiCompass"><code>R.attr.uiCompass</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiMapToolbar">MapAttrs_uiMapToolbar</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiMapToolbar"><code>R.attr.uiMapToolbar</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiRotateGestures">MapAttrs_uiRotateGestures</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiRotateGestures"><code>R.attr.uiRotateGestures</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiScrollGestures">MapAttrs_uiScrollGestures</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiScrollGestures"><code>R.attr.uiScrollGestures</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiTiltGestures">MapAttrs_uiTiltGestures</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiTiltGestures"><code>R.attr.uiTiltGestures</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiZoomControls">MapAttrs_uiZoomControls</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiZoomControls"><code>R.attr.uiZoomControls</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_uiZoomGestures">MapAttrs_uiZoomGestures</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#uiZoomGestures"><code>R.attr.uiZoomGestures</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_useViewLifecycle">MapAttrs_useViewLifecycle</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#useViewLifecycle"><code>R.attr.useViewLifecycle</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs_zOrderOnTop">MapAttrs_zOrderOnTop</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#zOrderOnTop"><code>R.attr.zOrderOnTop</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MapAttrs"><code>MapAttrs</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.attr.html#mapType">mapType</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">R.attr</a></dt>
<dd>
<div class="block">Must be one of the following constant values.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_blue_grey_800">material_blue_grey_800</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_blue_grey_900">material_blue_grey_900</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_blue_grey_950">material_blue_grey_950</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_deep_teal_200">material_deep_teal_200</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_deep_teal_500">material_deep_teal_500</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_100">material_grey_100</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_300">material_grey_300</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_50">material_grey_50</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_600">material_grey_600</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_800">material_grey_800</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_850">material_grey_850</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.color.html#material_grey_900">material_grey_900</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.color.html" title="class in com.hello.hegberg.warondemand">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.attr.html#maxActionInlineWidth">maxActionInlineWidth</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">R.attr</a></dt>
<dd>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.attr.html#maxButtonHeight">maxButtonHeight</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">R.attr</a></dt>
<dd>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.attr.html#measureWithLargestChild">measureWithLargestChild</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">R.attr</a></dt>
<dd>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#media_actions">media_actions</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.attr.html#menu">menu</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">R.attr</a></dt>
<dd>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup">MenuGroup</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">Attributes that can be used with a MenuGroup.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_checkableBehavior">MenuGroup_android_checkableBehavior</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.checkableBehavior</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_enabled">MenuGroup_android_enabled</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.enabled</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_id">MenuGroup_android_id</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.id</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_menuCategory">MenuGroup_android_menuCategory</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.menuCategory</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_orderInCategory">MenuGroup_android_orderInCategory</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.orderInCategory</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup_android_visible">MenuGroup_android_visible</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.visible</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuGroup"><code>MenuGroup</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem">MenuItem</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">Attributes that can be used with a MenuItem.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_actionLayout">MenuItem_actionLayout</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#actionLayout"><code>R.attr.actionLayout</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_actionProviderClass">MenuItem_actionProviderClass</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#actionProviderClass"><code>R.attr.actionProviderClass</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_actionViewClass">MenuItem_actionViewClass</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#actionViewClass"><code>R.attr.actionViewClass</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_alphabeticShortcut">MenuItem_android_alphabeticShortcut</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.alphabeticShortcut</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_checkable">MenuItem_android_checkable</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.checkable</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_checked">MenuItem_android_checked</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.checked</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_enabled">MenuItem_android_enabled</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.enabled</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_icon">MenuItem_android_icon</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.icon</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_id">MenuItem_android_id</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.id</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_menuCategory">MenuItem_android_menuCategory</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.menuCategory</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_numericShortcut">MenuItem_android_numericShortcut</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.numericShortcut</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_onClick">MenuItem_android_onClick</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.onClick</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_orderInCategory">MenuItem_android_orderInCategory</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.orderInCategory</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_title">MenuItem_android_title</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.title</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_titleCondensed">MenuItem_android_titleCondensed</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.titleCondensed</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_android_visible">MenuItem_android_visible</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.visible</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem_showAsAction">MenuItem_showAsAction</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#showAsAction"><code>R.attr.showAsAction</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuItem"><code>MenuItem</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView">MenuView</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">Attributes that can be used with a MenuView.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_headerBackground">MenuView_android_headerBackground</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.headerBackground</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_horizontalDivider">MenuView_android_horizontalDivider</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.horizontalDivider</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_itemBackground">MenuView_android_itemBackground</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.itemBackground</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_itemIconDisabledAlpha">MenuView_android_itemIconDisabledAlpha</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.itemIconDisabledAlpha</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_itemTextAppearance">MenuView_android_itemTextAppearance</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.itemTextAppearance</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_verticalDivider">MenuView_android_verticalDivider</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.verticalDivider</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_android_windowAnimationStyle">MenuView_android_windowAnimationStyle</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <code>R.attr.windowAnimationStyle</code>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView_preserveIconSpacing">MenuView_preserveIconSpacing</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.styleable.html" title="class in com.hello.hegberg.warondemand">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../com/hello/hegberg/warondemand/R.attr.html#preserveIconSpacing"><code>R.attr.preserveIconSpacing</code></a>
attribute's value can be found in the <a href="../com/hello/hegberg/warondemand/R.styleable.html#MenuView"><code>MenuView</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#middle">middle</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#min_bid_price_borrowing">min_bid_price_borrowing</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#mini">mini</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.attr.html#multiChoiceItemLayout">multiChoiceItemLayout</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.attr.html" title="class in com.hello.hegberg.warondemand">R.attr</a></dt>
<dd>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#multiply">multiply</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#myBids">myBids</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/hello/hegberg/warondemand/R.id.html#myProducts">myProducts</a></span> - Static variable in class com.hello.hegberg.warondemand.<a href="../com/hello/hegberg/warondemand/R.id.html" title="class in com.hello.hegberg.warondemand">R.id</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">O</a> <a href="index-15.html">P</a> <a href="index-16.html">Q</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">W</a> <a href="index-23.html">Z</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/hello/hegberg/warondemand/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="../com/hello/hegberg/warondemand/package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-11.html">Prev Letter</a></li>
<li><a href="index-13.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-12.html" target="_top">Frames</a></li>
<li><a href="index-12.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
zeppelin-web/src/app/tabledata/columnselector_settings.html
|
xianglei/zin
|
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
全部字段:
<div class="allFields row">
<ul class="noDot">
<li class="liVertical" ng-repeat="col in tableDataColumns">
<div class="btn btn-default btn-xs"
data-drag="true"
data-jqyoui-options="{revert: 'invalid', helper: 'clone'}"
ng-model="tableDataColumns"
jqyoui-draggable="{index: {{$index}}, placeholder: 'keep'}">
{{col.name | limitTo: 30}}{{col.name.length > 30 ? '...' : ''}}
</div>
</li>
</ul>
</div>
<div class="row">
<div class="col-md-3"
ng-repeat="prop in props">
<span class="columns lightBold">
{{prop.name}}
<a tabindex="0" class="fa fa-info-circle" role="button" popover-placement="top"
ng-if="prop.tooltip"
popover-trigger="focus"
popover-html-unsafe="{{prop.tooltip}}"></a>
<ul data-drop="true"
ng-model="config[prop.name]"
jqyoui-droppable="{onDrop:'save()'}"
class="list-unstyled"
style="height:36px">
<li ng-if="config[prop.name]">
<div class="btn btn-primary btn-xs">
{{config[prop.name].name}} <span class="fa fa-close" ng-click="remove(prop.name)"></span>
</div>
</li>
</ul>
</span>
</div>
</div>
|
plugins/vanillaforums/docs/description.html
|
imaschio/xkvmt
|
<p>This plugin provides an easy integration for eSyndiCat directory script and VanillaForums members.</p>
<p>Thanks for using eSyndiCat directory script!</p>
|
codeigniter/_variables/result_id.html
|
inputx/code-ref-doc
|
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $result_id</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Thu Oct 23 19:31:09 2014 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_variables';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logVariable('result_id');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Variable Cross Reference</h3>
<h2><a href="index.html#result_id">$result_id</a></h2>
<b>Defined at:</b><ul>
<li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</A> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l192"> line 192</A></li>
<li><a href="../system/database/DB_result.php.html">/system/database/DB_result.php</A> -> <a href="../system/database/DB_result.php.source.html#l32"> line 32</A></li>
<li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</A> -> <a href="../system/database/DB_driver.php.source.html#l46"> line 46</A></li>
</ul>
<br><b>Referenced 115 times:</b><ul>
<li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l37"> line 37</a></li>
<li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l50"> line 50</a></li>
<li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l66"> line 66</a></li>
<li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l87"> line 87</a></li>
<li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l116"> line 116</a></li>
<li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l118"> line 118</a></li>
<li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l119"> line 119</a></li>
<li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l137"> line 137</a></li>
<li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l152"> line 152</a></li>
<li><a href="../system/database/drivers/mysqli/mysqli_result.php.html">/system/database/drivers/mysqli/mysqli_result.php</a> -> <a href="../system/database/drivers/mysqli/mysqli_result.php.source.html#l167"> line 167</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l37"> line 37</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l50"> line 50</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l68"> line 68</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l90"> line 90</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l91"> line 91</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l92"> line 92</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l111"> line 111</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l113"> line 113</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l114"> line 114</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l132"> line 132</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l147"> line 147</a></li>
<li><a href="../system/database/drivers/postgre/postgre_result.php.html">/system/database/drivers/postgre/postgre_result.php</a> -> <a href="../system/database/drivers/postgre/postgre_result.php.source.html#l162"> line 162</a></li>
<li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l37"> line 37</a></li>
<li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l50"> line 50</a></li>
<li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l66"> line 66</a></li>
<li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l87"> line 87</a></li>
<li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l111"> line 111</a></li>
<li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l113"> line 113</a></li>
<li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l114"> line 114</a></li>
<li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l132"> line 132</a></li>
<li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l147"> line 147</a></li>
<li><a href="../system/database/drivers/mssql/mssql_result.php.html">/system/database/drivers/mssql/mssql_result.php</a> -> <a href="../system/database/drivers/mssql/mssql_result.php.source.html#l162"> line 162</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l37"> line 37</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l50"> line 50</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l68"> line 68</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l90"> line 90</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l91"> line 91</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l92"> line 92</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l111"> line 111</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l113"> line 113</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l114"> line 114</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l149"> line 149</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l153"> line 153</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l171"> line 171</a></li>
<li><a href="../system/database/drivers/odbc/odbc_result.php.html">/system/database/drivers/odbc/odbc_result.php</a> -> <a href="../system/database/drivers/odbc/odbc_result.php.source.html#l175"> line 175</a></li>
<li><a href="../system/database/drivers/postgre/postgre_driver.php.html">/system/database/drivers/postgre/postgre_driver.php</a> -> <a href="../system/database/drivers/postgre/postgre_driver.php.source.html#l317"> line 317</a></li>
<li><a href="../system/database/drivers/postgre/postgre_driver.php.html">/system/database/drivers/postgre/postgre_driver.php</a> -> <a href="../system/database/drivers/postgre/postgre_driver.php.source.html#l354"> line 354</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l37"> line 37</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l50"> line 50</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l65"> line 65</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l84"> line 84</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l124"> line 124</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l142"> line 142</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l143"> line 143</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l144"> line 144</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l146"> line 146</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l147"> line 147</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l165"> line 165</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l180"> line 180</a></li>
<li><a href="../system/database/drivers/cubrid/cubrid_result.php.html">/system/database/drivers/cubrid/cubrid_result.php</a> -> <a href="../system/database/drivers/cubrid/cubrid_result.php.source.html#l195"> line 195</a></li>
<li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l37"> line 37</a></li>
<li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l50"> line 50</a></li>
<li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l66"> line 66</a></li>
<li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l87"> line 87</a></li>
<li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l111"> line 111</a></li>
<li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l113"> line 113</a></li>
<li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l114"> line 114</a></li>
<li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l147"> line 147</a></li>
<li><a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.html">/system/database/drivers/sqlsrv/sqlsrv_result.php</a> -> <a href="../system/database/drivers/sqlsrv/sqlsrv_result.php.source.html#l162"> line 162</a></li>
<li><a href="../system/database/drivers/mysql/mysql_utility.php.html">/system/database/drivers/mysql/mysql_utility.php</a> -> <a href="../system/database/drivers/mysql/mysql_utility.php.source.html#l146"> line 146</a></li>
<li><a href="../system/database/drivers/mysql/mysql_utility.php.html">/system/database/drivers/mysql/mysql_utility.php</a> -> <a href="../system/database/drivers/mysql/mysql_utility.php.source.html#l150"> line 150</a></li>
<li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</a> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l192"> line 192</a></li>
<li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</a> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l194"> line 194</a></li>
<li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</a> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l194"> line 194</a></li>
<li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</a> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l198"> line 198</a></li>
<li><a href="../system/database/drivers/pdo/pdo_driver.php.html">/system/database/drivers/pdo/pdo_driver.php</a> -> <a href="../system/database/drivers/pdo/pdo_driver.php.source.html#l202"> line 202</a></li>
<li><a href="../system/database/DB_result.php.html">/system/database/DB_result.php</a> -> <a href="../system/database/DB_result.php.source.html#l32"> line 32</a></li>
<li><a href="../system/database/DB_result.php.html">/system/database/DB_result.php</a> -> <a href="../system/database/DB_result.php.source.html#l70"> line 70</a></li>
<li><a href="../system/database/DB_result.php.html">/system/database/DB_result.php</a> -> <a href="../system/database/DB_result.php.source.html#l113"> line 113</a></li>
<li><a href="../system/database/DB_result.php.html">/system/database/DB_result.php</a> -> <a href="../system/database/DB_result.php.source.html#l145"> line 145</a></li>
<li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l37"> line 37</a></li>
<li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l50"> line 50</a></li>
<li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l68"> line 68</a></li>
<li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l90"> line 90</a></li>
<li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l128"> line 128</a></li>
<li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l143"> line 143</a></li>
<li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l160"> line 160</a></li>
<li><a href="../system/database/drivers/sqlite/sqlite_result.php.html">/system/database/drivers/sqlite/sqlite_result.php</a> -> <a href="../system/database/drivers/sqlite/sqlite_result.php.source.html#l164"> line 164</a></li>
<li><a href="../system/database/drivers/oci8/oci8_result.php.html">/system/database/drivers/oci8/oci8_result.php</a> -> <a href="../system/database/drivers/oci8/oci8_result.php.source.html#l133"> line 133</a></li>
<li><a href="../system/database/drivers/oci8/oci8_result.php.html">/system/database/drivers/oci8/oci8_result.php</a> -> <a href="../system/database/drivers/oci8/oci8_result.php.source.html#l135"> line 135</a></li>
<li><a href="../system/database/drivers/oci8/oci8_result.php.html">/system/database/drivers/oci8/oci8_result.php</a> -> <a href="../system/database/drivers/oci8/oci8_result.php.source.html#l136"> line 136</a></li>
<li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l42"> line 42</a></li>
<li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l47"> line 47</a></li>
<li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l48"> line 48</a></li>
<li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l62"> line 62</a></li>
<li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l102"> line 102</a></li>
<li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l126"> line 126</a></li>
<li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l128"> line 128</a></li>
<li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l161"> line 161</a></li>
<li><a href="../system/database/drivers/pdo/pdo_result.php.html">/system/database/drivers/pdo/pdo_result.php</a> -> <a href="../system/database/drivers/pdo/pdo_result.php.source.html#l176"> line 176</a></li>
<li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l37"> line 37</a></li>
<li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l50"> line 50</a></li>
<li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l66"> line 66</a></li>
<li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l87"> line 87</a></li>
<li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l116"> line 116</a></li>
<li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l118"> line 118</a></li>
<li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l119"> line 119</a></li>
<li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l137"> line 137</a></li>
<li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l152"> line 152</a></li>
<li><a href="../system/database/drivers/mysql/mysql_result.php.html">/system/database/drivers/mysql/mysql_result.php</a> -> <a href="../system/database/drivers/mysql/mysql_result.php.source.html#l167"> line 167</a></li>
<li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</a> -> <a href="../system/database/DB_driver.php.source.html#l46"> line 46</a></li>
<li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</a> -> <a href="../system/database/DB_driver.php.source.html#l299"> line 299</a></li>
<li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</a> -> <a href="../system/database/DB_driver.php.source.html#l375"> line 375</a></li>
<li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</a> -> <a href="../system/database/DB_driver.php.source.html#l375"> line 375</a></li>
<li><a href="../system/database/DB_driver.php.html">/system/database/DB_driver.php</a> -> <a href="../system/database/DB_driver.php.source.html#l405"> line 405</a></li>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Thu Oct 23 19:31:09 2014</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
jogl-2.0/javadoc/jogl/javadoc_jogl_spec/javax/media/opengl/GLProfile.html
|
domiworks/TDA-Landscape-Generator
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Fri Jan 31 11:30:10 CET 2014 -->
<title>GLProfile (JOGL API -- JSR-231 2.1 Specification)</title>
<meta name="date" content="2014-01-31">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GLProfile (JOGL API -- JSR-231 2.1 Specification)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../javax/media/opengl/GLPipelineFactory.html" title="class in javax.media.opengl"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../javax/media/opengl/GLRunnable.html" title="interface in javax.media.opengl"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/media/opengl/GLProfile.html" target="_top">Frames</a></li>
<li><a href="GLProfile.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">javax.media.opengl</div>
<h2 title="Class GLProfile" class="title">Class GLProfile</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>javax.media.opengl.GLProfile</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">GLProfile</span>
extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">Specifies the the OpenGL profile.
This class static singleton initialization queries the availability of all OpenGL Profiles
and instantiates singleton GLProfile objects for each available profile.
The platform default profile may be used, using <code>GLProfile#GetProfileDefault()</code>,
or more specialized versions using the other static GetProfile methods.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#DEBUG">DEBUG</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_ALL">GL_PROFILE_LIST_ALL</a></strong></code>
<div class="block">All GL Profiles in the order of default detection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX">GL_PROFILE_LIST_MAX</a></strong></code>
<div class="block">Order of maximum profiles.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_FIXEDFUNC">GL_PROFILE_LIST_MAX_FIXEDFUNC</a></strong></code>
<div class="block">Order of maximum fixed function profiles
GL4bc
GL3bc
GL2
GLES1
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER">GL_PROFILE_LIST_MAX_PROGSHADER</a></strong></code>
<div class="block">Order of maximum programmable shader profiles
GL4bc
GL4
GL3bc
GL3
GLES3
GL2
GLES2
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER_CORE">GL_PROFILE_LIST_MAX_PROGSHADER_CORE</a></strong></code>
<div class="block">Order of maximum programmable shader <i>core only</i> profiles
GL4
GL3
GLES3
GLES2
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MIN">GL_PROFILE_LIST_MIN</a></strong></code>
<div class="block">Order of minimum profiles.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MIN_DESKTOP">GL_PROFILE_LIST_MIN_DESKTOP</a></strong></code>
<div class="block">Order of minimum original desktop profiles.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL2">GL2</a></strong></code>
<div class="block">The desktop OpenGL profile 1.x up to 3.0</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL2ES1">GL2ES1</a></strong></code>
<div class="block">The intersection of the desktop GL2 and embedded ES1 profile</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL2ES2">GL2ES2</a></strong></code>
<div class="block">The intersection of the desktop GL3, GL2 and embedded ES2 profile</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL2GL3">GL2GL3</a></strong></code>
<div class="block">The intersection of the desktop GL3 and GL2 profile</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL3">GL3</a></strong></code>
<div class="block">The desktop OpenGL core profile 3.x, with x >= 1</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL3bc">GL3bc</a></strong></code>
<div class="block">The desktop OpenGL compatibility profile 3.x, with x >= 1, ie GL2 plus GL3.<br>
<code>bc</code> stands for backward compatibility.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL4">GL4</a></strong></code>
<div class="block">The desktop OpenGL core profile 4.x, with x >= 0</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL4bc">GL4bc</a></strong></code>
<div class="block">The desktop OpenGL compatibility profile 4.x, with x >= 0, ie GL2 plus GL4.<br>
<code>bc</code> stands for backward compatibility.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GL4ES3">GL4ES3</a></strong></code>
<div class="block">The intersection of the desktop GL4 and ES3 profile, available only if either ES3 or GL4 w/ <code>GL_ARB_ES3_compatibility</code> is available.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GLES1">GLES1</a></strong></code>
<div class="block">The embedded OpenGL profile ES 1.x, with x >= 0</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GLES2">GLES2</a></strong></code>
<div class="block">The embedded OpenGL profile ES 2.x, with x >= 0</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#GLES3">GLES3</a></strong></code>
<div class="block">The embedded OpenGL profile ES 3.x, with x >= 0</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)">get</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profile)</code>
<div class="block">Returns a GLProfile object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String[], boolean)">get</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] profiles,
boolean favorHardwareRasterizer)</code>
<div class="block">Returns the first profile from the given list,
where an implementation is available.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#get(java.lang.String)">get</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profile)</code>
<div class="block">Uses the default device</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#get(java.lang.String[], boolean)">get</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] profiles,
boolean favorHardwareRasterizer)</code>
<div class="block">Uses the default device</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getDefault()">getDefault</a></strong>()</code>
<div class="block">Returns a default GLProfile object, reflecting the best for the running platform.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getDefault(javax.media.nativewindow.AbstractGraphicsDevice)">getDefault</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)</code>
<div class="block">Returns a default GLProfile object, reflecting the best for the running platform.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getDefaultDevice()">getDefaultDevice</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES1()">getGL2ES1</a></strong>()</code>
<div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2ES1(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES1(AbstractGraphicsDevice)</code></a> using the default device.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES1(javax.media.nativewindow.AbstractGraphicsDevice)">getGL2ES1</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)</code>
<div class="block">Returns the GL2ES1 profile implementation, hence compatible w/ GL2ES1.<br/>
It returns:</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES2()">getGL2ES2</a></strong>()</code>
<div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2ES2(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES2(AbstractGraphicsDevice)</code></a> using the default device.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES2(javax.media.nativewindow.AbstractGraphicsDevice)">getGL2ES2</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)</code>
<div class="block">Returns the GL2ES2 profile implementation, hence compatible w/ GL2ES2.<br/>
It returns:</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2GL3()">getGL2GL3</a></strong>()</code>
<div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2GL3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2GL3(AbstractGraphicsDevice)</code></a> using the default device.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL2GL3(javax.media.nativewindow.AbstractGraphicsDevice)">getGL2GL3</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)</code>
<div class="block">Returns the GL2GL3 profile implementation, hence compatible w/ GL2GL3.<br/>
It returns:</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL4ES3()">getGL4ES3</a></strong>()</code>
<div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL4ES3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL4ES3(AbstractGraphicsDevice)</code></a> using the default device.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGL4ES3(javax.media.nativewindow.AbstractGraphicsDevice)">getGL4ES3</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)</code>
<div class="block">Returns the GL4ES3 profile implementation, hence compatible w/ GL4ES3.<br/>
It returns:</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGLArrayName(int)">getGLArrayName</a></strong>(int array)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGLImplBaseClassName()">getGLImplBaseClassName</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getGLTypeName(int)">getGLTypeName</a></strong>(int type)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getImpl()">getImpl</a></strong>()</code>
<div class="block">return this profiles implementation, eg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getImplName()">getImplName</a></strong>()</code>
<div class="block">return this profiles implementation name, eg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxFixedFunc(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">getMaxFixedFunc</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
boolean favorHardwareRasterizer)</code>
<div class="block">Returns the highest profile, implementing the fixed function pipeline.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxFixedFunc(boolean)">getMaxFixedFunc</a></strong>(boolean favorHardwareRasterizer)</code>
<div class="block">Uses the default device</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaximum(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">getMaximum</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
boolean favorHardwareRasterizer)</code>
<div class="block">Returns the highest profile.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaximum(boolean)">getMaximum</a></strong>(boolean favorHardwareRasterizer)</code>
<div class="block">Uses the default device</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxProgrammable(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">getMaxProgrammable</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
boolean favorHardwareRasterizer)</code>
<div class="block">Returns the highest profile, implementing the programmable shader pipeline.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxProgrammable(boolean)">getMaxProgrammable</a></strong>(boolean favorHardwareRasterizer)</code>
<div class="block">Uses the default device</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxProgrammableCore(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">getMaxProgrammableCore</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
boolean favorHardwareRasterizer)</code>
<div class="block">Returns the highest profile, implementing the programmable shader <i>core</i> pipeline <i>only</i>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMaxProgrammableCore(boolean)">getMaxProgrammableCore</a></strong>(boolean favorHardwareRasterizer)</code>
<div class="block">Uses the default device</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMinimum(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">getMinimum</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
boolean favorHardwareRasterizer)</code>
<div class="block">Returns the lowest profile.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getMinimum(boolean)">getMinimum</a></strong>(boolean favorHardwareRasterizer)</code>
<div class="block">Uses the default device</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#getName()">getName</a></strong>()</code>
<div class="block">return this profiles name</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#glAvailabilityToString()">glAvailabilityToString</a></strong>()</code>
<div class="block">Uses the default device</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice)">glAvailabilityToString</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.StringBuilder)">glAvailabilityToString</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> sb)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.StringBuilder, java.lang.String, int)">glAvailabilityToString</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> sb,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> indent,
int indentCount)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#hasGLSL()">hasGLSL</a></strong>()</code>
<div class="block">Indicates whether this profile supports GLSL, i.e.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#hashCode()">hashCode</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#initProfiles(javax.media.nativewindow.AbstractGraphicsDevice)">initProfiles</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)</code>
<div class="block">Trigger eager initialization of GLProfiles for the given device,
in case it isn't done yet.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#initSingleton()">initSingleton</a></strong>()</code>
<div class="block">Static initialization of JOGL.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isAnyAvailable()">isAnyAvailable</a></strong>()</code>
<div class="block">Returns the availability of any profile on the default device.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isAvailable(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)">isAvailable</a></strong>(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profile)</code>
<div class="block">Returns the availability of a profile on a device.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isAvailable(java.lang.String)">isAvailable</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profile)</code>
<div class="block">Returns the availability of a profile on the default device.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isAWTAvailable()">isAWTAvailable</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL2()">isGL2</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GL2 .</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL2ES1()">isGL2ES1</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GL2ES1.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL2ES2()">isGL2ES2</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GL2ES2.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL2ES3()">isGL2ES3</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GL2ES3.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL2GL3()">isGL2GL3</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GL2GL3.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL3()">isGL3</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GL3.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL3bc()">isGL3bc</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GL3bc.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL3ES3()">isGL3ES3</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GL3ES3.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL4()">isGL4</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GL4.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL4bc()">isGL4bc</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GL4bc.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGL4ES3()">isGL4ES3</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GL4ES3.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGLES()">isGLES</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GLES.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGLES1()">isGLES1</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GLES1.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGLES2()">isGLES2</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GLES2.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isGLES3()">isGLES3</a></strong>()</code>
<div class="block">Indicates whether this profile is capable of GLES3.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isHardwareRasterizer()">isHardwareRasterizer</a></strong>()</code>
<div class="block">return true if impl.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isValidArrayDataType(int, int, int, boolean, boolean)">isValidArrayDataType</a></strong>(int index,
int comps,
int type,
boolean isVertexAttribPointer,
boolean throwException)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#isValidDataType(int, boolean)">isValidDataType</a></strong>(int type,
boolean throwException)</code>
<div class="block">General validation if type is a valid GL data type
for the current profile</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#shutdown()">shutdown</a></strong>()</code>
<div class="block">Manual shutdown method, may be called after your last JOGL use
within the running JVM.<br>
It releases all temporary created resources, ie issues <a href="../../../javax/media/opengl/GLDrawableFactory.html#shutdown()"><code>GLDrawableFactory.shutdown()</code></a>.<br>
The shutdown implementation is called via the JVM shutdown hook, if not manually invoked.<br></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#toString()">toString</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES()">usesNativeGLES</a></strong>()</code>
<div class="block">Indicates whether this profile uses either of the native OpenGL ES implementations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES(java.lang.String)">usesNativeGLES</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profileImpl)</code>
<div class="block">Indicates whether either of the native OpenGL ES profiles are in use.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES1()">usesNativeGLES1</a></strong>()</code>
<div class="block">Indicates whether this profile uses the native OpenGL ES1 implementations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES1(java.lang.String)">usesNativeGLES1</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profileImpl)</code>
<div class="block">Indicates whether the native OpenGL ES1 profile is in use.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES2()">usesNativeGLES2</a></strong>()</code>
<div class="block">Indicates whether this profile uses the native OpenGL ES2 implementations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES2(java.lang.String)">usesNativeGLES2</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profileImpl)</code>
<div class="block">Indicates whether the native OpenGL ES3 or ES2 profile is in use.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES3()">usesNativeGLES3</a></strong>()</code>
<div class="block">Indicates whether this profile uses the native OpenGL ES3 implementations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#usesNativeGLES3(java.lang.String)">usesNativeGLES3</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profileImpl)</code>
<div class="block">Indicates whether the native OpenGL ES2 profile is in use.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../javax/media/opengl/GLProfile.html#verifyEquality(javax.media.opengl.GLProfile)">verifyEquality</a></strong>(<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> glp)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="DEBUG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEBUG</h4>
<pre>public static final boolean DEBUG</pre>
</li>
</ul>
<a name="GL4bc">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL4bc</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL4bc</pre>
<div class="block">The desktop OpenGL compatibility profile 4.x, with x >= 0, ie GL2 plus GL4.<br>
<code>bc</code> stands for backward compatibility.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL4bc">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GL4">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL4</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL4</pre>
<div class="block">The desktop OpenGL core profile 4.x, with x >= 0</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL4">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GL3bc">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL3bc</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL3bc</pre>
<div class="block">The desktop OpenGL compatibility profile 3.x, with x >= 1, ie GL2 plus GL3.<br>
<code>bc</code> stands for backward compatibility.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL3bc">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GL3">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL3</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL3</pre>
<div class="block">The desktop OpenGL core profile 3.x, with x >= 1</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL3">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GL2">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL2</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL2</pre>
<div class="block">The desktop OpenGL profile 1.x up to 3.0</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL2">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GLES1">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GLES1</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GLES1</pre>
<div class="block">The embedded OpenGL profile ES 1.x, with x >= 0</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GLES1">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GLES2">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GLES2</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GLES2</pre>
<div class="block">The embedded OpenGL profile ES 2.x, with x >= 0</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GLES2">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GLES3">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GLES3</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GLES3</pre>
<div class="block">The embedded OpenGL profile ES 3.x, with x >= 0</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GLES3">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GL2ES1">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL2ES1</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL2ES1</pre>
<div class="block">The intersection of the desktop GL2 and embedded ES1 profile</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL2ES1">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GL2ES2">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL2ES2</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL2ES2</pre>
<div class="block">The intersection of the desktop GL3, GL2 and embedded ES2 profile</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL2ES2">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GL2GL3">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL2GL3</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL2GL3</pre>
<div class="block">The intersection of the desktop GL3 and GL2 profile</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL2GL3">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GL4ES3">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL4ES3</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> GL4ES3</pre>
<div class="block">The intersection of the desktop GL4 and ES3 profile, available only if either ES3 or GL4 w/ <code>GL_ARB_ES3_compatibility</code> is available.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#javax.media.opengl.GLProfile.GL4ES3">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GL_PROFILE_LIST_ALL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL_PROFILE_LIST_ALL</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_ALL</pre>
<div class="block">All GL Profiles in the order of default detection.
Desktop compatibility profiles (the one with fixed function pipeline) comes first
from highest to lowest version.
<p> This includes the generic subset profiles GL2GL3, GL2ES2 and GL2ES1.</p>
<ul>
<li> GL4bc </li>
<li> GL3bc </li>
<li> GL2 </li>
<li> GL4 </li>
<li> GL3 </li>
<li> GLES3 </li>
<li> GL4ES3 </li>
<li> GL2GL3 </li>
<li> GLES2 </li>
<li> GL2ES2 </li>
<li> GLES1 </li>
<li> GL2ES1 </li>
</ul></div>
</li>
</ul>
<a name="GL_PROFILE_LIST_MAX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL_PROFILE_LIST_MAX</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MAX</pre>
<div class="block">Order of maximum profiles.
<ul>
<li> GL4bc </li>
<li> GL4 </li>
<li> GL3bc </li>
<li> GL3 </li>
<li> GLES3 </li>
<li> GL2 </li>
<li> GLES2 </li>
<li> GLES1 </li>
</ul></div>
</li>
</ul>
<a name="GL_PROFILE_LIST_MIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL_PROFILE_LIST_MIN</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MIN</pre>
<div class="block">Order of minimum profiles.
<ul>
<li> GLES1 </li>
<li> GLES2 </li>
<li> GL2 </li>
<li> GLES3 </li>
<li> GL3 </li>
<li> GL3bc </li>
<li> GL4 </li>
<li> GL4bc </li>
</ul></div>
</li>
</ul>
<a name="GL_PROFILE_LIST_MIN_DESKTOP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL_PROFILE_LIST_MIN_DESKTOP</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MIN_DESKTOP</pre>
<div class="block">Order of minimum original desktop profiles.
<ul>
<li> GL2 </li>
<li> GL3bc </li>
<li> GL4bc </li>
<li> GL3 </li>
<li> GL4 </li>
</ul></div>
</li>
</ul>
<a name="GL_PROFILE_LIST_MAX_FIXEDFUNC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL_PROFILE_LIST_MAX_FIXEDFUNC</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MAX_FIXEDFUNC</pre>
<div class="block">Order of maximum fixed function profiles
<ul>
<li> GL4bc </li>
<li> GL3bc </li>
<li> GL2 </li>
<li> GLES1 </li>
</ul></div>
</li>
</ul>
<a name="GL_PROFILE_LIST_MAX_PROGSHADER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GL_PROFILE_LIST_MAX_PROGSHADER</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MAX_PROGSHADER</pre>
<div class="block">Order of maximum programmable shader profiles
<ul>
<li> GL4bc </li>
<li> GL4 </li>
<li> GL3bc </li>
<li> GL3 </li>
<li> GLES3 </li>
<li> GL2 </li>
<li> GLES2 </li>
</ul></div>
</li>
</ul>
<a name="GL_PROFILE_LIST_MAX_PROGSHADER_CORE">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>GL_PROFILE_LIST_MAX_PROGSHADER_CORE</h4>
<pre>public static final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] GL_PROFILE_LIST_MAX_PROGSHADER_CORE</pre>
<div class="block">Order of maximum programmable shader <i>core only</i> profiles
<ul>
<li> GL4 </li>
<li> GL3 </li>
<li> GLES3 </li>
<li> GLES2 </li>
</ul></div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="initSingleton()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initSingleton</h4>
<pre>public static void initSingleton()</pre>
<div class="block">Static initialization of JOGL.
<p>
This method shall not need to be called for other reasons than having a defined initialization sequence.
</p>
<P>
In case this method is not invoked, GLProfile is initialized implicit by
the first call to <a href="../../../javax/media/opengl/GLProfile.html#getDefault()"><code>getDefault()</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#get(java.lang.String)"><code>get(java.lang.String)</code></a>.
<P>
<p>
To initialize JOGL at startup ASAP, this method may be invoked in the <i>main class</i>'s
static initializer block, in the <i>static main() method</i> or in the <i>Applet init() method</i>.
</p>
<p>
Since JOGL's initialization is complex and involves multi threading, it is <b>not</b> recommended
to be have it invoked on the AWT EDT thread. In case all JOGL usage is performed
on the AWT EDT, invoke this method outside the AWT EDT - see above.
</p></div>
</li>
</ul>
<a name="initProfiles(javax.media.nativewindow.AbstractGraphicsDevice)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initProfiles</h4>
<pre>public static void initProfiles(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Trigger eager initialization of GLProfiles for the given device,
in case it isn't done yet.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no profile for the given device is available.</dd></dl>
</li>
</ul>
<a name="shutdown()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>shutdown</h4>
<pre>public static void shutdown()</pre>
<div class="block">Manual shutdown method, may be called after your last JOGL use
within the running JVM.<br>
It releases all temporary created resources, ie issues <a href="../../../javax/media/opengl/GLDrawableFactory.html#shutdown()"><code>GLDrawableFactory.shutdown()</code></a>.<br>
The shutdown implementation is called via the JVM shutdown hook, if not manually invoked.<br>
<p>
This method shall not need to be called for other reasons than issuing a proper shutdown of resources at a defined time.
</p></div>
</li>
</ul>
<a name="isAvailable(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAvailable</h4>
<pre>public static boolean isAvailable(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profile)</pre>
<div class="block">Returns the availability of a profile on a device.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>device</code> - a valid AbstractGraphicsDevice, or <code>null</null> for the default device.</dd><dd><code>profile</code> - a valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..),
or <code>[ null, GL ]</code> for the default profile.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the profile is available for the device, otherwise false.</dd></dl>
</li>
</ul>
<a name="isAvailable(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAvailable</h4>
<pre>public static boolean isAvailable(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profile)</pre>
<div class="block">Returns the availability of a profile on the default device.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>profile</code> - a valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..),
or <code>[ null, GL ]</code> for the default profile.</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the profile is available for the default device, otherwise false.</dd></dl>
</li>
</ul>
<a name="isAnyAvailable()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAnyAvailable</h4>
<pre>public static boolean isAnyAvailable()</pre>
<div class="block">Returns the availability of any profile on the default device.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if any profile is available for the default device, otherwise false.</dd></dl>
</li>
</ul>
<a name="glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>glAvailabilityToString</h4>
<pre>public static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> glAvailabilityToString(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)</pre>
</li>
</ul>
<a name="glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.StringBuilder)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>glAvailabilityToString</h4>
<pre>public static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> glAvailabilityToString(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> sb)</pre>
</li>
</ul>
<a name="glAvailabilityToString(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.StringBuilder, java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>glAvailabilityToString</h4>
<pre>public static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> glAvailabilityToString(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> sb,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> indent,
int indentCount)</pre>
</li>
</ul>
<a name="glAvailabilityToString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>glAvailabilityToString</h4>
<pre>public static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> glAvailabilityToString()</pre>
<div class="block">Uses the default device</div>
</li>
</ul>
<a name="getDefault(javax.media.nativewindow.AbstractGraphicsDevice)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefault</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getDefault(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)</pre>
<div class="block">Returns a default GLProfile object, reflecting the best for the running platform.
It selects the first of the set <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_ALL"><code>GL_PROFILE_LIST_ALL</code></a>
and favors hardware acceleration.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_ALL"><code>GL_PROFILE_LIST_ALL</code></a></dd></dl>
</li>
</ul>
<a name="getDefault()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefault</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getDefault()</pre>
<div class="block">Returns a default GLProfile object, reflecting the best for the running platform.
It selects the first of the set <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_ALL"><code>GL_PROFILE_LIST_ALL</code></a>
and favors hardware acceleration.
<p>Uses the default device.</p></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no profile is available for the default device.</dd></dl>
</li>
</ul>
<a name="getMaximum(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaximum</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getMaximum(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Returns the highest profile.
It selects the first of the set: <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX"><code>GL_PROFILE_LIST_MAX</code></a></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX"><code>GL_PROFILE_LIST_MAX</code></a></dd></dl>
</li>
</ul>
<a name="getMaximum(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaximum</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getMaximum(boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Uses the default device</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX"><code>GL_PROFILE_LIST_MAX</code></a></dd></dl>
</li>
</ul>
<a name="getMinimum(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMinimum</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getMinimum(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Returns the lowest profile.
It selects the first of the set: <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MIN"><code>GL_PROFILE_LIST_MIN</code></a></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no desktop profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MIN"><code>GL_PROFILE_LIST_MIN</code></a></dd></dl>
</li>
</ul>
<a name="getMinimum(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMinimum</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getMinimum(boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Uses the default device</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no desktop profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MIN"><code>GL_PROFILE_LIST_MIN</code></a></dd></dl>
</li>
</ul>
<a name="getMaxFixedFunc(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxFixedFunc</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getMaxFixedFunc(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Returns the highest profile, implementing the fixed function pipeline.
It selects the first of the set: <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_FIXEDFUNC"><code>GL_PROFILE_LIST_MAX_FIXEDFUNC</code></a></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no fixed function profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_FIXEDFUNC"><code>GL_PROFILE_LIST_MAX_FIXEDFUNC</code></a></dd></dl>
</li>
</ul>
<a name="getMaxFixedFunc(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxFixedFunc</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getMaxFixedFunc(boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Uses the default device</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no fixed function profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_FIXEDFUNC"><code>GL_PROFILE_LIST_MAX_FIXEDFUNC</code></a></dd></dl>
</li>
</ul>
<a name="getMaxProgrammable(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxProgrammable</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getMaxProgrammable(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Returns the highest profile, implementing the programmable shader pipeline.
It selects the first of the set: <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER"><code>GL_PROFILE_LIST_MAX_PROGSHADER</code></a></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no programmable profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER"><code>GL_PROFILE_LIST_MAX_PROGSHADER</code></a></dd></dl>
</li>
</ul>
<a name="getMaxProgrammable(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxProgrammable</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getMaxProgrammable(boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Uses the default device</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no programmable profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER"><code>GL_PROFILE_LIST_MAX_PROGSHADER</code></a></dd></dl>
</li>
</ul>
<a name="getMaxProgrammableCore(javax.media.nativewindow.AbstractGraphicsDevice, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxProgrammableCore</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getMaxProgrammableCore(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Returns the highest profile, implementing the programmable shader <i>core</i> pipeline <i>only</i>.
It selects the first of the set: <a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER_CORE"><code>GL_PROFILE_LIST_MAX_PROGSHADER_CORE</code></a></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no programmable core profile is available for the device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER_CORE"><code>GL_PROFILE_LIST_MAX_PROGSHADER_CORE</code></a></dd></dl>
</li>
</ul>
<a name="getMaxProgrammableCore(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxProgrammableCore</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getMaxProgrammableCore(boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Uses the default device</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no programmable core profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#GL_PROFILE_LIST_MAX_PROGSHADER_CORE"><code>GL_PROFILE_LIST_MAX_PROGSHADER_CORE</code></a></dd></dl>
</li>
</ul>
<a name="getGL2ES1(javax.media.nativewindow.AbstractGraphicsDevice)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGL2ES1</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getGL2ES1(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Returns the GL2ES1 profile implementation, hence compatible w/ GL2ES1.<br/>
It returns:
<pre>
GLProfile.get(device, GLProfile.GL2ES1).getImpl());
</pre>
<p>Selection favors hardware rasterizer.</p></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no GL2ES1 compatible profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#isGL2ES1()"><code>isGL2ES1()</code></a>,
<a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)"><code>get(AbstractGraphicsDevice, String)</code></a>,
<a href="../../../javax/media/opengl/GLProfile.html#getImpl()"><code>getImpl()</code></a></dd></dl>
</li>
</ul>
<a name="getGL2ES1()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGL2ES1</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getGL2ES1()
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2ES1(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES1(AbstractGraphicsDevice)</code></a> using the default device.
<p>Selection favors hardware rasterizer.</p></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES1(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES1(AbstractGraphicsDevice)</code></a></dd></dl>
</li>
</ul>
<a name="getGL2ES2(javax.media.nativewindow.AbstractGraphicsDevice)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGL2ES2</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getGL2ES2(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Returns the GL2ES2 profile implementation, hence compatible w/ GL2ES2.<br/>
It returns:
<pre>
GLProfile.get(device, GLProfile.GL2ES2).getImpl());
</pre>
<p>Selection favors hardware rasterizer.</p></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no GL2ES2 compatible profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#isGL2ES2()"><code>isGL2ES2()</code></a>,
<a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)"><code>get(AbstractGraphicsDevice, String)</code></a>,
<a href="../../../javax/media/opengl/GLProfile.html#getImpl()"><code>getImpl()</code></a></dd></dl>
</li>
</ul>
<a name="getGL2ES2()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGL2ES2</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getGL2ES2()
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2ES2(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES2(AbstractGraphicsDevice)</code></a> using the default device.
<p>Selection favors hardware rasterizer.</p></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#getGL2ES2(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2ES2(AbstractGraphicsDevice)</code></a></dd></dl>
</li>
</ul>
<a name="getGL4ES3(javax.media.nativewindow.AbstractGraphicsDevice)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGL4ES3</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getGL4ES3(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Returns the GL4ES3 profile implementation, hence compatible w/ GL4ES3.<br/>
It returns:
<pre>
GLProfile.get(device, GLProfile.GL4ES3).getImpl());
</pre>
<p>Selection favors hardware rasterizer.</p></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no GL4ES3 compatible profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#isGL4ES3()"><code>isGL4ES3()</code></a>,
<a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)"><code>get(AbstractGraphicsDevice, String)</code></a>,
<a href="../../../javax/media/opengl/GLProfile.html#getImpl()"><code>getImpl()</code></a></dd></dl>
</li>
</ul>
<a name="getGL4ES3()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGL4ES3</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getGL4ES3()
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL4ES3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL4ES3(AbstractGraphicsDevice)</code></a> using the default device.
<p>Selection favors hardware rasterizer.</p></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#getGL4ES3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL4ES3(AbstractGraphicsDevice)</code></a></dd></dl>
</li>
</ul>
<a name="getGL2GL3(javax.media.nativewindow.AbstractGraphicsDevice)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGL2GL3</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getGL2GL3(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Returns the GL2GL3 profile implementation, hence compatible w/ GL2GL3.<br/>
It returns:
<pre>
GLProfile.get(device, GLProfile.GL2GL3).getImpl());
</pre>
<p>Selection favors hardware rasterizer.</p></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if no GL2GL3 compatible profile is available for the default device.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#isGL2GL3()"><code>isGL2GL3()</code></a>,
<a href="../../../javax/media/opengl/GLProfile.html#get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)"><code>get(AbstractGraphicsDevice, String)</code></a>,
<a href="../../../javax/media/opengl/GLProfile.html#getImpl()"><code>getImpl()</code></a></dd></dl>
</li>
</ul>
<a name="getGL2GL3()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGL2GL3</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getGL2GL3()
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Calls <a href="../../../javax/media/opengl/GLProfile.html#getGL2GL3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2GL3(AbstractGraphicsDevice)</code></a> using the default device.
<p>Selection favors hardware rasterizer.</p></div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#getGL2GL3(javax.media.nativewindow.AbstractGraphicsDevice)"><code>getGL2GL3(AbstractGraphicsDevice)</code></a></dd></dl>
</li>
</ul>
<a name="get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> get(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profile)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Returns a GLProfile object.
verifies the given profile and chooses an appropriate implementation.
A generic value of <code>null</code> or <code>GL</code> will result in
the default profile.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>device</code> - a valid AbstractGraphicsDevice, or <code>null</null> for the default device.</dd><dd><code>profile</code> - a valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..),
or <code>[ null, GL ]</code> for the default profile.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if the requested profile is not available for the device.</dd></dl>
</li>
</ul>
<a name="get(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> get(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profile)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Uses the default device</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>profile</code> - a valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..),
or <code>[ null, GL ]</code> for the default profile.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if the requested profile is not available for the default device.</dd></dl>
</li>
</ul>
<a name="get(javax.media.nativewindow.AbstractGraphicsDevice, java.lang.String[], boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> get(<a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> device,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] profiles,
boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Returns the first profile from the given list,
where an implementation is available.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>device</code> - a valid AbstractGraphicsDevice, or <code>null</null> for the default device.</dd><dd><code>profiles</code> - array of valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..)</dd><dd><code>favorHardwareRasterizer</code> - set to true, if hardware rasterizer shall be favored, otherwise false.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if the non of the requested profiles is available for the device.</dd></dl>
</li>
</ul>
<a name="get(java.lang.String[], boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre>public static <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> get(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] profiles,
boolean favorHardwareRasterizer)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<div class="block">Uses the default device</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>profiles</code> - array of valid GLProfile name (<a href="../../../javax/media/opengl/GLProfile.html#GL4bc"><code>GL4bc</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL4"><code>GL4</code></a>, <a href="../../../javax/media/opengl/GLProfile.html#GL2"><code>GL2</code></a>, ..)</dd><dd><code>favorHardwareRasterizer</code> - set to true, if hardware rasterizer shall be favored, otherwise false.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if the non of the requested profiles is available for the default device.</dd></dl>
</li>
</ul>
<a name="usesNativeGLES1(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usesNativeGLES1</h4>
<pre>public static boolean usesNativeGLES1(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profileImpl)</pre>
<div class="block">Indicates whether the native OpenGL ES1 profile is in use.
This requires an EGL interface.</div>
</li>
</ul>
<a name="usesNativeGLES2(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usesNativeGLES2</h4>
<pre>public static boolean usesNativeGLES2(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profileImpl)</pre>
<div class="block">Indicates whether the native OpenGL ES3 or ES2 profile is in use.
This requires an EGL, ES3 or ES2 compatible interface.</div>
</li>
</ul>
<a name="usesNativeGLES3(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usesNativeGLES3</h4>
<pre>public static boolean usesNativeGLES3(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profileImpl)</pre>
<div class="block">Indicates whether the native OpenGL ES2 profile is in use.
This requires an EGL, ES3 compatible interface.</div>
</li>
</ul>
<a name="usesNativeGLES(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usesNativeGLES</h4>
<pre>public static boolean usesNativeGLES(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profileImpl)</pre>
<div class="block">Indicates whether either of the native OpenGL ES profiles are in use.</div>
</li>
</ul>
<a name="isAWTAvailable()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAWTAvailable</h4>
<pre>public static boolean isAWTAvailable()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/NativeWindowFactory.html?is-external=true#isAWTAvailable()" title="class or interface in javax.media.nativewindow"><code>NativeWindowFactory.isAWTAvailable()</code></a> and
JOGL's AWT part</dd></dl>
</li>
</ul>
<a name="getGLTypeName(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGLTypeName</h4>
<pre>public static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getGLTypeName(int type)</pre>
</li>
</ul>
<a name="getGLArrayName(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGLArrayName</h4>
<pre>public static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getGLArrayName(int array)</pre>
</li>
</ul>
<a name="getGLImplBaseClassName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGLImplBaseClassName</h4>
<pre>public final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getGLImplBaseClassName()</pre>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public final boolean equals(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code> in class <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>o</code> - GLProfile object to compare with</dd>
<dt><span class="strong">Returns:</span></dt><dd>true if given Object is a GLProfile and
if both, profile and profileImpl is equal with this.</dd></dl>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
<a name="verifyEquality(javax.media.opengl.GLProfile)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>verifyEquality</h4>
<pre>public final void verifyEquality(<a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> glp)
throws <a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>glp</code> - GLProfile to compare with</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../javax/media/opengl/GLException.html" title="class in javax.media.opengl">GLException</a></code> - if given GLProfile and this aren't equal</dd></dl>
</li>
</ul>
<a name="getName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getName()</pre>
<div class="block">return this profiles name</div>
</li>
</ul>
<a name="getImpl()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImpl</h4>
<pre>public final <a href="../../../javax/media/opengl/GLProfile.html" title="class in javax.media.opengl">GLProfile</a> getImpl()</pre>
<div class="block">return this profiles implementation, eg. GL2ES2 -> GL2, or GL3 -> GL3</div>
</li>
</ul>
<a name="isHardwareRasterizer()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isHardwareRasterizer</h4>
<pre>public final boolean isHardwareRasterizer()</pre>
<div class="block">return true if impl. is a hardware rasterizer, otherwise false.</div>
</li>
</ul>
<a name="getImplName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImplName</h4>
<pre>public final <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getImplName()</pre>
<div class="block">return this profiles implementation name, eg. GL2ES2 -> GL2, or GL3 -> GL3</div>
</li>
</ul>
<a name="isGL4bc()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGL4bc</h4>
<pre>public final boolean isGL4bc()</pre>
<div class="block">Indicates whether this profile is capable of GL4bc. <p>Includes [ GL4bc ].</p></div>
</li>
</ul>
<a name="isGL4()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGL4</h4>
<pre>public final boolean isGL4()</pre>
<div class="block">Indicates whether this profile is capable of GL4. <p>Includes [ GL4bc, GL4 ].</p></div>
</li>
</ul>
<a name="isGL3bc()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGL3bc</h4>
<pre>public final boolean isGL3bc()</pre>
<div class="block">Indicates whether this profile is capable of GL3bc. <p>Includes [ GL4bc, GL3bc ].</p></div>
</li>
</ul>
<a name="isGL3()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGL3</h4>
<pre>public final boolean isGL3()</pre>
<div class="block">Indicates whether this profile is capable of GL3. <p>Includes [ GL4bc, GL4, GL3bc, GL3 ].</p></div>
</li>
</ul>
<a name="isGL2()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGL2</h4>
<pre>public final boolean isGL2()</pre>
<div class="block">Indicates whether this profile is capable of GL2 . <p>Includes [ GL4bc, GL3bc, GL2 ].</p></div>
</li>
</ul>
<a name="isGLES1()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGLES1</h4>
<pre>public final boolean isGLES1()</pre>
<div class="block">Indicates whether this profile is capable of GLES1. <p>Includes [ GLES1 ].</p></div>
</li>
</ul>
<a name="isGLES2()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGLES2</h4>
<pre>public final boolean isGLES2()</pre>
<div class="block">Indicates whether this profile is capable of GLES2. <p>Includes [ GLES2, GLES3 ].</p></div>
</li>
</ul>
<a name="isGLES3()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGLES3</h4>
<pre>public final boolean isGLES3()</pre>
<div class="block">Indicates whether this profile is capable of GLES3. <p>Includes [ GLES3 ].</p></div>
</li>
</ul>
<a name="isGLES()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGLES</h4>
<pre>public final boolean isGLES()</pre>
<div class="block">Indicates whether this profile is capable of GLES. <p>Includes [ GLES1, GLES2, GLES3 ].</p></div>
</li>
</ul>
<a name="isGL2ES1()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGL2ES1</h4>
<pre>public final boolean isGL2ES1()</pre>
<div class="block">Indicates whether this profile is capable of GL2ES1. <p>Includes [ GL4bc, GL3bc, GL2, GLES1, GL2ES1 ].</p></div>
</li>
</ul>
<a name="isGL2GL3()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGL2GL3</h4>
<pre>public final boolean isGL2GL3()</pre>
<div class="block">Indicates whether this profile is capable of GL2GL3. <p>Includes [ GL4bc, GL4, GL3bc, GL3, GL2, GL2GL3 ].</p></div>
</li>
</ul>
<a name="isGL2ES2()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGL2ES2</h4>
<pre>public final boolean isGL2ES2()</pre>
<div class="block">Indicates whether this profile is capable of GL2ES2. <p>Includes [ GL4bc, GL4, GL3bc, GL3, GLES3, GL2, GL2GL3, GL2ES2, GLES2 ].</p></div>
</li>
</ul>
<a name="isGL2ES3()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGL2ES3</h4>
<pre>public final boolean isGL2ES3()</pre>
<div class="block">Indicates whether this profile is capable of GL2ES3. <p>Includes [ GL4bc, GL4, GL3bc, GL3, GLES3, GL3ES3, GL2, GL2GL3 ].</p></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/media/opengl/GLProfile.html#isGL3ES3()"><code>isGL3ES3()</code></a>,
<a href="../../../javax/media/opengl/GLProfile.html#isGL2GL3()"><code>isGL2GL3()</code></a></dd></dl>
</li>
</ul>
<a name="isGL3ES3()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGL3ES3</h4>
<pre>public final boolean isGL3ES3()</pre>
<div class="block">Indicates whether this profile is capable of GL3ES3. <p>Includes [ GL4bc, GL4, GL3bc, GL3, GLES3 ].</p></div>
</li>
</ul>
<a name="isGL4ES3()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isGL4ES3</h4>
<pre>public final boolean isGL4ES3()</pre>
<div class="block">Indicates whether this profile is capable of GL4ES3. <p>Includes [ GL4bc, GL4, GLES3 ].</p></div>
</li>
</ul>
<a name="hasGLSL()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasGLSL</h4>
<pre>public final boolean hasGLSL()</pre>
<div class="block">Indicates whether this profile supports GLSL, i.e. <a href="../../../javax/media/opengl/GLProfile.html#isGL2ES2()"><code>isGL2ES2()</code></a>.</div>
</li>
</ul>
<a name="usesNativeGLES1()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usesNativeGLES1</h4>
<pre>public final boolean usesNativeGLES1()</pre>
<div class="block">Indicates whether this profile uses the native OpenGL ES1 implementations.</div>
</li>
</ul>
<a name="usesNativeGLES2()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usesNativeGLES2</h4>
<pre>public final boolean usesNativeGLES2()</pre>
<div class="block">Indicates whether this profile uses the native OpenGL ES2 implementations.</div>
</li>
</ul>
<a name="usesNativeGLES3()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usesNativeGLES3</h4>
<pre>public final boolean usesNativeGLES3()</pre>
<div class="block">Indicates whether this profile uses the native OpenGL ES3 implementations.</div>
</li>
</ul>
<a name="usesNativeGLES()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>usesNativeGLES</h4>
<pre>public final boolean usesNativeGLES()</pre>
<div class="block">Indicates whether this profile uses either of the native OpenGL ES implementations.</div>
</li>
</ul>
<a name="isValidDataType(int, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isValidDataType</h4>
<pre>public boolean isValidDataType(int type,
boolean throwException)</pre>
<div class="block">General validation if type is a valid GL data type
for the current profile</div>
</li>
</ul>
<a name="isValidArrayDataType(int, int, int, boolean, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isValidArrayDataType</h4>
<pre>public boolean isValidArrayDataType(int index,
int comps,
int type,
boolean isVertexAttribPointer,
boolean throwException)</pre>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
<a name="getDefaultDevice()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getDefaultDevice</h4>
<pre>public static <a href="../../../../javadoc_nativewindow_spec/javax/media/nativewindow/AbstractGraphicsDevice.html?is-external=true" title="class or interface in javax.media.nativewindow">AbstractGraphicsDevice</a> getDefaultDevice()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../javax/media/opengl/GLPipelineFactory.html" title="class in javax.media.opengl"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../javax/media/opengl/GLRunnable.html" title="interface in javax.media.opengl"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/media/opengl/GLProfile.html" target="_top">Frames</a></li>
<li><a href="GLProfile.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright 2010 JogAmp Community.</small></p>
</body>
</html>
|
PageTemplate.html
|
TeamCarbotanium/TeamCarbotanium-Website
|
<!doctype html>
<html>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Team Carbo</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="About.html">About <span class="sr-only">(current)</span></a></li>
<li><a href="Pictures.html">Pictures</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">More <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="Videos.html">Videos</a></li>
<li><a href="Social.html">Social Media</a></li>
</ul>
</li>
</ul>
<!--Search bar-->
<ul class="nav navbar-nav navbar-right">
<li><a href="AboutAcc.html">About Accounts</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Account <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Login</a></li><!--Visible when logged out-->
<li><a href="#">Profile</a></li><!--Visible when logged in-->
<li><a href="#">Settings</a></li><!--Visible when logged in-->
<li role="separator" class="divider"></li>
<li><a href="#">Logout</a></li><!--Visible when logged in-->
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
<footer>
</footer>
</html>
|
ccma-quality-control/dot-net-core/ccma/file-upload/wwwroot/css/site.css
|
cortizqgithub/csoftz-rp
|
.contador {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold
}
.textdefoult {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px
}
.textIntranetSrch {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: justify;
color: #000000;
}
.textdefault {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px
}
.textticket {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px
}
.cellhdrhighlight {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold
}
.AdmonText {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px
}
.fecha {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #828282
}
.titulos_home {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px
}
.tit_noticias {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
padding-bottom: 5px
}
.textnormal {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: justify
}
.textCertificate {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: justify
}
a {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #0B52AB;
text-decoration: none
}
a:active {
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #FD0000
}
a:link {
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
a:hover {
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #FD0000
}
.Fecha_noti {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold
}
.piedefoto {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: justify;
padding-top: 5px;
padding-bottom: 5px
}
.ticket {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
color: #003399;
vertical-align: middle;
word-spacing: normal;
}
.id {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
text-decoration: center;
}
.id2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #444444;
text-align: center;
}
|
css/style.css
|
DannaAphayavong/prathamcanada
|
/*!
*Pratham Canada website
*Author: Danna Aphayavong
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
overflow-x: hidden;
background: url(../img/blackboard.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
p {
font-size: 20px;
}
p.small {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: 0;
color: #18bc9c;
}
h1,
h3,
h4,
h2,
h6 {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
h5{
font-weight: 400;
}
.img-centered {
margin: 0 auto;
}
header {
text-align: center;
color: #fff;
background-size: cover;
}
header .container {
padding-top: 100px;
padding-bottom: 50px;
}
header img {
display: block;
margin: 0 auto 20px;
}
header .intro-text .name {
display: block;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 2em;
font-weight: 700;
}
header .intro-text .skills {
font-size: 1.25em;
font-weight: 300;
}
@media(min-width:768px) {
header .container {
padding-top: 100px;
padding-bottom: 100px;
}
header .intro-text .name {
font-size: 4.75em;
}
header .intro-text .skills {
font-size: 1.75em;
}
}
@media(min-width:768px) {
.navbar-fixed-top {
padding: 0;
-webkit-transition: padding .3s;
-moz-transition: padding .3s;
transition: padding .3s;
background-image: url(../img/footer.png);
background-size:100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.navbar-fixed-top .navbar-brand {
font-size: 2em;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
padding-top: 0;
padding-bottom: 10px;
}
.navbar-fixed-top.navbar-shrink {
padding: 0;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
font-size: 1.5em;
}
}
.navbar {
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 900;
}
.navbar a:focus {
outline: 0;
}
.navbar .navbar-nav {
letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
outline: 0;
}
.navbar-default,
.navbar-inverse {
border: 0;
}
section {
padding: 100px 0;
}
section h2 {
margin: 0;
font-size: 3em;
}
section.about {
color: #FFFFFF;
}
section.info {
color: #FFFFFF;
}
section.blue {
color: #FFFFFF;
}
section.red {
color: #FFFFFF;
}
section.purple {
color: #FFFFFF;
}
@media(max-width:767px) {
section {
padding: 75px 0;
}
section.first {
padding-top: 75px;
}
}
/* #portfolio .portfolio-item {
right: 0;
margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
display: block;
position: relative;
margin: 0 auto;
max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .caption {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(24,188,156,.9);
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
position: absolute;
top: 50%;
width: 100%;
height: 20px;
margin-top: -12px;
text-align: center;
font-size: 20px;
color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
margin: 0;
}
#portfolio * {
z-index: 2;
} */
@media(min-width:767px) {
#portfolio .portfolio-item {
margin: 0 0 30px;
}
}
.btn-outline {
margin-top: 15px;
border: solid 2px #fff;
font-size: 20px;
color: #fff;
background: 0 0;
transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
border: solid 2px #fff;
color: #18bc9c;
background: #fff;
}
.floating-label-form-group {
position: relative;
margin-bottom: 0;
padding-bottom: .5em;
border-bottom: 1px solid #eee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
z-index: 1;
position: relative;
padding-right: 0;
padding-left: 0;
border: 0;
border-radius: 0;
font-size: 1.5em;
background: 0 0;
box-shadow: none!important;
resize: none;
}
.floating-label-form-group label {
display: block;
z-index: 0;
position: relative;
top: 2em;
margin: 0;
font-size: .85em;
line-height: 1.764705882em;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
-webkit-transition: top .3s ease,opacity .3s ease;
-moz-transition: top .3s ease,opacity .3s ease;
-ms-transition: top .3s ease,opacity .3s ease;
transition: top .3s ease,opacity .3s ease;
}
.floating-label-form-group::not(:first-child) {
padding-left: 14px;
border-left: 1px solid #eee;
}
.floating-label-form-group-with-value label {
top: 0;
opacity: 1;
}
.floating-label-form-group-with-focus label {
color: #18bc9c;
}
form .row:first-child .floating-label-form-group {
border-top: 1px solid #eee;
}
footer {
color: #fff;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
}
footer h3 {
margin-bottom: 30px;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
}
footer .footer-above {
padding-top: 10px;
background-image: url(../img/footer.png);
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
}
footer .footer-col {
margin-bottom: 0px;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
}
footer .footer-below {
padding: 25px 0;
}
.btn-social {
display: inline-block;
width: 50px;
height: 50px;
border: 2px solid #fff;
border-radius: 100%;
text-align: center;
font-size: 20px;
line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
outline: 0;
}
.scroll-top {
z-index: 1049;
position: fixed;
right: 2%;
bottom: 2%;
width: 50px;
height: 50px;
}
.scroll-top .btn {
width: 50px;
height: 50px;
border-radius: 100%;
font-size: 20px;
line-height: 28px;
}
.scroll-top .btn:focus {
outline: 0;
}
.portfolio-modal .modal-content {
padding: 100px 0;
min-height: 100%;
border: 0;
border-radius: 0;
text-align: center;
background-clip: border-box;
-webkit-box-shadow: none;
box-shadow: none;
}
.portfolio-modal .modal-content h2 {
margin: 0;
font-size: 3em;
}
.portfolio-modal .modal-content img {
margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
margin: 30px 0;
}
.portfolio-modal .close-modal {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
background-color: transparent;
cursor: pointer;
}
.portfolio-modal .close-modal:hover {
opacity: .3;
}
.portfolio-modal .close-modal .lr {
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
background-color: #FFFF66;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
z-index: 1052;
width: 1px;
height: 75px;
background-color: #FFFF66;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
display: none;
opacity: 0;
}
|
api/java/snapshot/apidocs/org/apache/datasketches/tuple/strings/package-frame.html
|
DataSketches/DataSketches.github.io
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_222) on Thu Jan 16 21:49:29 PST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.datasketches.tuple.strings (datasketches-java 1.2.0-incubating API)</title>
<meta name="date" content="2020-01-16">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../org/apache/datasketches/tuple/strings/package-summary.html" target="classFrame">org.apache.datasketches.tuple.strings</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="ArrayOfStringsSketch.html" title="class in org.apache.datasketches.tuple.strings" target="classFrame">ArrayOfStringsSketch</a></li>
<li><a href="ArrayOfStringsSummary.html" title="class in org.apache.datasketches.tuple.strings" target="classFrame">ArrayOfStringsSummary</a></li>
<li><a href="ArrayOfStringsSummaryDeserializer.html" title="class in org.apache.datasketches.tuple.strings" target="classFrame">ArrayOfStringsSummaryDeserializer</a></li>
<li><a href="ArrayOfStringsSummaryFactory.html" title="class in org.apache.datasketches.tuple.strings" target="classFrame">ArrayOfStringsSummaryFactory</a></li>
<li><a href="ArrayOfStringsSummarySetOperations.html" title="class in org.apache.datasketches.tuple.strings" target="classFrame">ArrayOfStringsSummarySetOperations</a></li>
</ul>
</div>
</body>
</html>
|
attijari-poc-mobile-app/apps/attijari_poc_mobile_app/common/css/pages/ask-expert-view.css
|
Zodia/poc-tijari-mobile
|
#ask-expert-wrapper,
.ask-expert-content {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.expert-data-header {
width: 100%;
height: 100px;
position: absolute;
left: 0;
right: 0;
background-color: #d1d2d4;
}
.expert-image-out-border {
width: 70px;
height: 70px;
border-radius: 150px;
background-position: center;
background-size: cover;
border: 4px solid #ef5a49;
position: absolute;
left: 12px;
top: 12px;
}
.expert-thumbnail {
width: 64px;
height: 64px;
border-radius: 100px;
margin: 0 auto;
margin-top: 3px;
background-position: center center;
background-size: cover;
background-image: url('../../images/souhail.jpg');
}
.coordinates-left {
position: absolute;
width: 35%;
left: 100px;
top: 0;
bottom: 0;
}
.coordinates-left h2 {
margin: 0;
margin-top: 12px;
font-size: 22px;
}
.coordinates-left .job-title {
margin: 0;
}
.coordinates-left .phone {
margin: 0;
margin-top: 5px;
}
.coordinates-middle {
width: 30%;
top: 0;
left: 50%;
bottom: 0;
position: absolute;
}
.coordinates-middle .address {
margin: 0;
margin-top: 40px;
}
.coordinates-middle .city {
margin: 0;
margin-top: 5px;
}
.coordinates-right {
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: 0;
width: 15%;
line-height: 100px;
background: #000;
text-shadow: none;
color: #FFF;
text-align: center;
}
.coordinates-right input {
display: none;
}
.conversation-core {
overflow-y: scroll;
}
.conversation-core,
.video-core {
width: 100%;
position: absolute;
left: 0;
right: 0;
top: 136px;
bottom: 100px;
}
.video-core {
display: none;
}
.video-core video {
width: 100%;
}
.conversation-core .bg-left {
background: #f9fafd;
position: absolute;
left: 0;
top: 0px;
bottom: 0;
width: 30%;
}
.chat-title {
padding: 7px 10px;
margin: 0;
background: #f7b82e;
border-top: 1px solid #abacae;
border-bottom: 1px solid #abacae;
font-family: RegularFont;
position: absolute;
left: 0;
right: 0;
top: 100px;
z-index: 1;
}
.conversation-core #chat-results {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 10px;
}
.conversation-core #chat-results .expert {
margin: 0;
padding: 5px 10px;
overflow: hidden;
color: #ef5a49;
}
.conversation-core #chat-results .employee {
margin: 0;
padding: 5px 10px;
overflow: hidden;
}
.conversation-core #chat-results .expert .left,
.conversation-core #chat-results .employee .left {
width: 28%;
padding-right: 1%;
float: left;
display: inline-block;
text-align: right;
}
.conversation-core #chat-results .expert .right,
.conversation-core #chat-results .employee .right {
width: 69%;
padding-left: 1%;
float: right;
display: inline-block;
text-align: left;
}
.bottom-actions {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
height: 90px;
}
.bottom-actions .chat-actions {
position: absolute;
bottom: 0;
left: 10px;
right: 10px;
}
.bottom-actions .chat-actions .ui-block-a a,
.bottom-actions .chat-actions .ui-block-b a {
margin: 0;
border-color: #ef5a49;
border-top: 0;
color: #ef5a49;
text-shadow: none;
border-radius: 0px 0px 0px 7px;
box-shadow: none;
background-color: white;
font-weight: normal;
text-shadow: none;
}
.bottom-actions .chat-actions .ui-block-a a {
color: #FFF;
background-color: #ef5a49;
}
.bottom-actions .chat-actions .ui-block-b a {
border-radius: 0px 0px 7px 0px;
border-left: 0;
}
.bottom-actions .chat-actions .ui-block-a a:active,
.bottom-actions .chat-actions .ui-block-b a:active,
.bottom-actions .chat-actions .ui-block-a a:focus,
.bottom-actions .chat-actions .ui-block-b a:focus,
.bottom-actions .chat-actions .ui-block-a a:hover,
.bottom-actions .chat-actions .ui-block-b a:hover {
color: #FFF;
background-color: #ef5a49;
border-color: #ef5a49;
text-shadow: none;
}
.bottom-actions .chat-text-content {
position: absolute;
bottom: 43px;
left: 0;
right: 0;
border-top: 1px solid #abacae;
border-bottom: 1px solid #abacae;
background-color: #d1d2d4;
border-bottom: 1px solid #abacae;
padding: 10px;
height: 25px;
z-index: 1;
}
.bottom-actions .chat-text-content .logo {
position: absolute;
left: 10px;
background: url(../../images/content/logo_red.png);
width: 70px;
height: 20px;
top: 13px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.bottom-actions .chat-text-content .text {
position: absolute;
left: 90px;
top: 6px;
right: 100px;
height: 32px;
}
.bottom-actions .chat-text-content .text div.ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
margin: 0;
height: 32px;
border-radius: 7px;
border: 1px solid #abacae;
box-shadow: none;
}
.bottom-actions .chat-text-content .text div.ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset input {
height: 32px;
line-height: 33px;
}
.bottom-actions .chat-text-content .send,
.bottom-actions .chat-text-content .send:hover,
.bottom-actions .chat-text-content .send:active,
.bottom-actions .chat-text-content .send:focus {
position: absolute;
border-radius: 8px;
color: #FFF;
height: 32px;
padding: 0;
line-height: 31px;
width: 78px;
right: 10px;
top: 7px;
text-align: center;
background: #ef5a49;
margin: 0;
text-shadow: none;
font-weight: normal;
font-size: 14px;
border: none;
outline: none;
box-shadow: none;
}
|
prow/cmd/deck/static/style.css
|
krousey/test-infra
|
body {
line-height: 1.4;
background: #f4f4f4;
color: #444;
}
a.current {
text-decoration: underline !important;
}
.header-title {
margin-left: 24px;
}
.logo {
height: 48px;
width: 48px;
}
h1 {
font-weight: normal;
font-size: 2em;
margin: 2px;
}
h4 {
margin: 5px;
}
p, pre, ul, ol {
margin: 0;
}
.indented {
margin-left: 30px;
}
ul.indented {
margin-left: 0;
}
aside {
margin: 8px;
}
ul.noBullets {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.noBullets li {
margin: 0 8px;
display: inline-block;
}
select {
height: 1.4em;
border: none;
border-bottom: 1px solid #e3e3e3;
background: transparent;
}
article {
overflow: hidden;
margin: 8px;
}
table {
background: #fff;
border-radius: 2px;
box-shadow: 0 0 4px #e0e0e0;
border-collapse: collapse;
width: 100%;
}
tr {
border-top: 1px solid #f4f4f4;
}
tr.changed {
border-top: 1px solid #a4a4a4;
}
td:first-child, th:first-child {
padding-left: 16px;
}
td:last-child, th:last-child {
padding-right: 16px;
}
td, th {
text-align: left;
padding: 8px;
}
th {
color: #333;
}
.hidden {
display: none;
}
.triggered, .pending, .success, .failure, .error, .aborted {
font-weight: bold;
}
.triggered, .pending {
color: #ffa500;
}
.success {
color: #28a745;
}
.failure {
color: #dd2222;
}
.error, .aborted {
color: #888888;
}
a:link {
text-decoration: none;
color: blue;
}
#rerun {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
margin: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}
#rerun-content {
font-family: monospace;
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
text-align: center;
}
#queries li {
padding: .5em .35em;
line-height: 1.75;
color: black;
list-style-type: disc;
}
#info-div h4 {
cursor: pointer;
margin-top: 0.6em;
}
span.label {
padding: .11em .35em;
border-radius: .2em;
border: .1em solid transparent;
transition: opacity 0.2s linear;
font-weight: bold;
margin: 0 .1em;
text-align: center;
color: white;
box-shadow: inset 0 -1px 0 rgba(27,31,35,0.12);
background-color: #ededed;
color: #333333;
white-space: nowrap;
}
span.label:hover {
opacity: 0.85;
}
.emphasis {
font-weight: bold;
}
.card-box {
background-color: white;
border-radius: 2px;
box-shadow: 0 0 4px #e0e0e0;
padding: 8px 8px;
}
.plugin-table {
margin: 8px;
display: none;
font-family: "Roboto", "Arial", sans-serif;
width: calc(100% - 16px);
}
.command-examples {
background-color: #e5e5e5;
border-radius: 2px;
box-shadow: 1px 1px 2px #ededed;
display: inline-block;
font-size: 14px;
margin: 4px 0;
padding: 2px 8px;
}
.command-usage {
color: #757575;
font-size: 16px;
font-weight: bolder;
}
.command-example-list {
list-style-type: none;
padding: 0;
}
.table-cell {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.command-desc-text {
font-size: 14px;
overflow-wrap: break-word;
}
#dialog {
width: 500px;
}
.dialog-section-title {
font-weight: bold;
}
.fuzzy-search {
position: relative;
}
.fuzzy-search-input {
border-width: 0 0 2px 0;
}
.fuzzy-search, .fuzzy-search-input {
font-size: 14px;
width: 500px;
}
#job-list li {
display: block;
margin: 0;
padding: 8px 8px;
}
.job-selected {
background-color: #e5e5e5;
}
.fuzzy-search-list {
background-color: #fff;
box-shadow: 0 0 4px #e0e0e0;
display: none;
height: 300px;
left: 0;
overflow-y: scroll;
padding: 0;
position: absolute;
}
.active-fuzzy-search {
display: block;
}
.featured-icon {
color: #FDD835;
}
.external-icon, .link-icon {
color: #78909C;
}
/* Known GitHub Labels, can be overridden in extensions/style.css */
/* NOTE: spaces must be stripped from the label name */
.label.lgtm {
background-color: #15dd18;
color: #000000;
}
.label.approved {
background-color: #0ffa16;
color: #000000;
}
.label.cncf-cla\:yes {
background-color: #bfe5bf;
color: #000000;
}
.label.needs-ok-to-test {
background-color: #b60205;
color: #ffffff;
}
.label.do-not-merge,
.label.do-not-merge\/hold,
.label.do-not-merge\/work-in-progress,
.label.do-not-merge\/release-note-label-needed,
.label.do-not-merge\/cherry-pick-not-approved,
.label.do-not-merge\/blocked-paths {
background-color: #e11d21;
color: #ffffff;
}
.label.needs-rebase {
background-color: #BDBDBD;
color: #000000;
}
|
docs/typenum/consts/N24.t.html
|
nitro-devs/nitro-game-engine
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=type.N24.html">
</head>
<body>
<p>Redirecting to <a href="type.N24.html">type.N24.html</a>...</p>
<script>location.replace("type.N24.html" + location.search + location.hash);</script>
</body>
</html>
|
topic-160.html
|
archive-avaje-org/archive-avaje-org.github.io
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict //EN">
<html>
<head>
<title>Topic: Ebean agent does not seem to work</title>
<link rel="shortcut icon" href="/image/favicon.ico" >
<link rel="stylesheet" type="text/css" href="/static/v2style.css" >
<!--
<link rel="stylesheet" type="text/css" href="/css/100/basestyle|syntaxhighlighter" >
-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="/doc/ie.css" media="screen">
<![endif]-->
<meta name="Author" content="vannevar">
<meta name="description" content="I d like enhancement instead of subclassing so I try to run my project with javaagent enabled and I get this exception right at the program start java lang StringIndexOutOfBoundsException String index out of range 0 The reason is the following Transformer premain String Instrumentation gets called and this calls Transformer t new Transformer agentArgs and then Transformer parseClassPaths gets called with argument and this eventually leads to calling UrlPathHelper convertUrlString String with as its argument But then at classpath charAt 0 the exception above is thrown In fact I can t even imagine this code working for anyone at any time so I m quite surprised at its presence I didn t know if I may create a bug report for this as it s so surprising I suppose I don t see something trivial ">
<script type="text/javascript" src="/doc/jslib.js" ></script>
<!--
<script type="text/javascript" src="/jsl/jquery|jquery.corner|mygoo|app|shCore|shBrushJava|shBrushProperty|shBrushSql" ></script>
-->
<script type="text/javascript">
$(document).ready(function(){
$(".topic").corner("12px");
$("a.action").corner("8px hover");
$("div.example").corner("5px");
$(".reqrlogin").hide();
//dp.SyntaxHighlighter.ClipboardSwf = '/flash/clipboard.swf';
dp.SyntaxHighlighter.HighlightAll('code');
});
</script>
<!-- component('cn=app.comp.LoginEnable') -->
</head>
<body>
<form action='/topic-160.html' method="post" id="GLOBAL_ACTION">
<input type='hidden' name='_WOGA_CONTROLLER' >
<input type='hidden' name='_WOGA_METHOD' >
<input type='hidden' name='_WOGA_PARAM' >
<input type='hidden' name='_WOGA_RENDER' >
<a id="top"></a>
<div id="headwrap">
<div id="headmax">
<div id="menuuser">
<!-- component('cn=app.comp.UserStatus') -->
</div>
<img id="logo" src="/image/logo-avaje.gif" width="127" height="50" alt="avaje logo">
<div style="clear:both;"></div>
</div>
</div><!-- end of headwrap -->
<div id="head2wrap">
<div id="head2max">
<table summary="layout">
<tr>
<td align="center">
<div id="menutab" style="">
<a id="m0" href="/" class="popmenu"><span>home</span></a>
<a id="m1" href="/ebean/documentation.html" class="popmenu"><span>documentation</span></a>
<a id="m4" href="/download.html" class="popmenu"><span>downloads</span></a>
<a id="m6" href="http://groups.google.com/group/ebean" class="popmenu"><span>google group</span></a>
<a id="m2" href="/forum.html" class="popmenu"><span>forums<img src="/image/menuDownH6_3.gif" width="11" height="11" alt=""></span></a>
<a id="m3" href="/bug.html" class="popmenu"><span>bugs<img src="/image/menuDownH6_3.gif" width="11" height="11" alt=""></span></a>
<a id="m5" href="/feedback.html" class="popmenu"><span>feedback</span></a>
</div>
</td>
</tr>
</table>
</div>
</div>
<div id="bodywrap">
<div id="bodymax">
<div id="content">
<div id="pageBody">
<div id="breadcrumb">
</div>
<div class="breadcrumb">
<img src="/image/smallhome.gif"> <a href="index.html">Home</a> » <a href="forum.html">Forum</a> » <a href="forumdetail-3.html">Byte code enhancement</a>
</div>
<h1>
Please use the google group to ask questions - thanks.
</h1>
<div id="app.comp.Topic">
<div class="pageactions">
<!--
<input type="button" class="btn requser" value="Reply" onclick="topicReply();">
<input type="button" class="btn requser" value="New Topic" onclick="gotoURL('topicnew-3.html');">
-->
</div>
<div class="topiccontent">
<div class="topic">
<div class="rhs" style="float:right">
<span>by vannevar </span>
16 Dec 07:22
</div>
Ebean agent does not seem to work
<div class="body">
<p>I'd like enhancement instead of subclassing, so I try to run my project with -javaagent:<source-file> enabled, and I get this exception right at the program start:</p><p>java.lang.StringIndexOutOfBoundsException: String index out of range: 0</p><p>The reason is the following:</p><p>Transformer.premain(String, Instrumentation)<br/>gets called and this calls<br/>Transformer t = new Transformer("", agentArgs);<br/>and then Transformer.parseClassPaths() gets called with "" argument, and this eventually leads to calling<br/>UrlPathHelper.convertUrlString(String)<br/>with "" as its argument. But then, at classpath.charAt(0) the exception above is thrown.</p><p>In fact, I can't even imagine this code working for anyone at any time, so I'm quite surprised at its presence. :)</p><p>I didn't know if I may create a bug report for this, as it's so surprising, I suppose I don't see something trivial.</p>
</div>
</div>
<div class="post">
<div class="rhs" style="float:right">
16 Dec 07:27
</div>
<span>by vannevar</span>
<div class="body">
<p>I forgot to ask:<br/>If it's a bug indeed, is there a quick workaround for it (avoiding the call of premain() somehow)?</p>
</div>
</div>
<div class="post">
<div class="rhs" style="float:right">
16 Dec 09:17
</div>
<span>by Rob</span>
<div class="body">
<p>Yes it is a bug. <a href="http://www.avaje.org/bugdetail-192.html">http://www.avaje.org/bugdetail-192.html</a></p><p>Apologies as I am always using the Eclipse Enhancer plugin these days and unfortunately didn't test the last javaagent.</p><p>It is fixed in HEAD, so you could use that if you are building from source.</p><p>Alternatively you could use the ANT task or the Eclipse Enhancer plugin (from www.avaje.org/eclipseupdate/).</p><p>I will be trying to put out the next version shortly.</p><p>Cheers, Rob.</p>
</div>
</div>
<div class="post">
<div class="rhs" style="float:right">
17 Dec 16:54
</div>
<span>by vannevar</span>
<div class="body">
<p>Thanks for the quick reply, it works great now! :)<br/>And sorry for not noticing the bug report before.<br/>(Anyway, I don't use Eclipse but JDeveloper, so the Eclipse Enhancer did not seem to be a usable workaround for me.)</p>
</div>
</div>
<div class="post">
<div class="rhs" style="float:right">
20 Dec 09:45
</div>
<span>by Rob</span>
<div class="body">
<p>No problem :)</p>
</div>
</div>
</div>
<div class="pageactions">
</div>
<input type="hidden" name="f_forumid" value="3">
<input type="hidden" name="f_topicid" value="160">
<input type="hidden" name="f_postid" value="">
<div id="commentForm" style="display:none;">
<h4>Add Comment</h4>
<table>
<tr>
<td class="label" valign="top" style="width:8em;">Comment:</td>
<td><textarea class="wide80" id="f_body" name="f_body" rows="10" cols="30"></textarea></td>
</tr>
</table>
<div class="buttons">
</div>
</div>
</div>
<div id="newTopicForm" class="popdialog wideDialogForm">
<div id="app.comp.TopicNew">
<div id="newTopicFormMarker" style="display:none;"></div>
<h4>Create a New Topic</h4>
<table>
<tr>
<td class="label" valign="top" style="width:8em;">Title:</td>
<td><input class="txt wide90" name="nt_title" value="$paramtool.getParamIfNull('nt_title','')"></td>
</tr>
<tr>
<td class="label" valign="top">Body:</td>
<td><textarea class="wide90" name="nt_body" rows="10" cols="30">$paramtool.getParamIfNull('nt_body','')</textarea></td>
</tr>
<tr>
<td class="label"></td>
<td>
</td>
</tr>
</table>
<div class="buttons">
<input type="button" class="btn" value="Save" accesskey="s" onclick="woAction('app.comp.TopicNew','doNewTopic');" >
<input type="button" class="btn" value="Cancel" accesskey="c" onclick="popdialog.hide();">
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- end of bodywrap -->
<div id="footwrap">
<div id="footmax">
<div id="foot">
<a href="/">home</a> | <a href="#top">back to top</a>
</div>
</div>
</div><!-- end of footwrap -->
<!-- layers -->
<div id="m1popxxx" class="popmenuchild">
<a href="/ebean/introduction.html">Introduction</a>
<a href="/doc/ebean-userguide.pdf">User Guide (pdf)</a>
<a href="/configure.html">Install/Configure</a>
<a href="/static/javadoc/pub/index.html">Public JavaDoc</a>
<a href="/whitepaper.html">Whitepapers</a>
</div>
<div id="m2pop" class="popmenuchild">
<a href="/forumdetail-1.html">General</a>
<a href="/forumdetail-2.html">Database Specific</a>
<a href="/forumdetail-3.html">Byte Code</a>
<a href="/forumdetail-4.html">Deployment Annotations</a>
<a href="/forumdetail-5.html">Features</a>
</div>
<div id="m3pop" class="popmenuchild">
<a href="/bug.html">Top Bugs</a>
<a href="/enh.html">Top Enhancements</a>
</div>
<div id="woResponse">woResponse</div>
</form>
<div id="woFocusDelay"></div>
</body>
</html>
|
play2-maven-plugin/1.0.0-alpha9/play2-maven-plugin/source-repository.html
|
play2-maven-plugin/play2-maven-plugin.github.io
|
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2014-11-15
| Rendered using Apache Maven Fluido Skin 1.3.1
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20141115" />
<meta http-equiv="Content-Language" content="en" />
<title>Play! 2.x Maven Plugin – Source Repository</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.3.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="./css/site.css"/>
</head>
<body class="topBarDisabled">
<div class="container-fluid">
<div id="banner">
<div class="pull-left">
<div id="bannerLeft">
<h2>Play! 2.x Maven Plugin</h2>
</div>
</div>
<div class="pull-right"> </div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2014-11-15
<span class="divider">|</span>
</li>
<li id="projectVersion">Version: 1.0.0-alpha9
</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Parent Project</li>
<li>
<a href="../index.html" title="Play! 2.x">
<i class="none"></i>
Play! 2.x</a>
</li>
<li class="nav-header">Overview</li>
<li>
<a href="index.html" title="Introduction">
<i class="none"></i>
Introduction</a>
</li>
<li>
<a href="plugin-info.html" title="Goals">
<i class="none"></i>
Goals</a>
</li>
<li>
<a href="apidocs/index.html" title="JavaDocs">
<i class="none"></i>
JavaDocs</a>
</li>
<li class="nav-header">Project Documentation</li>
<li>
<a href="project-info.html" title="Project Information">
<i class="icon-chevron-down"></i>
Project Information</a>
<ul class="nav nav-list">
<li>
<a href="index.html" title="About">
<i class="none"></i>
About</a>
</li>
<li>
<a href="plugin-management.html" title="Plugin Management">
<i class="none"></i>
Plugin Management</a>
</li>
<li>
<a href="distribution-management.html" title="Distribution Management">
<i class="none"></i>
Distribution Management</a>
</li>
<li>
<a href="dependency-info.html" title="Dependency Information">
<i class="none"></i>
Dependency Information</a>
</li>
<li class="active">
<a href="#"><i class="none"></i>Source Repository</a>
</li>
<li>
<a href="mail-lists.html" title="Mailing Lists">
<i class="none"></i>
Mailing Lists</a>
</li>
<li>
<a href="issue-tracking.html" title="Issue Tracking">
<i class="none"></i>
Issue Tracking</a>
</li>
<li>
<a href="integration.html" title="Continuous Integration">
<i class="none"></i>
Continuous Integration</a>
</li>
<li>
<a href="plugins.html" title="Project Plugins">
<i class="none"></i>
Project Plugins</a>
</li>
<li>
<a href="license.html" title="Project License">
<i class="none"></i>
Project License</a>
</li>
<li>
<a href="team-list.html" title="Project Team">
<i class="none"></i>
Project Team</a>
</li>
<li>
<a href="project-summary.html" title="Project Summary">
<i class="none"></i>
Project Summary</a>
</li>
<li>
<a href="dependencies.html" title="Dependencies">
<i class="none"></i>
Dependencies</a>
</li>
</ul>
</li>
<li>
<a href="project-reports.html" title="Project Reports">
<i class="icon-chevron-right"></i>
Project Reports</a>
</li>
</ul>
<hr />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
</a>
</div>
</div>
</div>
<div id="bodyColumn" class="span9" >
<div class="section">
<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
<p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div>
<div class="section">
<h2><a name="Web_Access"></a>Web Access</h2><a name="Web_Access"></a>
<p>The following is a link to the online source repository.</p>
<div class="source">
<pre><a class="externalLink" href="http://play2-maven-plugin.googlecode.com/svn/tags/play2-1.0.0-alpha9/play2-maven-plugin">http://play2-maven-plugin.googlecode.com/svn/tags/play2-1.0.0-alpha9/play2-maven-plugin</a></pre></div></div>
<div class="section">
<h2><a name="Anonymous_access"></a>Anonymous access</h2><a name="Anonymous_access"></a>
<p>The source can be checked out anonymously from SVN with this command:</p>
<div class="source">
<pre>$ svn checkout http://play2-maven-plugin.googlecode.com/svn/tags/play2-1.0.0-alpha9/play2-maven-plugin play2-maven-plugin</pre></div></div>
<div class="section">
<h2><a name="Developer_access"></a>Developer access</h2><a name="Developer_access"></a>
<p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
<div class="source">
<pre>$ svn checkout https://play2-maven-plugin.googlecode.com/svn/tags/play2-1.0.0-alpha9/play2-maven-plugin play2-maven-plugin</pre></div>
<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
<div class="source">
<pre>$ svn commit --username your-username -m "A message"</pre></div></div>
<div class="section">
<h2><a name="Access_from_behind_a_firewall"></a>Access from behind a firewall</h2><a name="Access_from_behind_a_firewall"></a>
<p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
<div class="source">
<pre>$ svn checkout https://play2-maven-plugin.googlecode.com/svn/tags/play2-1.0.0-alpha9/play2-maven-plugin play2-maven-plugin</pre></div></div>
<div class="section">
<h2><a name="Access_through_a_proxy"></a>Access through a proxy</h2><a name="Access_through_a_proxy"></a>
<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)</p>
<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
<p>Example: Edit the 'servers' file and add something like:</p>
<div class="source">
<pre>[global]
http-proxy-host = your.proxy.name
http-proxy-port = 3128
</pre></div></div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p >Copyright © 2013–2014.
All rights reserved.
</p>
</div>
</div>
</footer>
</body>
</html>
|
apache-cassandra-2.0.16/javadoc/org/apache/cassandra/dht/class-use/Token.html
|
anuragkapur/cassandra-2.1.2-ak-skynet
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 18 14:08:47 EDT 2015 -->
<title>Uses of Class org.apache.cassandra.dht.Token (apache-cassandra API)</title>
<meta name="date" content="2015-06-18">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.cassandra.dht.Token (apache-cassandra API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/dht/class-use/Token.html" target="_top">Frames</a></li>
<li><a href="Token.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cassandra.dht.Token" class="title">Uses of Class<br>org.apache.cassandra.dht.Token</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.client">org.apache.cassandra.client</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.db">org.apache.cassandra.db</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.db.compaction">org.apache.cassandra.db.compaction</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.db.marshal">org.apache.cassandra.db.marshal</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.dht">org.apache.cassandra.dht</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.gms">org.apache.cassandra.gms</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.io.sstable">org.apache.cassandra.io.sstable</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.locator">org.apache.cassandra.locator</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.repair">org.apache.cassandra.repair</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.repair.messages">org.apache.cassandra.repair.messages</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.service">org.apache.cassandra.service</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.cassandra.streaming">org.apache.cassandra.streaming</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.utils">org.apache.cassandra.utils</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.cassandra.client">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/client/package-summary.html">org.apache.cassandra.client</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/client/package-summary.html">org.apache.cassandra.client</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">RingCache.</span><code><strong><a href="../../../../../org/apache/cassandra/client/RingCache.html#getRange(java.nio.ByteBuffer)">getRange</a></strong>(java.nio.ByteBuffer key)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/client/package-summary.html">org.apache.cassandra.client</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">RingCache.</span><code><strong><a href="../../../../../org/apache/cassandra/client/RingCache.html#getEndpoint(org.apache.cassandra.dht.Range)">getEndpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range)</code>
<div class="block">ListMultimap promises to return a List for get(K)</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.db">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> declared as <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">DecoratedKey.</span><code><strong><a href="../../../../../org/apache/cassandra/db/DecoratedKey.html#token">token</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> that return <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">DecoratedKey.</span><code><strong><a href="../../../../../org/apache/cassandra/db/DecoratedKey.html#getToken()">getToken</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">RowPosition.</span><code><strong><a href="../../../../../org/apache/cassandra/db/RowPosition.html#getToken()">getToken</a></strong>()</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#getSavedTokens()">getSavedTokens</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.common.collect.SetMultimap<java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#loadTokens()">loadTokens</a></strong>()</code>
<div class="block">Return a map of stored tokens to IP addresses</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#updateLocalTokens(java.util.Collection,%20java.util.Collection)">updateLocalTokens</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> addTokens,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> rmTokens)</code>
<div class="block">Convenience method to update the list of tokens in the local system keyspace.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/db/DataRange.html" title="class in org.apache.cassandra.db">DataRange</a></code></td>
<td class="colLast"><span class="strong">DataRange.</span><code><strong><a href="../../../../../org/apache/cassandra/db/DataRange.html#forKeyRange(org.apache.cassandra.dht.Range)">forKeyRange</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> keyRange)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Iterable<<a href="../../../../../org/apache/cassandra/db/DecoratedKey.html" title="class in org.apache.cassandra.db">DecoratedKey</a>></code></td>
<td class="colLast"><span class="strong">ColumnFamilyStore.</span><code><strong><a href="../../../../../org/apache/cassandra/db/ColumnFamilyStore.html#keySamples(org.apache.cassandra.dht.Range)">keySamples</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#updateLocalTokens(java.util.Collection,%20java.util.Collection)">updateLocalTokens</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> addTokens,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> rmTokens)</code>
<div class="block">Convenience method to update the list of tokens in the local system keyspace.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#updateLocalTokens(java.util.Collection,%20java.util.Collection)">updateLocalTokens</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> addTokens,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> rmTokens)</code>
<div class="block">Convenience method to update the list of tokens in the local system keyspace.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#updateTokens(java.util.Collection)">updateTokens</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens)</code>
<div class="block">This method is used to update the System Keyspace with the new tokens for this node</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">SystemKeyspace.</span><code><strong><a href="../../../../../org/apache/cassandra/db/SystemKeyspace.html#updateTokens(java.net.InetAddress,%20java.util.Collection)">updateTokens</a></strong>(java.net.InetAddress ep,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens)</code>
<div class="block">Record tokens being used by another node</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/cassandra/db/package-summary.html">org.apache.cassandra.db</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/DecoratedKey.html#DecoratedKey(org.apache.cassandra.dht.Token,%20java.nio.ByteBuffer)">DecoratedKey</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token,
java.nio.ByteBuffer key)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.db.compaction">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/db/compaction/package-summary.html">org.apache.cassandra.db.compaction</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/db/compaction/package-summary.html">org.apache.cassandra.db.compaction</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/compaction/ICompactionScanner.html" title="interface in org.apache.cassandra.db.compaction">ICompactionScanner</a>></code></td>
<td class="colLast"><span class="strong">AbstractCompactionStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/db/compaction/AbstractCompactionStrategy.html#getScanners(java.util.Collection,%20org.apache.cassandra.dht.Range)">getScanners</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html" title="class in org.apache.cassandra.io.sstable">SSTableReader</a>> sstables,
<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range)</code>
<div class="block">Returns a list of KeyScanners given sstables and a range on which to scan.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/db/compaction/ICompactionScanner.html" title="interface in org.apache.cassandra.db.compaction">ICompactionScanner</a>></code></td>
<td class="colLast"><span class="strong">LeveledCompactionStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/db/compaction/LeveledCompactionStrategy.html#getScanners(java.util.Collection,%20org.apache.cassandra.dht.Range)">getScanners</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html" title="class in org.apache.cassandra.io.sstable">SSTableReader</a>> sstables,
<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.db.marshal">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/cassandra/db/marshal/package-summary.html">org.apache.cassandra.db.marshal</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/db/marshal/LocalByPartionerType.html" title="class in org.apache.cassandra.db.marshal">LocalByPartionerType</a><T extends <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></strong></code>
<div class="block">for sorting columns representing row keys in the row ordering as determined by a partitioner.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.dht">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractPartitioner.html" title="class in org.apache.cassandra.dht">AbstractPartitioner</a><T extends <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a><T extends <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/BigIntegerToken.html" title="class in org.apache.cassandra.dht">BigIntegerToken</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/BytesToken.html" title="class in org.apache.cassandra.dht">BytesToken</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalToken.html" title="class in org.apache.cassandra.dht">LocalToken</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/LongToken.html" title="class in org.apache.cassandra.dht">LongToken</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/StringToken.html" title="class in org.apache.cassandra.dht">StringToken</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">BootStrapper.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/BootStrapper.html#tokens">tokens</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> that return <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">Token.TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenSerializer.html#deserialize(java.io.DataInput)">deserialize</a></strong>(java.io.DataInput in)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a><<a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html" title="type parameter in Token.TokenFactory">T</a>></code></td>
<td class="colLast"><span class="strong">Token.TokenFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html#fromByteArray(java.nio.ByteBuffer)">fromByteArray</a></strong>(java.nio.ByteBuffer bytes)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a><<a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html" title="type parameter in Token.TokenFactory">T</a>></code></td>
<td class="colLast"><span class="strong">Token.TokenFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html#fromString(java.lang.String)">fromString</a></strong>(java.lang.String string)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">RingPosition.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RingPosition.html#getToken()">getToken</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="type parameter in Token">T</a>></code></td>
<td class="colLast"><span class="strong">Token.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.html#getToken()">getToken</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">Token.KeyBound.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.KeyBound.html#getToken()">getToken</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">IPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right)</code>
<div class="block">Calculate a Token representing the approximate "middle" of the given
range.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">LocalPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">Murmur3Partitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> lToken,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> rToken)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">RandomPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RandomPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> ltoken,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> rtoken)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">AbstractByteOrderedPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractByteOrderedPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">IPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code>
<div class="block">Calculate the deltas between tokens in the ring in order to compare
relative sizes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">LocalPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">Murmur3Partitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">OrderPreservingPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/OrderPreservingPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">RandomPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RandomPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">BootStrapper.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/BootStrapper.html#getBootstrapTokens(org.apache.cassandra.locator.TokenMetadata)">getBootstrapTokens</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> metadata)</code>
<div class="block">if initialtoken was specified, use that (split on comma).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">BootStrapper.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/BootStrapper.html#getRandomTokens(org.apache.cassandra.locator.TokenMetadata,%20int)">getRandomTokens</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> metadata,
int numTokens)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static com.google.common.collect.Multimap<java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">RangeStreamer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RangeStreamer.html#getWorkMap(com.google.common.collect.Multimap,%20java.lang.String)">getWorkMap</a></strong>(com.google.common.collect.Multimap<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>,java.net.InetAddress> rangesWithSourceTarget,
java.lang.String keyspace)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">AbstractBounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html#toTokenBounds()">toTokenBounds</a></strong>()</code>
<div class="block">Transform this abstract bounds to a token abstract bounds.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">Bounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Bounds.html#toTokenBounds()">toTokenBounds</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">ExcludingBounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/ExcludingBounds.html#toTokenBounds()">toTokenBounds</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">IncludingExcludingBounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IncludingExcludingBounds.html#toTokenBounds()">toTokenBounds</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/AbstractBounds.html" title="class in org.apache.cassandra.dht">AbstractBounds</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">Range.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Range.html#toTokenBounds()">toTokenBounds</a></strong>()</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">BigIntegerToken.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/BigIntegerToken.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a><java.math.BigInteger> o)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">BytesToken.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/BytesToken.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a><byte[]> o)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">LocalToken.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalToken.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a><java.nio.ByteBuffer> o)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">LongToken.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LongToken.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a><java.lang.Long> o)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">StringToken.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/StringToken.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a><java.lang.String> o)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract int</code></td>
<td class="colLast"><span class="strong">Token.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.html#compareTo(org.apache.cassandra.dht.Token)">compareTo</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="type parameter in Token">T</a>> o)</code>
<div class="block">This determines the comparison for node destination purposes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Bounds.html" title="class in org.apache.cassandra.dht">Bounds</a><<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="class in org.apache.cassandra.db">RowPosition</a>></code></td>
<td class="colLast"><span class="strong">Bounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Bounds.html#makeRowBounds(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.IPartitioner)">makeRowBounds</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right,
<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> partitioner)</code>
<div class="block">Compute a bounds of keys corresponding to a given bounds of token.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Bounds.html" title="class in org.apache.cassandra.dht">Bounds</a><<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="class in org.apache.cassandra.db">RowPosition</a>></code></td>
<td class="colLast"><span class="strong">Bounds.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Bounds.html#makeRowBounds(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.IPartitioner)">makeRowBounds</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right,
<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> partitioner)</code>
<div class="block">Compute a bounds of keys corresponding to a given bounds of token.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="class in org.apache.cassandra.db">RowPosition</a>></code></td>
<td class="colLast"><span class="strong">Range.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Range.html#makeRowRange(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.IPartitioner)">makeRowRange</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right,
<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> partitioner)</code>
<div class="block">Compute a range of keys corresponding to a given range of token.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/db/RowPosition.html" title="class in org.apache.cassandra.db">RowPosition</a>></code></td>
<td class="colLast"><span class="strong">Range.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Range.html#makeRowRange(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.IPartitioner)">makeRowRange</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right,
<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> partitioner)</code>
<div class="block">Compute a range of keys corresponding to a given range of token.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/BytesToken.html" title="class in org.apache.cassandra.dht">BytesToken</a></code></td>
<td class="colLast"><span class="strong">AbstractByteOrderedPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractByteOrderedPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> ltoken,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> rtoken)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/BytesToken.html" title="class in org.apache.cassandra.dht">BytesToken</a></code></td>
<td class="colLast"><span class="strong">AbstractByteOrderedPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractByteOrderedPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> ltoken,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> rtoken)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">IPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right)</code>
<div class="block">Calculate a Token representing the approximate "middle" of the given
range.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">IPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right)</code>
<div class="block">Calculate a Token representing the approximate "middle" of the given
range.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">LocalPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">LocalPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">Murmur3Partitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> lToken,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> rToken)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">Murmur3Partitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> lToken,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> rToken)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/StringToken.html" title="class in org.apache.cassandra.dht">StringToken</a></code></td>
<td class="colLast"><span class="strong">OrderPreservingPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/OrderPreservingPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> ltoken,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> rtoken)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/StringToken.html" title="class in org.apache.cassandra.dht">StringToken</a></code></td>
<td class="colLast"><span class="strong">OrderPreservingPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/OrderPreservingPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> ltoken,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> rtoken)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">RandomPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RandomPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> ltoken,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> rtoken)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">RandomPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RandomPartitioner.html#midpoint(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token)">midpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> ltoken,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> rtoken)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Token.TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenSerializer.html#serialize(org.apache.cassandra.dht.Token,%20java.io.DataOutput)">serialize</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token,
java.io.DataOutput out)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><span class="strong">Token.TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenSerializer.html#serializedSize(org.apache.cassandra.dht.Token,%20org.apache.cassandra.db.TypeSizes)">serializedSize</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> object,
<a href="../../../../../org/apache/cassandra/db/TypeSizes.html" title="class in org.apache.cassandra.db">TypeSizes</a> typeSizes)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract java.nio.ByteBuffer</code></td>
<td class="colLast"><span class="strong">Token.TokenFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html#toByteArray(org.apache.cassandra.dht.Token)">toByteArray</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a><<a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html" title="type parameter in Token.TokenFactory">T</a>> token)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract java.lang.String</code></td>
<td class="colLast"><span class="strong">Token.TokenFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html#toString(org.apache.cassandra.dht.Token)">toString</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a><<a href="../../../../../org/apache/cassandra/dht/Token.TokenFactory.html" title="type parameter in Token.TokenFactory">T</a>> token)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">RangeStreamer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RangeStreamer.html#addRanges(java.lang.String,%20java.util.Collection)">addRanges</a></strong>(java.lang.String keyspaceName,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">AbstractByteOrderedPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/AbstractByteOrderedPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">IPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/IPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code>
<div class="block">Calculate the deltas between tokens in the ring in order to compare
relative sizes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">LocalPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/LocalPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">Murmur3Partitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/Murmur3Partitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">OrderPreservingPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/OrderPreservingPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.lang.Float></code></td>
<td class="colLast"><span class="strong">RandomPartitioner.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RandomPartitioner.html#describeOwnership(java.util.List)">describeOwnership</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static com.google.common.collect.Multimap<java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">RangeStreamer.</span><code><strong><a href="../../../../../org/apache/cassandra/dht/RangeStreamer.html#getWorkMap(com.google.common.collect.Multimap,%20java.lang.String)">getWorkMap</a></strong>(com.google.common.collect.Multimap<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>,java.net.InetAddress> rangesWithSourceTarget,
java.lang.String keyspace)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/dht/package-summary.html">org.apache.cassandra.dht</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/dht/BootStrapper.html#BootStrapper(java.net.InetAddress,%20java.util.Collection,%20org.apache.cassandra.locator.TokenMetadata)">BootStrapper</a></strong>(java.net.InetAddress address,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens,
<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> tmd)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.gms">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/gms/package-summary.html">org.apache.cassandra.gms</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/gms/package-summary.html">org.apache.cassandra.gms</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/TokenSerializer.html#deserialize(org.apache.cassandra.dht.IPartitioner,%20java.io.DataInput)">deserialize</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> partitioner,
java.io.DataInput in)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/gms/package-summary.html">org.apache.cassandra.gms</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td>
<td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#moving(org.apache.cassandra.dht.Token)">moving</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/gms/package-summary.html">org.apache.cassandra.gms</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td>
<td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#bootstrapping(java.util.Collection)">bootstrapping</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td>
<td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#leaving(java.util.Collection)">leaving</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td>
<td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#left(java.util.Collection,%20long)">left</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens,
long expireTime)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td>
<td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#normal(java.util.Collection)">normal</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">TokenSerializer.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/TokenSerializer.html#serialize(org.apache.cassandra.dht.IPartitioner,%20java.util.Collection,%20java.io.DataOutput)">serialize</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> partitioner,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens,
java.io.DataOutput out)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/gms/VersionedValue.html" title="class in org.apache.cassandra.gms">VersionedValue</a></code></td>
<td class="colLast"><span class="strong">VersionedValue.VersionedValueFactory.</span><code><strong><a href="../../../../../org/apache/cassandra/gms/VersionedValue.VersionedValueFactory.html#tokens(java.util.Collection)">tokens</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.io.sstable">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map<java.net.InetAddress,java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>>></code></td>
<td class="colLast"><span class="strong">SSTableLoader.Client.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableLoader.Client.html#getEndpointToRangesMap()">getEndpointToRangesMap</a></strong>()</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/io/sstable/package-summary.html">org.apache.cassandra.io.sstable</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">SSTableLoader.Client.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableLoader.Client.html#addRangeForEndpoint(org.apache.cassandra.dht.Range,%20java.net.InetAddress)">addRangeForEndpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range,
java.net.InetAddress endpoint)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#estimatedKeysForRanges(java.util.Collection)">estimatedKeysForRanges</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Iterable<<a href="../../../../../org/apache/cassandra/db/DecoratedKey.html" title="class in org.apache.cassandra.db">DecoratedKey</a>></code></td>
<td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#getKeySamples(org.apache.cassandra.dht.Range)">getKeySamples</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a><java.lang.Long,java.lang.Long>></code></td>
<td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#getPositionsForRanges(java.util.Collection)">getPositionsForRanges</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges)</code>
<div class="block">Determine the minimal set of sections that can be extracted from this SSTable to cover the given ranges.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/compaction/ICompactionScanner.html" title="interface in org.apache.cassandra.db.compaction">ICompactionScanner</a></code></td>
<td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#getScanner(java.util.Collection,%20com.google.common.util.concurrent.RateLimiter)">getScanner</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges,
com.google.common.util.concurrent.RateLimiter limiter)</code>
<div class="block">Direct I/O SSTableScanner over a defined collection of ranges of tokens.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/db/compaction/ICompactionScanner.html" title="interface in org.apache.cassandra.db.compaction">ICompactionScanner</a></code></td>
<td class="colLast"><span class="strong">SSTableReader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html#getScanner(org.apache.cassandra.dht.Range,%20com.google.common.util.concurrent.RateLimiter)">getScanner</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range,
com.google.common.util.concurrent.RateLimiter limiter)</code>
<div class="block">Direct I/O SSTableScanner over a defined range of tokens.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.Collection<<a href="../../../../../org/apache/cassandra/io/sstable/SSTableReader.html" title="class in org.apache.cassandra.io.sstable">SSTableReader</a>></code></td>
<td class="colLast"><span class="strong">SSTableLoader.</span><code><strong><a href="../../../../../org/apache/cassandra/io/sstable/SSTableLoader.html#openSSTables(java.util.Map)">openSSTables</a></strong>(java.util.Map<java.net.InetAddress,java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>>> ranges)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.locator">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/locator/package-summary.html">org.apache.cassandra.locator</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/locator/package-summary.html">org.apache.cassandra.locator</a> that return <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#firstToken(java.util.ArrayList,%20org.apache.cassandra.dht.Token)">firstToken</a></strong>(java.util.ArrayList<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> ring,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> start)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPredecessor(org.apache.cassandra.dht.Token)">getPredecessor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getSuccessor(org.apache.cassandra.dht.Token)">getSuccessor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getToken(java.net.InetAddress)">getToken</a></strong>(java.net.InetAddress endpoint)</code>
<div class="block"><strong>Deprecated.</strong> </div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/locator/package-summary.html">org.apache.cassandra.locator</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>com.google.common.collect.Multimap<java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getAddressRanges()">getAddressRanges</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>com.google.common.collect.Multimap<java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getAddressRanges(org.apache.cassandra.locator.TokenMetadata)">getAddressRanges</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> metadata)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/utils/BiMultiValMap.html" title="class in org.apache.cassandra.utils">BiMultiValMap</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getBootstrapTokens()">getBootstrapTokens</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>com.google.common.collect.Multimap<java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getEndpointToTokenMapForReading()">getEndpointToTokenMapForReading</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Set<<a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.net.InetAddress>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getMovingEndpoints()">getMovingEndpoints</a></strong>()</code>
<div class="block">Endpoints which are migrating to the new tokens</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>,java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getNormalAndBootstrappingTokenToEndpointMap()">getNormalAndBootstrappingTokenToEndpointMap</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getPendingAddressRanges(org.apache.cassandra.locator.TokenMetadata,%20java.util.Collection,%20java.net.InetAddress)">getPendingAddressRanges</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> metadata,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> pendingTokens,
java.net.InetAddress pendingAddress)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getPendingAddressRanges(org.apache.cassandra.locator.TokenMetadata,%20org.apache.cassandra.dht.Token,%20java.net.InetAddress)">getPendingAddressRanges</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> metadata,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> pendingToken,
java.net.InetAddress pendingAddress)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>,java.util.Collection<java.net.InetAddress>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPendingRanges(java.lang.String)">getPendingRanges</a></strong>(java.lang.String keyspaceName)</code>
<div class="block">a mutable map may be returned but caller should not modify it</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPendingRanges(java.lang.String,%20java.net.InetAddress)">getPendingRanges</a></strong>(java.lang.String keyspaceName,
java.net.InetAddress endpoint)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPrimaryRangeFor(org.apache.cassandra.dht.Token)">getPrimaryRangeFor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right)</code>
<div class="block"><strong>Deprecated.</strong> </div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPrimaryRangesFor(java.util.Collection)">getPrimaryRangesFor</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>com.google.common.collect.Multimap<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>,java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getRangeAddresses(org.apache.cassandra.locator.TokenMetadata)">getRangeAddresses</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> metadata)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getTokens(java.net.InetAddress)">getTokens</a></strong>(java.net.InetAddress endpoint)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.Iterator<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#ringIterator(java.util.ArrayList,%20org.apache.cassandra.dht.Token,%20boolean)">ringIterator</a></strong>(java.util.ArrayList<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> ring,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> start,
boolean includeMin)</code>
<div class="block">iterator over the Tokens in the given ring, starting with the token for the node owning start
(which does not have to be a Token in the ring)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.ArrayList<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#sortedTokens()">sortedTokens</a></strong>()</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/locator/package-summary.html">org.apache.cassandra.locator</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#addBootstrapToken(org.apache.cassandra.dht.Token,%20java.net.InetAddress)">addBootstrapToken</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token,
java.net.InetAddress endpoint)</code>
<div class="block"><strong>Deprecated.</strong> </div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#addMovingEndpoint(org.apache.cassandra.dht.Token,%20java.net.InetAddress)">addMovingEndpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token,
java.net.InetAddress endpoint)</code>
<div class="block">Add a new moving endpoint</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract java.util.List<java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#calculateNaturalEndpoints(org.apache.cassandra.dht.Token,%20org.apache.cassandra.locator.TokenMetadata)">calculateNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> searchToken,
<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> tokenMetadata)</code>
<div class="block">calculate the natural endpoints for the given token</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">LocalStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/LocalStrategy.html#calculateNaturalEndpoints(org.apache.cassandra.dht.Token,%20org.apache.cassandra.locator.TokenMetadata)">calculateNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token,
<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> metadata)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">NetworkTopologyStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/NetworkTopologyStrategy.html#calculateNaturalEndpoints(org.apache.cassandra.dht.Token,%20org.apache.cassandra.locator.TokenMetadata)">calculateNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> searchToken,
<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> tokenMetadata)</code>
<div class="block">calculate endpoints in one pass through the tokens by tracking our progress in each DC, rack etc.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">OldNetworkTopologyStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/OldNetworkTopologyStrategy.html#calculateNaturalEndpoints(org.apache.cassandra.dht.Token,%20org.apache.cassandra.locator.TokenMetadata)">calculateNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token,
<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> metadata)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">SimpleStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/SimpleStrategy.html#calculateNaturalEndpoints(org.apache.cassandra.dht.Token,%20org.apache.cassandra.locator.TokenMetadata)">calculateNaturalEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token,
<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> metadata)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#firstToken(java.util.ArrayList,%20org.apache.cassandra.dht.Token)">firstToken</a></strong>(java.util.ArrayList<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> ring,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> start)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#firstTokenIndex(java.util.ArrayList,%20org.apache.cassandra.dht.Token,%20boolean)">firstTokenIndex</a></strong>(java.util.ArrayList ring,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> start,
boolean insertMin)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.ArrayList<java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getCachedEndpoints(org.apache.cassandra.dht.Token)">getCachedEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> t)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.net.InetAddress</code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getEndpoint(org.apache.cassandra.dht.Token)">getEndpoint</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getPendingAddressRanges(org.apache.cassandra.locator.TokenMetadata,%20org.apache.cassandra.dht.Token,%20java.net.InetAddress)">getPendingAddressRanges</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> metadata,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> pendingToken,
java.net.InetAddress pendingAddress)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPredecessor(org.apache.cassandra.dht.Token)">getPredecessor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPrimaryRangeFor(org.apache.cassandra.dht.Token)">getPrimaryRangeFor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right)</code>
<div class="block"><strong>Deprecated.</strong> </div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getSuccessor(org.apache.cassandra.dht.Token)">getSuccessor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getWriteEndpoints(org.apache.cassandra.dht.Token,%20java.lang.String,%20java.util.Collection)">getWriteEndpoints</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token,
java.lang.String keyspaceName,
java.util.Collection<java.net.InetAddress> naturalEndpoints)</code>
<div class="block"><strong>Deprecated.</strong>
<div class="block"><i>retained for benefit of old tests</i></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Collection<java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#pendingEndpointsFor(org.apache.cassandra.dht.Token,%20java.lang.String)">pendingEndpointsFor</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token,
java.lang.String keyspaceName)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.Iterator<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#ringIterator(java.util.ArrayList,%20org.apache.cassandra.dht.Token,%20boolean)">ringIterator</a></strong>(java.util.ArrayList<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> ring,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> start,
boolean includeMin)</code>
<div class="block">iterator over the Tokens in the given ring, starting with the token for the node owning start
(which does not have to be a Token in the ring)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#updateNormalToken(org.apache.cassandra.dht.Token,%20java.net.InetAddress)">updateNormalToken</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token,
java.net.InetAddress endpoint)</code>
<div class="block">Update token map with a single token/endpoint pair in normal state.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/locator/package-summary.html">org.apache.cassandra.locator</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#addBootstrapTokens(java.util.Collection,%20java.net.InetAddress)">addBootstrapTokens</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens,
java.net.InetAddress endpoint)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#firstToken(java.util.ArrayList,%20org.apache.cassandra.dht.Token)">firstToken</a></strong>(java.util.ArrayList<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> ring,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> start)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">AbstractReplicationStrategy.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/AbstractReplicationStrategy.html#getPendingAddressRanges(org.apache.cassandra.locator.TokenMetadata,%20java.util.Collection,%20java.net.InetAddress)">getPendingAddressRanges</a></strong>(<a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a> metadata,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> pendingTokens,
java.net.InetAddress pendingAddress)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#getPrimaryRangesFor(java.util.Collection)">getPrimaryRangesFor</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#removeBootstrapTokens(java.util.Collection)">removeBootstrapTokens</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.Iterator<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#ringIterator(java.util.ArrayList,%20org.apache.cassandra.dht.Token,%20boolean)">ringIterator</a></strong>(java.util.ArrayList<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> ring,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> start,
boolean includeMin)</code>
<div class="block">iterator over the Tokens in the given ring, starting with the token for the node owning start
(which does not have to be a Token in the ring)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#setPendingRanges(java.lang.String,%20com.google.common.collect.Multimap)">setPendingRanges</a></strong>(java.lang.String keyspaceName,
com.google.common.collect.Multimap<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>,java.net.InetAddress> rangeMap)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#updateNormalTokens(java.util.Collection,%20java.net.InetAddress)">updateNormalTokens</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens,
java.net.InetAddress endpoint)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TokenMetadata.</span><code><strong><a href="../../../../../org/apache/cassandra/locator/TokenMetadata.html#updateNormalTokens(com.google.common.collect.Multimap)">updateNormalTokens</a></strong>(com.google.common.collect.Multimap<java.net.InetAddress,<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> endpointTokens)</code>
<div class="block">Update token map with a set of token/endpoint pairs in normal state.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.repair">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/repair/package-summary.html">org.apache.cassandra.repair</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/repair/package-summary.html">org.apache.cassandra.repair</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">Differencer.</span><code><strong><a href="../../../../../org/apache/cassandra/repair/Differencer.html#differences">differences</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">RepairJobDesc.</span><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairJobDesc.html#range">range</a></strong></code>
<div class="block">repairing range</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">RepairSession.</span><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairSession.html#range">range</a></strong></code>
<div class="block">Range to repair</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/repair/package-summary.html">org.apache.cassandra.repair</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">RepairSession.</span><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairSession.html#getRange()">getRange</a></strong>()</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/repair/package-summary.html">org.apache.cassandra.repair</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairJob.html#RepairJob(org.apache.cassandra.repair.IRepairJobEventListener,%20java.util.UUID,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.dht.Range,%20org.apache.cassandra.repair.RepairParallelism,%20com.google.common.util.concurrent.ListeningExecutorService)">RepairJob</a></strong>(<a href="../../../../../org/apache/cassandra/repair/IRepairJobEventListener.html" title="interface in org.apache.cassandra.repair">IRepairJobEventListener</a> listener,
java.util.UUID sessionId,
java.lang.String keyspace,
java.lang.String columnFamily,
<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range,
<a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a> parallelismDegree,
com.google.common.util.concurrent.ListeningExecutorService taskExecutor)</code>
<div class="block">Create repair job to run on specific columnfamily</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairJobDesc.html#RepairJobDesc(java.util.UUID,%20java.lang.String,%20java.lang.String,%20org.apache.cassandra.dht.Range)">RepairJobDesc</a></strong>(java.util.UUID sessionId,
java.lang.String keyspace,
java.lang.String columnFamily,
<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairSession.html#RepairSession(org.apache.cassandra.dht.Range,%20java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20java.util.Collection,%20java.util.Collection,%20java.lang.String...)">RepairSession</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range,
java.lang.String keyspace,
<a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a> parallelismDegree,
java.util.Collection<java.lang.String> dataCenters,
java.util.Collection<java.lang.String> hosts,
java.lang.String... cfnames)</code>
<div class="block">Create new repair session.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/repair/RepairSession.html#RepairSession(java.util.UUID,%20org.apache.cassandra.dht.Range,%20java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20java.util.Collection,%20java.util.Collection,%20java.lang.String[])">RepairSession</a></strong>(java.util.UUID id,
<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range,
java.lang.String keyspace,
<a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a> parallelismDegree,
java.util.Collection<java.lang.String> dataCenters,
java.util.Collection<java.lang.String> hosts,
java.lang.String[] cfnames)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.repair.messages">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/repair/messages/package-summary.html">org.apache.cassandra.repair.messages</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/repair/messages/package-summary.html">org.apache.cassandra.repair.messages</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">SyncRequest.</span><code><strong><a href="../../../../../org/apache/cassandra/repair/messages/SyncRequest.html#ranges">ranges</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/repair/messages/package-summary.html">org.apache.cassandra.repair.messages</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/repair/messages/SyncRequest.html#SyncRequest(org.apache.cassandra.repair.RepairJobDesc,%20java.net.InetAddress,%20java.net.InetAddress,%20java.net.InetAddress,%20java.util.Collection)">SyncRequest</a></strong>(<a href="../../../../../org/apache/cassandra/repair/RepairJobDesc.html" title="class in org.apache.cassandra.repair">RepairJobDesc</a> desc,
java.net.InetAddress initiator,
java.net.InetAddress src,
java.net.InetAddress dst,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.service">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/service/package-summary.html">org.apache.cassandra.service</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/service/package-summary.html">org.apache.cassandra.service</a> that return types with arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a><java.util.Set<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>>,java.util.Set<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#calculateStreamAndFetchRanges(java.util.Collection,%20java.util.Collection)">calculateStreamAndFetchRanges</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> current,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> updated)</code>
<div class="block">Calculate pair of ranges to stream/fetch for given two range collections
(current ranges for keyspace and ranges after move to new token)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a><java.util.Set<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>>,java.util.Set<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#calculateStreamAndFetchRanges(java.util.Collection,%20java.util.Collection)">calculateStreamAndFetchRanges</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> current,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> updated)</code>
<div class="block">Calculate pair of ranges to stream/fetch for given two range collections
(current ranges for keyspace and ranges after move to new token)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getAllRanges(java.util.List)">getAllRanges</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code>
<div class="block">Get all ranges that span the ring given a set
of tokens.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getLocalPrimaryRanges(java.lang.String)">getLocalPrimaryRanges</a></strong>(java.lang.String keyspace)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getLocalRanges(java.lang.String)">getLocalRanges</a></strong>(java.lang.String keyspaceName)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getLocalTokens()">getLocalTokens</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getPrimaryRangeForEndpoint(java.net.InetAddress)">getPrimaryRangeForEndpoint</a></strong>(java.net.InetAddress ep)</code>
<div class="block"><strong>Deprecated.</strong> </div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getPrimaryRangesForEndpoint(java.lang.String,%20java.net.InetAddress)">getPrimaryRangesForEndpoint</a></strong>(java.lang.String keyspace,
java.net.InetAddress ep)</code>
<div class="block">Get the "primary ranges" for the specified keyspace and endpoint.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>,java.util.List<java.net.InetAddress>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getRangeToAddressMap(java.lang.String)">getRangeToAddressMap</a></strong>(java.lang.String keyspace)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Map<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>,java.util.List<java.net.InetAddress>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getRangeToAddressMapInLocalDC(java.lang.String)">getRangeToAddressMapInLocalDC</a></strong>(java.lang.String keyspace)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a><<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>,java.lang.Long>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getSplits(java.lang.String,%20java.lang.String,%20org.apache.cassandra.dht.Range,%20int,%20org.apache.cassandra.config.CFMetaData)">getSplits</a></strong>(java.lang.String keyspaceName,
java.lang.String cfName,
<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range,
int keysPerSplit,
<a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a> metadata)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#prepareReplacementInfo()">prepareReplacementInfo</a></strong>()</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/service/package-summary.html">org.apache.cassandra.service</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a><java.util.Set<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>>,java.util.Set<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#calculateStreamAndFetchRanges(java.util.Collection,%20java.util.Collection)">calculateStreamAndFetchRanges</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> current,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> updated)</code>
<div class="block">Calculate pair of ranges to stream/fetch for given two range collections
(current ranges for keyspace and ranges after move to new token)</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a><java.util.Set<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>>,java.util.Set<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#calculateStreamAndFetchRanges(java.util.Collection,%20java.util.Collection)">calculateStreamAndFetchRanges</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> current,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> updated)</code>
<div class="block">Calculate pair of ranges to stream/fetch for given two range collections
(current ranges for keyspace and ranges after move to new token)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/repair/RepairFuture.html" title="class in org.apache.cassandra.repair">RepairFuture</a></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#forceKeyspaceRepair(org.apache.cassandra.dht.Range,%20java.lang.String,%20boolean,%20java.util.Collection,%20java.util.Collection,%20java.lang.String...)">forceKeyspaceRepair</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range,
java.lang.String keyspaceName,
boolean isSequential,
java.util.Collection<java.lang.String> dataCenters,
java.util.Collection<java.lang.String> hosts,
java.lang.String... columnFamilies)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/repair/RepairFuture.html" title="class in org.apache.cassandra.repair">RepairFuture</a></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#forceKeyspaceRepair(org.apache.cassandra.dht.Range,%20java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20java.util.Collection,%20java.util.Collection,%20java.lang.String...)">forceKeyspaceRepair</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range,
java.lang.String keyspaceName,
<a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a> parallelismDegree,
java.util.Collection<java.lang.String> dataCenters,
java.util.Collection<java.lang.String> hosts,
java.lang.String... columnFamilies)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#forceKeyspaceRepairRange(java.lang.String,%20java.util.Collection,%20org.apache.cassandra.repair.RepairParallelism,%20boolean,%20java.lang.String...)">forceKeyspaceRepairRange</a></strong>(java.lang.String keyspaceName,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges,
<a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a> parallelismDegree,
boolean isLocal,
java.lang.String... columnFamilies)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#forceRepairAsync(java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20boolean,%20java.util.Collection,%20java.lang.String...)">forceRepairAsync</a></strong>(java.lang.String keyspace,
<a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a> parallelismDegree,
boolean isLocal,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges,
java.lang.String... columnFamilies)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#forceRepairAsync(java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20java.util.Collection,%20java.util.Collection,%20java.util.Collection,%20java.lang.String...)">forceRepairAsync</a></strong>(java.lang.String keyspace,
<a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a> parallelismDegree,
java.util.Collection<java.lang.String> dataCenters,
java.util.Collection<java.lang.String> hosts,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges,
java.lang.String... columnFamilies)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getAllRanges(java.util.List)">getAllRanges</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> sortedTokens)</code>
<div class="block">Get all ranges that span the ring given a set
of tokens.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.util.Set<java.net.InetAddress></code></td>
<td class="colLast"><span class="strong">ActiveRepairService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/ActiveRepairService.html#getNeighbors(java.lang.String,%20org.apache.cassandra.dht.Range,%20java.util.Collection,%20java.util.Collection)">getNeighbors</a></strong>(java.lang.String keyspaceName,
<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> toRepair,
java.util.Collection<java.lang.String> dataCenters,
java.util.Collection<java.lang.String> hosts)</code>
<div class="block">Return all of the neighbors with whom we share the provided range.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/cassandra/utils/Pair.html" title="class in org.apache.cassandra.utils">Pair</a><<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>,java.lang.Long>></code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#getSplits(java.lang.String,%20java.lang.String,%20org.apache.cassandra.dht.Range,%20int,%20org.apache.cassandra.config.CFMetaData)">getSplits</a></strong>(java.lang.String keyspaceName,
java.lang.String cfName,
<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range,
int keysPerSplit,
<a href="../../../../../org/apache/cassandra/config/CFMetaData.html" title="class in org.apache.cassandra.config">CFMetaData</a> metadata)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#setGossipTokens(java.util.Collection)">setGossipTokens</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">StorageService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/StorageService.html#setTokens(java.util.Collection)">setTokens</a></strong>(java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> tokens)</code>
<div class="block">This method updates the local token on disk</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/repair/RepairFuture.html" title="class in org.apache.cassandra.repair">RepairFuture</a></code></td>
<td class="colLast"><span class="strong">ActiveRepairService.</span><code><strong><a href="../../../../../org/apache/cassandra/service/ActiveRepairService.html#submitRepairSession(org.apache.cassandra.dht.Range,%20java.lang.String,%20org.apache.cassandra.repair.RepairParallelism,%20java.util.Collection,%20java.util.Collection,%20java.lang.String...)">submitRepairSession</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range,
java.lang.String keyspace,
<a href="../../../../../org/apache/cassandra/repair/RepairParallelism.html" title="enum in org.apache.cassandra.repair">RepairParallelism</a> parallelismDegree,
java.util.Collection<java.lang.String> dataCenters,
java.util.Collection<java.lang.String> hosts,
java.lang.String... cfnames)</code>
<div class="block">Requests repairs for the given keyspace and column families.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.streaming">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/streaming/package-summary.html">org.apache.cassandra.streaming</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/streaming/package-summary.html">org.apache.cassandra.streaming</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>></code></td>
<td class="colLast"><span class="strong">StreamRequest.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamRequest.html#ranges">ranges</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/streaming/package-summary.html">org.apache.cassandra.streaming</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">StreamSession.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamSession.html#addStreamRequest(java.lang.String,%20java.util.Collection,%20java.util.Collection)">addStreamRequest</a></strong>(java.lang.String keyspace,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges,
java.util.Collection<java.lang.String> columnFamilies)</code>
<div class="block">Request data fetch task to this session.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">StreamSession.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamSession.html#addTransferRanges(java.lang.String,%20java.util.Collection,%20java.util.Collection,%20boolean)">addTransferRanges</a></strong>(java.lang.String keyspace,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges,
java.util.Collection<java.lang.String> columnFamilies,
boolean flushTables)</code>
<div class="block">Set up transfer for specific keyspace/ranges/CFs</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming">StreamPlan</a></code></td>
<td class="colLast"><span class="strong">StreamPlan.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html#requestRanges(java.net.InetAddress,%20java.net.InetAddress,%20java.lang.String,%20java.util.Collection)">requestRanges</a></strong>(java.net.InetAddress from,
java.net.InetAddress connecting,
java.lang.String keyspace,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges)</code>
<div class="block">Request data in <code>keyspace</code> and <code>ranges</code> from specific node.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming">StreamPlan</a></code></td>
<td class="colLast"><span class="strong">StreamPlan.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html#requestRanges(java.net.InetAddress,%20java.net.InetAddress,%20java.lang.String,%20java.util.Collection,%20java.lang.String...)">requestRanges</a></strong>(java.net.InetAddress from,
java.net.InetAddress connecting,
java.lang.String keyspace,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges,
java.lang.String... columnFamilies)</code>
<div class="block">Request data in <code>columnFamilies</code> under <code>keyspace</code> and <code>ranges</code> from specific node.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming">StreamPlan</a></code></td>
<td class="colLast"><span class="strong">StreamPlan.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html#transferRanges(java.net.InetAddress,%20java.net.InetAddress,%20java.lang.String,%20java.util.Collection)">transferRanges</a></strong>(java.net.InetAddress to,
java.net.InetAddress connecting,
java.lang.String keyspace,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges)</code>
<div class="block">Add transfer task to send data of specific keyspace and ranges.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming">StreamPlan</a></code></td>
<td class="colLast"><span class="strong">StreamPlan.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html#transferRanges(java.net.InetAddress,%20java.net.InetAddress,%20java.lang.String,%20java.util.Collection,%20java.lang.String...)">transferRanges</a></strong>(java.net.InetAddress to,
java.net.InetAddress connecting,
java.lang.String keyspace,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges,
java.lang.String... columnFamilies)</code>
<div class="block">Add transfer task to send data of specific <code>columnFamilies</code> under <code>keyspace</code> and <code>ranges</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html" title="class in org.apache.cassandra.streaming">StreamPlan</a></code></td>
<td class="colLast"><span class="strong">StreamPlan.</span><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamPlan.html#transferRanges(java.net.InetAddress,%20java.lang.String,%20java.util.Collection,%20java.lang.String...)">transferRanges</a></strong>(java.net.InetAddress to,
java.lang.String keyspace,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges,
java.lang.String... columnFamilies)</code>
<div class="block">Add transfer task to send data of specific <code>columnFamilies</code> under <code>keyspace</code> and <code>ranges</code>.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/streaming/package-summary.html">org.apache.cassandra.streaming</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/streaming/StreamRequest.html#StreamRequest(java.lang.String,%20java.util.Collection,%20java.util.Collection)">StreamRequest</a></strong>(java.lang.String keyspace,
java.util.Collection<<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>>> ranges,
java.util.Collection<java.lang.String> columnFamilies)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.cassandra.utils">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> declared as <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></code></td>
<td class="colLast"><span class="strong">MerkleTree.RowHash.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.RowHash.html#token">token</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> with type parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>></code></td>
<td class="colLast"><span class="strong">MerkleTree.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#fullRange">fullRange</a></strong></code>
<div class="block">The top level range that this MerkleTree covers.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/utils/MerkleTree.TreeRange.html" title="class in org.apache.cassandra.utils">MerkleTree.TreeRange</a></code></td>
<td class="colLast"><span class="strong">MerkleTree.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#get(org.apache.cassandra.dht.Token)">get</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> t)</code>
<div class="block">For testing purposes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">MerkleTree.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#invalidate(org.apache.cassandra.dht.Token)">invalidate</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> t)</code>
<div class="block">Invalidates the ranges containing the given token.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">MerkleTree.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#split(org.apache.cassandra.dht.Token)">split</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> t)</code>
<div class="block">Splits the range containing the given token, if no tree limits would be
violated.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="strong">MerkleTree.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#hash(org.apache.cassandra.dht.Range)">hash</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range)</code>
<div class="block">Hash the given range in the tree.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">FBUtilities.</span><code><strong><a href="../../../../../org/apache/cassandra/utils/FBUtilities.html#sortSampledKeys(java.util.List,%20org.apache.cassandra.dht.Range)">sortSampledKeys</a></strong>(java.util.List<<a href="../../../../../org/apache/cassandra/db/DecoratedKey.html" title="class in org.apache.cassandra.db">DecoratedKey</a>> keys,
<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> with parameters of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.RowHash.html#MerkleTree.RowHash(org.apache.cassandra.dht.Token,%20byte[],%20long)">MerkleTree.RowHash</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> token,
byte[] hash,
long size)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.TreeDifference.html#MerkleTree.TreeDifference(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20byte)">MerkleTree.TreeDifference</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right,
byte depth)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.TreeDifference.html#MerkleTree.TreeDifference(org.apache.cassandra.dht.Token,%20org.apache.cassandra.dht.Token,%20byte)">MerkleTree.TreeDifference</a></strong>(<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> left,
<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a> right,
byte depth)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/cassandra/utils/package-summary.html">org.apache.cassandra.utils</a> with type arguments of type <a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/cassandra/utils/MerkleTree.html#MerkleTree(org.apache.cassandra.dht.IPartitioner,%20org.apache.cassandra.dht.Range,%20byte,%20long)">MerkleTree</a></strong>(<a href="../../../../../org/apache/cassandra/dht/IPartitioner.html" title="interface in org.apache.cassandra.dht">IPartitioner</a> partitioner,
<a href="../../../../../org/apache/cassandra/dht/Range.html" title="class in org.apache.cassandra.dht">Range</a><<a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Token</a>> range,
byte hashdepth,
long maxsize)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/cassandra/dht/Token.html" title="class in org.apache.cassandra.dht">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cassandra/dht/class-use/Token.html" target="_top">Frames</a></li>
<li><a href="Token.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015 The Apache Software Foundation</small></p>
</body>
</html>
|
site/css/index.css
|
Galactic-Cat/ddp3-v2
|
h1, p, a, li, label, h2, h3, h4, h5 {
font-family: "Trebuchet MS", Arial;
}
p, a, li, label {
font-size: 15px;
}
nav li:hover {
cursor: pointer;
/*background-color: lightGray;*/
}
hr {
border-top: 0 !important;
clear:both;
display:block;
width: 100%;
background-color:#888;
height: 1px !important;
}
.navbar-right li {
padding-right: 10px;
}
.navbar-right li:last-child {
padding-right: 40px;
}
.content {
height: 100vh;
width: 100vw;
background-image: url("https://wallpaperscraft.com/image/yellow_red_spots_background_abstract_65559_1920x1080.jpg");
overflow: hidden;
}
.content-simulate {
overflow-y: auto;
}
.lock {
height: 100vh;
width: 100vw;
overflow: hidden;
text-align:center;
}
.lockC {
left: 0;
line-height: 200px;
margin: auto;
margin-top: -100px;
position: absolute;
top: 50%;
width: 100%;
}
.lock img {
margin-top: 10vh;
}
.section {
width: 70vw;
max-height: 75vh;
margin: 60px 15vw 5vh 15vw;
overflow:auto;
}
.sub {
color: gray;
font-family: monospace;
}
.mhp-inp-first-div {
width: 20vw;
}
.mhp-inp-first-div .btn {
color: white;
}
.right {
float:right;
text-align: right;
}
.left {
float: left;
text-align: right;
}
.why2 {
max-height: 320px;
overflow:auto;
}
#doors {
overflow-x: auto;
overflow-y: hidden;
text-align: center;
max-width: none;
max-height: 479px;
font-size: 0;
white-space:nowrap;
}
#doors div {
margin-left: 5px;
text-align: center;
cursor: pointer;
display: inline-block;
}
.dSimul {
width: 40vw;
}
.dSimul div {
width: 95%;
margin: 0px 2.5% 0px 2.5%;
}
#footer p {
position: fixed;
color: black;
right: 0px;
bottom: 0px;
margin: 0px 2px 2px 0px !important;
}
.alert {
margin-bottom: -30px !important;
}
|
webapps/frontend/app/views/site/vmachine-detail.html
|
mflu/openvstorage_centos
|
<!--
Copyright 2014 CloudFounders NV
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<section data-bind="with: vMachine()">
<ol class="breadcrumb">
<li data-bind="lazylist: { items: vPools, loadedObservable: 'loaded' }">
<a data-part="entry"
data-bind="text: name,
attr: { href: $root.shared.routing.loadHash('vpool-detail', { guid: guid }) }"></a>
</li>
<li class="active" data-bind="lazyloader: { item: name, loadedObservable: 'loaded' }"></li>
</ol>
<div>
<ul class="nav nav-tabs">
<li class="active">
<a href="#information" data-toggle="tab" >
<span class="fa" data-i18n="[html]ovs:icons.information"></span>
<span style="padding-left: 5px;" data-bind="text: name, visible: name() !== undefined"></span>
</a>
</li>
<li class="actions">
<span data-i18n="ovs:generic.actions"></span>:
<button type="button" class="btn btn-mini btn-default"
style="color: #428bca;"
id="buttonVmachineSnapshot"
data-bind="click: function() { $root.snapshot(); },
enable: loaded(),
tooltip: 'ovs:vmachines.detail.snapshot',
enable: $.inArray('write', $root.shared.user.roles()) !== -1">
<span class="fa" data-i18n="[html]ovs:icons.snapshot"></span>
</button>
<button type="button" class="btn btn-mini btn-default"
id="buttonVmachineSetAsTemplate"
data-bind="click: function() { $root.setAsTemplate(); },
style: { color: isRunning() ? 'lightgrey' : '#428bca' },
enable: !isRunning() && loaded(),
tooltip: isRunning() ? 'ovs:generic.messages.notrunningrequired' : 'ovs:vmachines.detail.setastemplate',
enable: $.inArray('write', $root.shared.user.roles()) !== -1">
<span class="fa" data-i18n="[html]ovs:icons.setastemplate"></span>
</button>
<button type="button" class="btn btn-mini btn-default"
id="buttonVmachineRollback"
data-bind="click: function() { $root.rollback(); },
style: { color: isRunning() ? 'lightgrey' : '#428bca' },
enable: !isRunning() && loaded(),
tooltip: isRunning() ? 'ovs:generic.messages.notrunningrequired' : 'ovs:vmachines.detail.rollback',
enable: $.inArray('write', $root.shared.user.roles()) !== -1">
<span class="fa" data-i18n="[html]ovs:icons.rollback"></span>
</button>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="information" style="padding: 15px;">
<table style="width: 100%;">
<thead>
<tr>
<th data-i18n="ovs:vmachines.details" colspan="2"></th>
<th data-i18n="ovs:vmachines.performance" colspan="2"></th>
</tr>
</thead>
<tbody>
<tr>
<td data-i18n="ovs:generic.host"></td>
<td>
<span data-bind="lazyloader: { item: pMachine, loadedObservable: 'loaded' }">
<span data-part="lazy-entry" data-bind="text: item().name()"></span>
</span>
</td>
<td data-i18n="ovs:generic.cache"></td>
<td><span data-bind="lazyloader: { item: cacheRatio, loadedObservable: 'loaded' }"></span></td>
</tr>
<tr>
<td data-i18n="ovs:storagerouters.detail.hostip"></td>
<td>
<span data-bind="lazyloader: { item: pMachine, loadedObservable: 'loaded' }">
<span data-part="lazy-entry" data-bind="text: item().ipAddress()"></span>
</span>
</td>
<td data-i18n="ovs:generic.iops"></td>
<td><span data-bind="lazyloader: { item: iops, loadedObservable: 'loaded' }"></span></td>
</tr>
<tr>
<td data-i18n="ovs:generic.type"></td>
<td>
<span data-bind="lazyloader: { item: pMachine, loadedObservable: 'loaded' }">
<span data-part="lazy-entry" class="pointer"
data-bind="text: $.t('ovs:generic.hypervisors.' + item().hvtype())"></span>
</span>
</td>
<td data-i18n="ovs:generic.readspeed"></td>
<td><span data-bind="lazyloader: { item: readSpeed, loadedObservable: 'loaded' }"></span></td>
</tr>
<tr>
<td data-i18n="ovs:generic.storagerouters"></td>
<td data-bind="lazylist: { items: storageRouters, loadedObservable: 'loaded' }">
<a data-part="entry"
data-bind="text: name,
attr: { href: $root.shared.routing.loadHash('storagerouter-detail', { guid: guid }) }"></a>
</td>
<td data-i18n="ovs:generic.writespeed"></td>
<td><span data-bind="lazyloader: { item: writeSpeed, loadedObservable: 'loaded' }"></span></td>
</tr>
<tr>
<td data-i18n="ovs:generic.vpools"></td>
<td data-bind="lazylist: { items: vPools, loadedObservable: 'loaded' }">
<a data-part="entry"
data-bind="text: name,
attr: { href: $root.shared.routing.loadHash('vpool-detail', { guid: guid }) }"></a>
</td>
<td colspan="2"> </td>
</tr>
<tr>
<td data-i18n="ovs:generic.nrofvdisks"></td>
<td><span data-bind="text: vDisks().length"></span></td>
<td colspan="2"> </td>
</tr>
<tr>
<td data-i18n="ovs:generic.focstatus"></td>
<td>
<div data-bind="status: {
colors: {
green: $.inArray(failoverMode(), ['ok_standalone', 'ok_sync']) !== -1,
yellow: failoverMode() == 'catch_up',
red: failoverMode() == 'degraded'
},
defaultColor: 'lightgrey'
}, tooltip: 'ovs:generic.states.foc.' + failoverMode()"
style="width: 14px; height: 14px;"></div>
</td>
<td colspan="2"> </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div>
<ul class="nav nav-tabs">
<li class="active" data-bind="tooltip: 'ovs:generic.vdisks'">
<a href="#vdisks" data-toggle="tab" class="fa" data-i18n="[html]ovs:icons.vdisks"></a>
</li>
<li data-bind="tooltip: 'ovs:generic.snapshots'">
<a href="#snapshots" data-toggle="tab" class="fa" data-i18n="[html]ovs:icons.snapshot"></a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="vdisks" style="padding: 15px;">
<h4 data-i18n="ovs:vdisks.title"></h4>
<div data-bind="pager: { loadData: $parent.loadVDisks, headers: $parent.vDiskHeaders, refreshInterval: 5000, controls: true }">
<table data-dummy="dummy">
<tr data-part="vitem" data-bind="attr: { id: 'vdisk_' + guid() }">
<td>
<i data-bind="visible: loading" style="position: relative; left: -25px; margin-right: -15px;"
class="fa fa-spin" data-i18n="[html]ovs:icons.loading"></i>
<a data-bind="html: loaded() ? (name() ? name() : '<i>name not set</i>') : '',
attr: { href: $root.shared.routing.loadHash('vdisk-detail', { guid: guid }) }"></a>
</td>
<td><span data-bind="text: size"></span></td>
<td><span data-bind="text: storedData"></span></td>
<td><span data-bind="text: cacheRatio"></span></td>
<td><span data-bind="text: iops"></span></td>
<td><span data-bind="text: readSpeed"></span></td>
<td><span data-bind="text: writeSpeed"></span></td>
<td>
<div data-bind="status: {
colors: {
green: $.inArray(failoverMode(), ['ok_standalone', 'ok_sync']) !== -1,
yellow: failoverMode() == 'catch_up',
red: failoverMode() == 'degraded'
},
defaultColor: 'lightgrey'
}, tooltip: 'ovs:generic.states.foc.' + failoverMode()"
style="width: 14px; height: 14px;"></div>
</td>
</tr>
</table>
</div>
</div>
<div class="tab-pane" id="snapshots" style="padding: 15px;">
<h4 data-i18n="ovs:vmachines.detail.snapshots"></h4>
<div data-bind="pager: { items: snapshots, loadData: $parent.refreshSnapshots, headers: $parent.snapshotHeaders, refreshInterval: 5000, controls: true }">
<table data-dummy="dummy">
<tr data-part="vitem">
<td><span data-bind="html: (label !== '' && label !== undefined) ? label : '<i>automatic snapshot</i>'"></span></td>
<td><span data-bind="text: (new Date(timestamp * 1000)).toLocaleDateString() + ' ' + (new Date(timestamp * 1000)).toLocaleTimeString()"></span></td>
<td><span data-bind="text: $parents[2].formatBytes(stored)"></span></td>
<td><span data-bind="text: (is_automatic ? 'Automatic' : 'Manual')"></span></td>
<td><span class="fa pointer" data-bind="translate: (is_consistent ? 'ovs:icons.consistent' : 'ovs:icons.inconsistent'),
tooltip: (is_consistent ? 'ovs:generic.consistentss' : 'ovs:generic.inconsistentss')"></span></td>
</tr>
</table>
</div>
<div>
<span data-i18n="[html]ovs:icons.consistent" class="fa"></span> <span data-i18n="ovs:generic.consistentss"></span><br />
<span data-i18n="[html]ovs:icons.inconsistent" class="fa"></span> <span data-i18n="ovs:generic.inconsistentss"></span>
</div>
</div>
</div>
</div>
</section>
|
plugins/InspectionGadgets/src/inspectionDescriptions/ForLoopThatDoesntUseLoopVariable.html
|
jexp/idea2
|
<html>
<body><table> <tr> <td valign="top" height="150">
<font face="verdana" size="-1">
This inspection reports any instances of <b><font color="#000080">for</font></b> loops where the condition or
update does not use the <b><font color="#000080">for</font></b> loop variable.
</font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectionGadgets </font> </td> </tr> </table> </body>
</html>
|
docs/versions/2.2.0/javadoc/nl/esciencecenter/xenon/utils/package-summary.html
|
NLeSC/Xenon
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>nl.esciencecenter.xenon.utils (Xenon 2.2.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="nl.esciencecenter.xenon.utils (Xenon 2.2.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../nl/esciencecenter/xenon/schedulers/package-summary.html">Prev Package</a></li>
<li>Next Package</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?nl/esciencecenter/xenon/utils/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package nl.esciencecenter.xenon.utils</h1>
<div class="docSummary">
<div class="block">This package is contains several utility classes.</div>
</div>
<p>See: <a href="#package.description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../nl/esciencecenter/xenon/utils/InputWriter.html" title="class in nl.esciencecenter.xenon.utils">InputWriter</a></td>
<td class="colLast">
<div class="block">A simple input writer that uses a daemon thread to write from an <code>String</code> to an <code>OutputStream</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../nl/esciencecenter/xenon/utils/JavaJobDescription.html" title="class in nl.esciencecenter.xenon.utils">JavaJobDescription</a></td>
<td class="colLast">
<div class="block">A JobDescription specialized in Java applications.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../nl/esciencecenter/xenon/utils/LocalFileSystemUtils.html" title="class in nl.esciencecenter.xenon.utils">LocalFileSystemUtils</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../nl/esciencecenter/xenon/utils/OutputReader.html" title="class in nl.esciencecenter.xenon.utils">OutputReader</a></td>
<td class="colLast">
<div class="block">A simple output reader that uses a daemon thread to read from an <code>InputStream</code> and buffer this data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../nl/esciencecenter/xenon/utils/StreamForwarder.html" title="class in nl.esciencecenter.xenon.utils">StreamForwarder</a></td>
<td class="colLast">
<div class="block">A simple stream forwarder that uses a daemon thread to read from an <code>InputStream</code> and write it to a <code>OutputStream</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package nl.esciencecenter.xenon.utils Description">Package nl.esciencecenter.xenon.utils Description</h2>
<div class="block">This package is contains several utility classes.</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../nl/esciencecenter/xenon/schedulers/package-summary.html">Prev Package</a></li>
<li>Next Package</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?nl/esciencecenter/xenon/utils/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
docs/solr-test-framework/org/apache/solr/analysis/package-summary.html
|
johannesbraun/clm_autocomplete
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Wed Nov 02 19:53:10 IST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>org.apache.solr.analysis (Solr 6.3.0 API)</title>
<meta name="date" content="2016-11-02">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.solr.analysis (Solr 6.3.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/solr/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/apache/solr/cloud/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/solr/analysis/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package org.apache.solr.analysis</h1>
<div class="docSummary">
<div class="block">Factories for Mock analysis classes that can be used in test configurations.</div>
</div>
<p>See: <a href="#package.description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/solr/analysis/MockCharFilterFactory.html" title="class in org.apache.solr.analysis">MockCharFilterFactory</a></td>
<td class="colLast">
<div class="block">Factory for <code>MockCharFilter</code> for testing purposes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/solr/analysis/MockTokenFilterFactory.html" title="class in org.apache.solr.analysis">MockTokenFilterFactory</a></td>
<td class="colLast">
<div class="block">Factory for <code>MockTokenFilter</code> for testing purposes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/solr/analysis/MockTokenizerFactory.html" title="class in org.apache.solr.analysis">MockTokenizerFactory</a></td>
<td class="colLast">
<div class="block">Factory for <code>MockTokenizer</code> for testing purposes.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package org.apache.solr.analysis Description">Package org.apache.solr.analysis Description</h2>
<div class="block">Factories for Mock analysis classes that can be used in test configurations.</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/solr/package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/apache/solr/cloud/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/solr/analysis/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
doc/net/floodlightcontroller/storage/OperatorPredicate.html
|
paulorvj/sdnvoip
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Mon Jun 22 15:50:32 BRT 2015 -->
<title>OperatorPredicate</title>
<meta name="date" content="2015-06-22">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="OperatorPredicate";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/OperatorPredicate.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../net/floodlightcontroller/storage/NullValueStorageException.html" title="class in net.floodlightcontroller.storage"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?net/floodlightcontroller/storage/OperatorPredicate.html" target="_top">Frames</a></li>
<li><a href="OperatorPredicate.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">net.floodlightcontroller.storage</div>
<h2 title="Class OperatorPredicate" class="title">Class OperatorPredicate</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>net.floodlightcontroller.storage.OperatorPredicate</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../net/floodlightcontroller/storage/IPredicate.html" title="interface in net.floodlightcontroller.storage">IPredicate</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">OperatorPredicate</span>
extends java.lang.Object
implements <a href="../../../net/floodlightcontroller/storage/IPredicate.html" title="interface in net.floodlightcontroller.storage">IPredicate</a></pre>
<div class="block">Predicate class to specify rows by equality or comparison operations
of column values. The Storage API uses the special column name of "id"
to specify the primary key values for the row.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>rob</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage">OperatorPredicate.Operator</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.html#OperatorPredicate(java.lang.String,%20net.floodlightcontroller.storage.OperatorPredicate.Operator,%20java.lang.Comparable)">OperatorPredicate</a></strong>(java.lang.String columnName,
<a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage">OperatorPredicate.Operator</a> operator,
java.lang.Comparable<?> value)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.html#getColumnName()">getColumnName</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage">OperatorPredicate.Operator</a></code></td>
<td class="colLast"><code><strong><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.html#getOperator()">getOperator</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Comparable<?></code></td>
<td class="colLast"><code><strong><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.html#getValue()">getValue</a></strong>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="OperatorPredicate(java.lang.String, net.floodlightcontroller.storage.OperatorPredicate.Operator, java.lang.Comparable)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>OperatorPredicate</h4>
<pre>public OperatorPredicate(java.lang.String columnName,
<a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage">OperatorPredicate.Operator</a> operator,
java.lang.Comparable<?> value)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getColumnName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumnName</h4>
<pre>public java.lang.String getColumnName()</pre>
</li>
</ul>
<a name="getOperator()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOperator</h4>
<pre>public <a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage">OperatorPredicate.Operator</a> getOperator()</pre>
</li>
</ul>
<a name="getValue()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getValue</h4>
<pre>public java.lang.Comparable<?> getValue()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/OperatorPredicate.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../net/floodlightcontroller/storage/NullValueStorageException.html" title="class in net.floodlightcontroller.storage"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../net/floodlightcontroller/storage/OperatorPredicate.Operator.html" title="enum in net.floodlightcontroller.storage"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?net/floodlightcontroller/storage/OperatorPredicate.html" target="_top">Frames</a></li>
<li><a href="OperatorPredicate.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
team/pessoal_augusto_popup.html
|
neuroimagem-pucrs/neuroimagem-pucrs.github.io
|
<div class="divTable paleBlueRows" style="color:black">
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCell">Name:</div>
<div class="divTableCell">Pessoal do Augusto/div>
</div>
<div class="divTableRow">
<div class="divTableCell">Advisor:</div>
<div class="divTableCell"></div>
</div>
<div class="divTableRow">
<div class="divTableCell">Research interest:</div>
<div class="divTableCell"></div>
</div>
<div class="divTableRow">
<div class="divTableCell">E-mail:</div>
<div class="divTableCell"></div>
</div>
<div class="divTableRow">
<div class="divTableCell">Personal hobbies:</div>
<div class="divTableCell"></div>
</div>
<div class="divTableRow">
<div class="divTableCell">Others things:</div>
<div class="divTableCell"></div>
</div>
</div>
</div>
|
docs/solr-core/org/apache/solr/logging/package-summary.html
|
arnaud71/webso-db
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:22:09 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>org.apache.solr.logging (Solr 4.6.1 API)</title>
<meta name="date" content="2014-01-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.solr.logging (Solr 4.6.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/solr/internal/csv/writer/package-summary.html">PREV PACKAGE</a></li>
<li><a href="../../../../org/apache/solr/logging/jul/package-summary.html">NEXT PACKAGE</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/solr/logging/package-summary.html" target="_top">FRAMES</a></li>
<li><a href="package-summary.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package org.apache.solr.logging</h1>
<p class="subTitle">
<div class="block">
APIs related to capturing log event info in the <a href="../../../../org/apache/solr/handler/admin/LoggingHandler.html" title="class in org.apache.solr.handler.admin"><code>LoggingHandler</code></a></div>
</p>
<p>See: <a href="#package_description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/solr/logging/CircularList.html" title="class in org.apache.solr.logging">CircularList<T></a></td>
<td class="colLast">
<div class="block">FIFO Circular List.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/solr/logging/ListenerConfig.html" title="class in org.apache.solr.logging">ListenerConfig</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/solr/logging/LoggerInfo.html" title="class in org.apache.solr.logging">LoggerInfo</a></td>
<td class="colLast">
<div class="block">Wrapper class for Logger implementaions</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/solr/logging/LogWatcher.html" title="class in org.apache.solr.logging">LogWatcher<E></a></td>
<td class="colLast">
<div class="block">A Class to monitor Logging events and hold N events in memory
This is abstract so we can support both JUL and Log4j (and other logging platforms)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/solr/logging/LogWatcherConfig.html" title="class in org.apache.solr.logging">LogWatcherConfig</a></td>
<td class="colLast">
<div class="block">Defines the configuration of a <a href="../../../../org/apache/solr/logging/LogWatcher.html" title="class in org.apache.solr.logging"><code>LogWatcher</code></a></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package_description">
<!-- -->
</a>
<h2 title="Package org.apache.solr.logging Description">Package org.apache.solr.logging Description</h2>
<div class="block"><p>
APIs related to capturing log event info in the <a href="../../../../org/apache/solr/handler/admin/LoggingHandler.html" title="class in org.apache.solr.handler.admin"><code>LoggingHandler</code></a>
</p></div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/solr/internal/csv/writer/package-summary.html">PREV PACKAGE</a></li>
<li><a href="../../../../org/apache/solr/logging/jul/package-summary.html">NEXT PACKAGE</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/solr/logging/package-summary.html" target="_top">FRAMES</a></li>
<li><a href="package-summary.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
docs/api/org/apache/jmeter/threads/RemoteThreadsListener.html
|
dnafication/my-apache-jmeter-2.12
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Wed Nov 05 20:12:57 WET 2014 -->
<TITLE>
RemoteThreadsListener (Apache JMeter API)
</TITLE>
<META NAME="date" CONTENT="2014-11-05">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RemoteThreadsListener (Apache JMeter API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Apache JMeter</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsLifeCycleListener.html" title="interface in org.apache.jmeter.threads"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsListenerImpl.html" title="class in org.apache.jmeter.threads"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/jmeter/threads/RemoteThreadsListener.html" target="_top"><B>FRAMES</B></A>
<A HREF="RemoteThreadsListener.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.jmeter.threads</FONT>
<BR>
Interface RemoteThreadsListener</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/Remote.html?is-external=true" title="class or interface in java.rmi">Remote</A></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsListenerImpl.html" title="class in org.apache.jmeter.threads">RemoteThreadsListenerImpl</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>RemoteThreadsListener</B><DT>extends <A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/Remote.html?is-external=true" title="class or interface in java.rmi">Remote</A></DL>
</PRE>
<P>
RMI Interface that allows notification of remote start/end of threads
<P>
<P>
<DL>
<DT><B>Since:</B></DT>
<DD>2.10</DD>
</DL>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsListener.html#threadFinished()">threadFinished</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsListener.html#threadStarted()">threadStarted</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="threadStarted()"><!-- --></A><H3>
threadStarted</H3>
<PRE>
void <B>threadStarted</B>()
throws <A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../org/apache/jmeter/testelement/ThreadListener.html#threadStarted()"><CODE>ThreadListener.threadStarted()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="threadFinished()"><!-- --></A><H3>
threadFinished</H3>
<PRE>
void <B>threadFinished</B>()
throws <A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../org/apache/jmeter/testelement/ThreadListener.html#threadStarted()"><CODE>ThreadListener.threadStarted()</CODE></A></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Apache JMeter</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsLifeCycleListener.html" title="interface in org.apache.jmeter.threads"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/jmeter/threads/RemoteThreadsListenerImpl.html" title="class in org.apache.jmeter.threads"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/jmeter/threads/RemoteThreadsListener.html" target="_top"><B>FRAMES</B></A>
<A HREF="RemoteThreadsListener.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
|
target/apidocs/com/webside/shiro/cache/redis/package-tree.html
|
ofpteam/ofp
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_91) on Thu Jul 13 16:16:26 CST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.webside.shiro.cache.redis 类分层结构 (webside 0.0.1-SNAPSHOT API)</title>
<meta name="date" content="2017-07-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.webside.shiro.cache.redis \u7C7B\u5206\u5C42\u7ED3\u6784 (webside 0.0.1-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li>类</li>
<li>使用</li>
<li class="navBarCell1Rev">树</li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/webside/shiro/cache/ehcache/package-tree.html">上一个</a></li>
<li><a href="../../../../../com/webside/shiro/filter/package-tree.html">下一个</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/webside/shiro/cache/redis/package-tree.html" target="_top">框架</a></li>
<li><a href="package-tree.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">程序包com.webside.shiro.cache.redis的分层结构</h1>
<span class="packageHierarchyLabel">程序包分层结构:</span>
<ul class="horizontal">
<li><a href="../../../../../overview-tree.html">所有程序包</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="类分层结构">类分层结构</h2>
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">com.webside.shiro.cache.redis.<a href="../../../../../com/webside/shiro/cache/redis/RedisShiroCache.html" title="com.webside.shiro.cache.redis中的类"><span class="typeNameLink">RedisShiroCache</span></a><K,V> (implements org.apache.shiro.cache.Cache<K,V>)</li>
<li type="circle">com.webside.shiro.cache.redis.<a href="../../../../../com/webside/shiro/cache/redis/RedisShiroCacheManager.html" title="com.webside.shiro.cache.redis中的类"><span class="typeNameLink">RedisShiroCacheManager</span></a> (implements com.webside.shiro.cache.<a href="../../../../../com/webside/shiro/cache/ShiroCacheManager.html" title="com.webside.shiro.cache中的接口">ShiroCacheManager</a>)</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../../overview-summary.html">概览</a></li>
<li><a href="package-summary.html">程序包</a></li>
<li>类</li>
<li>使用</li>
<li class="navBarCell1Rev">树</li>
<li><a href="../../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../../index-all.html">索引</a></li>
<li><a href="../../../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/webside/shiro/cache/ehcache/package-tree.html">上一个</a></li>
<li><a href="../../../../../com/webside/shiro/filter/package-tree.html">下一个</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/webside/shiro/cache/redis/package-tree.html" target="_top">框架</a></li>
<li><a href="package-tree.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">所有类</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017. All rights reserved.</small></p>
</body>
</html>
|
docs/nitro/camera/struct.Camera.html
|
nitro-devs/nitro-game-engine
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../nitro/struct.Camera.html">
</head>
<body>
<p>Redirecting to <a href="../../nitro/struct.Camera.html">../../nitro/struct.Camera.html</a>...</p>
<script>location.replace("../../nitro/struct.Camera.html" + location.search + location.hash);</script>
</body>
</html>
|
plugins/file-open-save/core/src/main/javascript/app/app.css
|
cjsonger/pentaho-kettle
|
/*!
* PENTAHO CORPORATION PROPRIETARY AND CONFIDENTIAL
*
* Copyright 2017 Pentaho Corporation (Pentaho). All rights reserved.
*
* NOTICE: All information including source code contained herein is, and
* remains the sole property of Pentaho and its licensors. The intellectual
* and technical concepts contained herein are proprietary and confidential
* to, and are trade secrets of Pentaho and may be covered by U.S. and foreign
* patents, or patents in process, and are protected by trade secret and
* copyright laws. The receipt or possession of this source code and/or related
* information does not convey or imply any rights to reproduce, disclose or
* distribute its contents, or to manufacture, use, or sell anything that it
* may describe, in whole or in part. Any reproduction, modification, distribution,
* or public display of this information without the express written authorization
* from Pentaho is strictly prohibited and in violation of applicable laws and
* international treaties. Access to the source code contained herein is strictly
* prohibited to anyone except those individuals and entities who have executed
* confidentiality and non-disclosure agreements or other agreements with Pentaho,
* explicitly covering such access.
*/
/* FONTS/TEXT */
file-open-save-app .headerText {
font-size: 24px;
line-height: 24px;
font-family: OpenSansLight;
}
/* INPUTS/BUTTONS */
file-open-save-app input[type="text"] {
border: 1px solid #CCC;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color: #212121;
padding: 0 10px;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
line-height: 17px;
height: 34px;
}
file-open-save-app input[type="text"]:focus,
file-open-save-app .headerSearch.focused {
border: 1px solid #005DA6;
}
file-open-save-app .dialogWrapper {
overflow: hidden;
}
file-open-save-app .header {
padding: 30px 30px 0;
}
file-open-save-app .headerTop {
height: 34px;
width: 100%;
margin-bottom: 20px;
}
file-open-save-app .headerTitle {
height: 34px;
line-height: 34px;
border: none;
float: left;
color: #333;
}
file-open-save-app .headerSearch {
width: 270px;
height: 34px;
float: right;
border: 1px solid #CCC;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
file-open-save-app .headerSearchLeft {
background: url("./images/search_gray.png") no-repeat left 8px center;
width: 30px;
height: 100%;
border: none;
cursor: text;
float: left;
}
file-open-save-app .headerSearchLeft.blueState {
background: url("./images/search_blue.png") no-repeat left 7px center;
}
file-open-save-app .headerSearchRight {
background: url("./images/clear_gray.png") no-repeat center center;
width: 28px;
height: 100%;
border: none;
cursor: pointer;
float: left;
}
file-open-save-app .headerSearchRight:hover {
background: url("./images/clear_blue.png") no-repeat center center;
}
file-open-save-app input.searchBox,
file-open-save-app input.searchBox:focus {
width: calc(270px - 60px);
height: 100%;
border: none;
padding: 0;
float: left;
}
/*HIDES THE X ON THE SEARCHBOX ON IE11*/
file-open-save-app input.searchBox::-ms-clear {
display: none;
width:0;
height:0;
}
/*HIDES THE X ON THE SEARCHBOX ON IE11*/
/*CHANGES THE COLOR OF THE PLACEHOLDER ON DIFFERENT BROWSERS*/
file-open-save-app input.searchBox::-webkit-input-placeholder {
color: #999999;
}
file-open-save-app input.searchBox:-ms-input-placeholder {
color: #999999;
}
file-open-save-app input.searchBox::-moz-placeholder {
color: #999999;
}
file-open-save-app input.searchBox:focus::-webkit-input-placeholder {
color: #CCCCCC;
}
file-open-save-app input.searchBox:focus:-ms-input-placeholder {
color: #CCCCCC;
}
file-open-save-app input.searchBox:focus::-moz-placeholder {
color: #CCCCCC;
}
/*CHANGES THE COLOR OF THE PLACEHOLDER ON DIFFERENT BROWSERS*/
file-open-save-app .headerBottom {
height: 18px;
padding-bottom: 20px;
}
file-open-save-app .breadcrumbSection{
line-height: 18px;
float: left;
}
file-open-save-app .addDelete {
display: none;
float: right;
}
file-open-save-app .save .addDelete {
display: inline-flex;
}
file-open-save-app .addFolder {
background: url("./images/add_folder.svg") no-repeat left center;
height: 19px;
width: 23px;
cursor: pointer;
}
file-open-save-app .deleteFolder {
background: url("./images/delete_folder_file.svg") no-repeat left center;
height: 18px;
width: 14px;
cursor: pointer;
}
file-open-save-app .addFolder:hover,
file-open-save-app .deleteFolder:hover {
background-position: right center;
}
file-open-save-app .addDelete .deleteFolder {
margin-left: 15px;
}
file-open-save-app .middle {
height: 292px;
width: 100%;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
file-open-save-app .open .middle {
height: 368px;
}
file-open-save-app .directoryTreeArea {
height: 100%;
max-width: 300px;
min-width: 230px;
width: 32.25%;
border-right: 1px solid #CCC;
overflow: auto;
float: left;
}
file-open-save-app .fileArea {
height: 100%;
width: auto;
overflow-x: auto;
overflow-y: hidden;
position: relative;
}
file-open-save-app .fileArea.overflow {
overflow-y: auto;
overflow-x: hidden;
padding-right: 20px;
}
file-open-save-app .bottom {
padding: 20px 30px 30px;
}
file-open-save-app .open .bottom {
padding-top: 30px;
}
file-open-save-app .fileNameEntry {
width: 100%;
margin-bottom: 30px;
}
file-open-save-app .fileNameEntryLabel {
margin-bottom: 5px;
}
file-open-save-app .fileNameEntryTextBox {
width: 100%;
}
/* BUTTONS */
file-open-save-app button {
filter: none;
font-size: 14px;
line-height: 16px;
color: #FFF;
padding: 9px 20px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
white-space: nowrap;
cursor: pointer;
margin: 0;
outline: 0 none;
}
file-open-save-app button.primary:enabled {
border: 1px solid #005DA6;
background-color: #005DA6;
color: #FFF;
}
file-open-save-app button.primary:enabled:hover {
border: 1px solid #0F2B5B;
background-color: #0F2B5B;
}
file-open-save-app button.primary:disabled {
border: 1px solid #E4E4E4;
background-color: #E4E4E4;
color: #999;
}
file-open-save-app button.secondary {
border: 1px solid #005DA6;
background-color: #FFF;
color: #005DA6;
}
file-open-save-app button.secondary:hover {
border: 1px solid #0F2B5B;
background-color: #FFF;
color: #0F2B5B;
}
file-open-save-app .buttons button {
margin-left: 10px;
float: right;
}
file-open-save-app .buttons {
float: right;
}
file-open-save-app .open .fileNameEntry {
display: none;
}
file-open-save-app .fileAreaMessageView {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -100%);
}
.searchBoxExtra {
position: absolute;
background-color: #ffffff;
-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
padding: 5px 0;
max-width: 267px;
min-width: 267px;
z-index: 100;
border: 1px solid #f2f2f2;
}
.searchBoxExtraItem {
padding: 5px 10px 5px 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.searchBoxExtraItem:hover {
background-color: #E6EFF6;
}
|
src/main/resources/web/fisheye/FilesPage.html
|
VirtualClarity/RecordBreaker
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cloudera Fisheye</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet" media="screen">
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<script src="http://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<div class="container">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Cloudera Fisheye</a>
<div class="nav-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li><a href="About">About</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header active"><a href="/Files">Files</a></li>
<!--<li><a href="path?targetpath=asdasd">asdasd</a></li>
<li><a href="path?targetpath=blimfark">blimfark</a></li>
<li><a href="path?targetpath=foofs">foofs</a></li> -->
<li class="nav-header"><a href="/Filetypes">Filetypes</a></li>
<!-- <li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li> -->
<li class="nav-header"><a href="/Schemas">Schemas</a></li>
<!-- <li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li> -->
<li class="nav-header"><a href="/Settings">Settings</a></li>
</ul>
</div><!--/.well -->
</div>
<div class="col-lg-10">
<div class="container">
<!-- The Settings warning box -->
<div class="errorbox" wicket:id="settingsWarningMsgContainer">
<div class="alert alert-info">
<strong>Note: </strong><span wicket:id="settingsErrorLabel"></span>
</div>
</div>
<h1>Files</h1>
<div class="errorbox" wicket:id="crawlWarningMsgContainer">
<div class="alert alert-info">
<strong>Note: </strong><span wicket:id="crawlErrorLabel"></span>
</div>
</div>
<div class="errorbox" wicket:id="accessControlWarningBox">
<div class="alert alert-error">
<strong>Access Denied! </strong>You do not have read access rights for this directory.
</div>
</div>
<div wicket:id="currentDirListing">
<p>This directory has <span wicket:id="numFisheyeFiles"></span> files.</p>
<!-- Parent dir listing -->
<ul class="breadcrumb">
<li wicket:id="parentdirlisting"><span wicket:id="dirlabel"/> <span class="divider"> </span></li>
<li><span wicket:id="lastParentDirEntry"></span></li>
</ul>
<!-- File listing -->
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>file</th>
<th>size</th>
<th>owner</th>
<th>group</th>
<th>permissions</th>
<th>type</th>
<th>schema</th>
</tr>
</thead>
<tbody>
<tr wicket:id="filelisting">
<td><span wicket:id="filelabel"/></td><td><span wicket:id="sizelabel"/></td><td><span wicket:id="ownerlabel"/></td><td><span wicket:id="grouplabel"/></td><td><span wicket:id="permissionslabel"/></td><td><span wicket:id="typelabel"/></td><td><span wicket:id="schemalabel"/></td>
</tr>
</tbody>
</table>
<!-- Child dir listing -->
<div wicket:id="subdirbox">
<ul class="breadcrumb">
<li><i><span class="muted">Subdirectories:</span></i> </li>
<li wicket:id="childdirlisting"><span wicket:id="childdirlabel"/> <span class="divider"> </span></li>
</ul>
</div>
</div>
</div> <!-- /container -->
</div>
</div>
</div>
</body>
</html>
|
2017.12.1/apidocs/org/wildfly/swarm/config/undertow/server/HostSupplier.html
|
wildfly-swarm/wildfly-swarm-javadocs
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed Dec 13 10:32:32 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HostSupplier (BOM: * : All 2017.12.1 API)</title>
<meta name="date" content="2017-12-13">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="HostSupplier (BOM: * : All 2017.12.1 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/HostSupplier.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.12.1</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/server/HostConsumer.html" title="interface in org.wildfly.swarm.config.undertow.server"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/server/HTTPListener.html" title="class in org.wildfly.swarm.config.undertow.server"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/server/HostSupplier.html" target="_top">Frames</a></li>
<li><a href="HostSupplier.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.wildfly.swarm.config.undertow.server</div>
<h2 title="Interface HostSupplier" class="title">Interface HostSupplier<T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/server/Host.html" title="class in org.wildfly.swarm.config.undertow.server">Host</a>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">HostSupplier<T extends <a href="../../../../../../org/wildfly/swarm/config/undertow/server/Host.html" title="class in org.wildfly.swarm.config.undertow.server">Host</a>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/undertow/server/Host.html" title="class in org.wildfly.swarm.config.undertow.server">Host</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/undertow/server/HostSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of Host resource</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="get--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>get</h4>
<pre><a href="../../../../../../org/wildfly/swarm/config/undertow/server/Host.html" title="class in org.wildfly.swarm.config.undertow.server">Host</a> get()</pre>
<div class="block">Constructed instance of Host resource</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The instance</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/HostSupplier.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.12.1</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/server/HostConsumer.html" title="interface in org.wildfly.swarm.config.undertow.server"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/undertow/server/HTTPListener.html" title="class in org.wildfly.swarm.config.undertow.server"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/undertow/server/HostSupplier.html" target="_top">Frames</a></li>
<li><a href="HostSupplier.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
rpgm/rpgm/src/main/webapp/css/rpgm.css
|
rpgm/mi15
|
.thumbnail, a.thumbnail,{
background-color: rgb(249, 242, 253);
}
.thumbnail:hover, a.thumbnail:hover, .panel-heading:hover{
background-color: rgb(230, 204, 244);
border-color: rgb(230, 204, 244);
}
.panel-heading{
text-decoration: none;
color: #000000;
}
.thumbnail-no-hover:hover {
background-color: rgb(249, 242, 253);
}
.thumbnail-sidebar{
border: 0px;
border-radius: 0px;
}
.thumbnail-sidebar:hover{
background-color: rgb(250, 230, 244);
}
a:hover {
text-decoration: none;
}
.ynavbar-dark {
background-color: rgb(70, 20, 100);
}
.ynavbar-dark .navbar-header a,
.ynavbar-dark .navbar-collapse .nav .dropdown .navbar-topmenu,
.ynavbar-dark .navbar-collapse .nav .dropdown .navbar-topmenu:active{
color: rgb(235, 215, 245);
background-color: rgb(70, 20, 100);
}
.ynavbar-dark .navbar-header a:hover, .ynavbar-dark .navbar-collapse .nav .dropdown .navbar-topmenu:hover {
color: rgb(255, 255, 255);
background-color: rgb(80, 20, 120);
}
/*.ynavbar-dark .dropdown a:focus {*/
/*color: rgb(255, 255, 255);*/
/*background-color: rgb(80, 20, 120);*/
/*}*/
#navbar-dark-top-search-addon {
border: 0px none;
border-radius: 0px;
box-shadow: -30px 0px 60px rgb(80, 20, 110) inset;
background: rgb(80, 20, 110);
color: rgb(235, 215, 245);
}
#customPojo_input {
width: 55%;
/*color: rgb(235, 215, 245);*/
height: 34px;
float:right;
border: 0px none;
border-radius: 0px;
box-shadow: -10px 0px 50px rgb(80, 20, 110) inset;
/*background-color: rgb(80, 20, 110);*/
}
#customPojo_input:focus {
width: 100%;
color: black;
border: 0px none;
border-radius: 0px;
box-shadow: 0px 5px 10px rgb(230, 180, 255) inset;
background-color: rgb(255, 255, 240);
}
#navbar-dark-top-search-li {
margin-top: 8px;
}
|
portalDataWidget/portalData.html
|
Esri/dashboard-samples
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div data-dojo-type="extension/PortalDataWidget"></div>
<script>
var dojoConfig = {
async: true,
paths: {
"extension": location.pathname.replace(/\/[^/]+$/, '')
}
};
</script>
<script src="//js.arcgis.com/3.20/"></script>
<script>
require([
"dojo/parser",
"dojo/domReady!"
], function (parser) {
parser.parse();
});
</script>
</body>
</html>
|
2.3.0.Final-SNAPSHOT/apidocs/org/wildfly/swarm/orientdb/class-use/OrientDBFraction.html
|
wildfly-swarm/wildfly-swarm-javadocs
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Wed Jan 16 10:54:26 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.orientdb.OrientDBFraction (BOM: * : All 2.3.0.Final-SNAPSHOT API)</title>
<meta name="date" content="2019-01-16">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.wildfly.swarm.orientdb.OrientDBFraction (BOM: * : All 2.3.0.Final-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.0.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/orientdb/class-use/OrientDBFraction.html" target="_top">Frames</a></li>
<li><a href="OrientDBFraction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.orientdb.OrientDBFraction" class="title">Uses of Class<br>org.wildfly.swarm.orientdb.OrientDBFraction</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">OrientDBFraction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.orientdb">org.wildfly.swarm.orientdb</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.orientdb">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">OrientDBFraction</a> in <a href="../../../../../org/wildfly/swarm/orientdb/package-summary.html">org.wildfly.swarm.orientdb</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/wildfly/swarm/orientdb/package-summary.html">org.wildfly.swarm.orientdb</a> that return <a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">OrientDBFraction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">OrientDBFraction</a></code></td>
<td class="colLast"><span class="typeNameLabel">OrientDBFraction.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html#applyDefaults--">applyDefaults</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">OrientDBFraction</a></code></td>
<td class="colLast"><span class="typeNameLabel">OrientDBFraction.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html#createDefaultFraction--">createDefaultFraction</a></span>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/orientdb/OrientDBFraction.html" title="class in org.wildfly.swarm.orientdb">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.0.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/orientdb/class-use/OrientDBFraction.html" target="_top">Frames</a></li>
<li><a href="OrientDBFraction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
test-output/index.html
|
Sery-NF/selenium-java-training-serynf
|
<!DOCTYPE html>
<html>
<head>
<title>TestNG reports</title>
<link type="text/css" href="testng-reports.css" rel="stylesheet" />
<script type="text/javascript" src="jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="testng-reports.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type='text/javascript'>
google.load('visualization', '1', {packages:['table']});
google.setOnLoadCallback(drawTable);
var suiteTableInitFunctions = new Array();
var suiteTableData = new Array();
</script>
<!--
<script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js"></script>
-->
</head>
<body>
<div class="top-banner-root">
<span class="top-banner-title-font">Test results</span>
<br/>
<span class="top-banner-font-1">1 suite</span>
</div> <!-- top-banner-root -->
<div class="navigator-root">
<div class="navigator-suite-header">
<span>All suites</span>
<a href="#" class="collapse-all-link" title="Collapse/expand all the suites">
<img class="collapse-all-icon" src="collapseall.gif">
</img> <!-- collapse-all-icon -->
</a> <!-- collapse-all-link -->
</div> <!-- navigator-suite-header -->
<div class="suite">
<div class="rounded-window">
<div class="suite-header light-rounded-window-top">
<a href="#" class="navigator-link" panel-name="suite-Default_suite">
<span class="suite-name border-passed">Default suite</span>
</a> <!-- navigator-link -->
</div> <!-- suite-header light-rounded-window-top -->
<div class="navigator-suite-content">
<div class="suite-section-title">
<span>Info</span>
</div> <!-- suite-section-title -->
<div class="suite-section-content">
<ul>
<li>
<a href="#" class="navigator-link " panel-name="test-xml-Default_suite">
<span>C:\Users\Admin\AppData\Local\Temp\testng-eclipse-1218798300\testng-customsuite.xml</span>
</a> <!-- navigator-link -->
</li>
<li>
<a href="#" class="navigator-link " panel-name="testlist-Default_suite">
<span class="test-stats">1 test</span>
</a> <!-- navigator-link -->
</li>
<li>
<a href="#" class="navigator-link " panel-name="group-Default_suite">
<span>0 groups</span>
</a> <!-- navigator-link -->
</li>
<li>
<a href="#" class="navigator-link " panel-name="times-Default_suite">
<span>Times</span>
</a> <!-- navigator-link -->
</li>
<li>
<a href="#" class="navigator-link " panel-name="reporter-Default_suite">
<span>Reporter output</span>
</a> <!-- navigator-link -->
</li>
<li>
<a href="#" class="navigator-link " panel-name="ignored-methods-Default_suite">
<span>Ignored methods</span>
</a> <!-- navigator-link -->
</li>
<li>
<a href="#" class="navigator-link " panel-name="chronological-Default_suite">
<span>Chronological view</span>
</a> <!-- navigator-link -->
</li>
</ul>
</div> <!-- suite-section-content -->
<div class="result-section">
<div class="suite-section-title">
<span>Results</span>
</div> <!-- suite-section-title -->
<div class="suite-section-content">
<ul>
<li>
<span class="method-stats">1 method, 1 passed</span>
</li>
<li>
<span class="method-list-title passed">Passed methods</span>
<span class="show-or-hide-methods passed">
<a href="#" panel-name="suite-Default_suite" class="hide-methods passed suite-Default_suite"> (hide)</a> <!-- hide-methods passed suite-Default_suite -->
<a href="#" panel-name="suite-Default_suite" class="show-methods passed suite-Default_suite"> (show)</a> <!-- show-methods passed suite-Default_suite -->
</span>
<div class="method-list-content passed suite-Default_suite">
<span>
<img width="3%" src="passed.png"/>
<a href="#" class="method navigator-link" panel-name="suite-Default_suite" title="ru.st.selenium.LoginTest" hash-for-method="testUntitled">testUntitled</a> <!-- method navigator-link -->
</span>
<br/>
</div> <!-- method-list-content passed suite-Default_suite -->
</li>
</ul>
</div> <!-- suite-section-content -->
</div> <!-- result-section -->
</div> <!-- navigator-suite-content -->
</div> <!-- rounded-window -->
</div> <!-- suite -->
</div> <!-- navigator-root -->
<div class="wrapper">
<div class="main-panel-root">
<div panel-name="suite-Default_suite" class="panel Default_suite">
<div class="suite-Default_suite-class-passed">
<div class="main-panel-header rounded-window-top">
<img src="passed.png"/>
<span class="class-name">ru.st.selenium.LoginTest</span>
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<div class="method">
<div class="method-content">
<a name="testUntitled">
</a> <!-- testUntitled -->
<span class="method-name">testUntitled</span>
</div> <!-- method-content -->
</div> <!-- method -->
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- suite-Default_suite-class-passed -->
</div> <!-- panel Default_suite -->
<div panel-name="test-xml-Default_suite" class="panel">
<div class="main-panel-header rounded-window-top">
<span class="header-content">C:\Users\Admin\AppData\Local\Temp\testng-eclipse-1218798300\testng-customsuite.xml</span>
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<pre>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Default suite">
<test verbose="2" name="Default test">
<classes>
<class name="ru.st.selenium.LoginTest"/>
</classes>
</test> <!-- Default test -->
</suite> <!-- Default suite -->
</pre>
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
<div panel-name="testlist-Default_suite" class="panel">
<div class="main-panel-header rounded-window-top">
<span class="header-content">Tests for Default suite</span>
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<ul>
<li>
<span class="test-name">Default test (1 class)</span>
</li>
</ul>
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
<div panel-name="group-Default_suite" class="panel">
<div class="main-panel-header rounded-window-top">
<span class="header-content">Groups for Default suite</span>
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
<div panel-name="times-Default_suite" class="panel">
<div class="main-panel-header rounded-window-top">
<span class="header-content">Times for Default suite</span>
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<div class="times-div">
<script type="text/javascript">
suiteTableInitFunctions.push('tableData_Default_suite');
function tableData_Default_suite() {
var data = new google.visualization.DataTable();
data.addColumn('number', 'Number');
data.addColumn('string', 'Method');
data.addColumn('string', 'Class');
data.addColumn('number', 'Time (ms)');
data.addRows(1);
data.setCell(0, 0, 0)
data.setCell(0, 1, 'testUntitled')
data.setCell(0, 2, 'ru.st.selenium.LoginTest')
data.setCell(0, 3, 2427);
window.suiteTableData['Default_suite']= { tableData: data, tableDiv: 'times-div-Default_suite'}
return data;
}
</script>
<span class="suite-total-time">Total running time: 2 seconds</span>
<div id="times-div-Default_suite">
</div> <!-- times-div-Default_suite -->
</div> <!-- times-div -->
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
<div panel-name="reporter-Default_suite" class="panel">
<div class="main-panel-header rounded-window-top">
<span class="header-content">Reporter output for Default suite</span>
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
<div panel-name="ignored-methods-Default_suite" class="panel">
<div class="main-panel-header rounded-window-top">
<span class="header-content">0 ignored methods</span>
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
<div panel-name="chronological-Default_suite" class="panel">
<div class="main-panel-header rounded-window-top">
<span class="header-content">Methods in chronological order</span>
</div> <!-- main-panel-header rounded-window-top -->
<div class="main-panel-content rounded-window-bottom">
<div class="chronological-class">
<div class="chronological-class-name">ru.st.selenium.LoginTest</div> <!-- chronological-class-name -->
<div class="configuration-class before">
<span class="method-name">init</span>
<span class="method-start">0 ms</span>
</div> <!-- configuration-class before -->
<div class="test-method">
<span class="method-name">testUntitled</span>
<span class="method-start">2084 ms</span>
</div> <!-- test-method -->
<div class="configuration-suite after">
<span class="method-name">tearDown</span>
<span class="method-start">4532 ms</span>
</div> <!-- configuration-suite after -->
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
</div> <!-- main-panel-root -->
</div> <!-- wrapper -->
</body>
</html>
|
Css_CodeBase/按钮或链接/3.6/网页右键菜单.html
|
0end1/code_base
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>网页右键菜单</title>
<style type="text/css">
*{margin:0;padding:0;}
#right_button_menu{
width:100px;height:auto;border:1px solid;border-radius:3px;
position:absolute;display:none;z-index:100;
}
#right_button_menu>ul{
position:relative;background:hsl(134,70%,80%);
}
#right_button_menu>ul>li{
border-bottom:1px dashed;position:relative;
text-align:center;list-style:none;cursor:pointer;
}
#right_button_menu>ul>li>a{
text-decoration:none;
}
#right_button_menu>ul>li>ul{
position:absolute;left:100px;
border:1px solid;border-radius:5px ;
display:none;background:hsl(134,70%,80%);
}
#right_button_menu>ul>li>ul>li{
border-bottom:1px dashed;
text-align:center;list-style:none;
}
#right_button_menu>ul>li>ul>li>a{
text-decoration:none;
}
#right_button_menu>ul>li:hover>ul{
display:block;
}
</style>
<script type="text/javascript">
window.onload =function (){
var menu=document.getElementById('right_button_menu');//获取到菜单
document.oncontextmenu=function(e){return false;}//禁止火狐、IE、safari的右键菜单弹出
function click(e) {//点击处理函数
var e=e||event;//为了兼容
if (e.which==2||e.button==4) {//中键
hide_menu(menu);//隐藏菜单
return false;
}
else if(e.which==3||e.button==2){//右键
x=e.clientX;y=e.clientY;//获取鼠标在可视区的位置
var l=document.body.scrollLeft>0?document.body.scrollLeft:document.documentElement.scrollLeft;//获取鼠标所在地的左偏移
var t=document.body.scrollTop>0?document.body.scrollTop:document.documentElement.scrollTop;//获取鼠标所在地的上偏移
document.title="X 坐标: " + (x +l)+ ", Y 坐标: " +( y+t);//将CSS将要应用的left和top值打印在标题上
show_menu(menu,x +l,y+t);//展示菜单
}
else if(e.which==1||e.button==1){//左键
setTimeout(function (){hide_menu(menu);},100);//隐藏菜单,同时如果点击菜单内容,设置一个延迟让菜单的功能实现,否则在IE下会来不及实现菜单功能
}
}
document.onmousedown=click;//文档鼠标按下执行处理
function show_menu(obj,left,top){//展示函数
obj.style.left=left+'px';
obj.style.top=top+'px';
obj.style.display='block';
}
function hide_menu(obj){//隐藏函数
obj.style.display='none';
}
}
</script>
</head>
<body>
<div id="right_button_menu">
<ul>
<li><a href="">更换桌面背景</a></li>
<li><a href="">夜间模式</a></li>
<li><a href="">刷新</a></li>
<li class="has_sec_menu">
<ul>
<li><a href="">文本文档</a></li>
<li><a href="">Word文档</a></li>
<li><a href="">Excel表格</a></li>
<li><a href="">PowerPoint幻灯片</a></li>
</ul>新建
</li>
<li><a href="javascript:show('player');">听音乐</a></li>
</ul>
</div>
</body>
</html>
|
docs/xref/org/apache/mina/filter/firewall/package-summary.html
|
sardine/mina-ja
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Apache MINA 2.0.0-RC1 Cross Reference Package org.apache.mina.filter.firewall</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
</head>
<body>
<div class="overview">
<ul>
<li>
<a href="../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<h2>Package org.apache.mina.filter.firewall</h2>
<table class="summary">
<thead>
<tr>
<th>Class Summary</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="BlacklistFilter.html" target="classFrame">BlacklistFilter</a>
</td>
</tr>
<tr>
<td>
<a href="ConnectionThrottleFilter.html" target="classFrame">ConnectionThrottleFilter</a>
</td>
</tr>
<tr>
<td>
<a href="Subnet.html" target="classFrame">Subnet</a>
</td>
</tr>
</tbody>
</table>
<div class="overview">
<ul>
<li>
<a href="../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<hr />
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.
</body>
</html>
|
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.3.3/play/libs/mail/package-use.html
|
play1-maven-plugin/play1-maven-plugin.github.io
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_66) on Mon Dec 14 16:02:05 CST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package play.libs.mail (Play! API)</title>
<meta name="date" content="2015-12-14">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package play.libs.mail (Play! API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?play/libs/mail/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package play.libs.mail" class="title">Uses of Package<br>play.libs.mail</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../play/libs/mail/package-summary.html">play.libs.mail</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#play.libs">play.libs</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#play.libs.mail">play.libs.mail</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#play.libs.mail.test">play.libs.mail.test</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="play.libs">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../play/libs/mail/package-summary.html">play.libs.mail</a> used by <a href="../../../play/libs/package-summary.html">play.libs</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../play/libs/mail/class-use/AbstractMailSystemFactory.html#play.libs">AbstractMailSystemFactory</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../play/libs/mail/class-use/MailSystem.html#play.libs">MailSystem</a> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="play.libs.mail">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../play/libs/mail/package-summary.html">play.libs.mail</a> used by <a href="../../../play/libs/mail/package-summary.html">play.libs.mail</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../play/libs/mail/class-use/AbstractMailSystemFactory.html#play.libs.mail">AbstractMailSystemFactory</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../play/libs/mail/class-use/MailSystem.html#play.libs.mail">MailSystem</a> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="play.libs.mail.test">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../play/libs/mail/package-summary.html">play.libs.mail</a> used by <a href="../../../play/libs/mail/test/package-summary.html">play.libs.mail.test</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../play/libs/mail/class-use/MailSystem.html#play.libs.mail.test">MailSystem</a> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?play/libs/mail/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><a href=http://guillaume.bort.fr>Guillaume Bort</a> & <a href=http://www.zenexity.fr>zenexity</a> - Distributed under <a href=http://www.apache.org/licenses/LICENSE-2.0.html>Apache 2 licence</a>, without any warrantly</small></p>
</body>
</html>
|
target_dir/documentation/sound3d/loadsound3d.html
|
PureBasicCN/PureBasicPreference
|
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>LoadSound3D</title></head>
<body bgcolor="#EFF1F0" link="#3A3966" vlink="#000000" alink="#000000">
<font face="Verdana, sans-serif" size="2"><p align="center"><b><font size="4">LoadSound3D()</font></b></p>
<p><b>语法</b></p><blockquote>
Result = <font color="#3A3966"><b>LoadSound3D</b></font>(#Sound3D, Filename$ [, Flags])</blockquote>
</blockquote>
<b>概要</b><br><blockquote>
Loads a WAV or an OGG sound file. The sound has to be mono, as stereo sounds doesn't allow space positioning.
</blockquote><p><b>参数</b></p><blockquote>
<style type="text/css">
table.parameters { border-spacing: 0px; border-style: none; border-collapse: collapse; }
table.parameters td { border-width: 1px; padding: 6px; border-style: solid; border-color: gray; vertical-align: top; font-family:Arial; font-size:10pt; }
</style>
<table width="90%" class="parameters">
<tr><td width="10%"><i>#Sound3D</i></td>
<td width="90%">
A number to identify the new sound. <a href="../reference/purebasic_objects.html">#PB_Any</a> 可以用来自动生成这个编码.
</td></tr>
<tr><td><i>Filename$</i></td>
<td>
The sound filename to load.
</td></tr>
<tr><td><i>Flags (可选)</i></td>
<td>
It can be the following value:
<pre><font face="Courier New, Courier, mono"size="2"> <font color="#924B72">#PB_Sound3D_Streaming</font>: Enable sound streaming playback
</font></pre>
</td></tr>
</table>
</blockquote><p><b>返回值</b></p><blockquote>
Nonzero if the sound has been successfully loaded, zero otherwise.
</blockquote><p><b>备注</b></p><blockquote>
A sound doesn't hold its position. It can be attached to a <a href="../node/index.html">node</a> object to have its own position.
A sound is played relative to the listener location. To change the listener location, use <a href="soundlistenerlocate.html">SoundListenerLocate()</a>.
</Blockquote><p><b>已支持操作系统 </b><Blockquote>所有</Blockquote></p><center><- <a href=issound3d.html>IsSound3D()</a> - <a href="index.html">Sound3D Index</a> - <a href="playsound3d.html">PlaySound3D()</a> -><br><br>
</body></html>
|
src/main/webapp/index.html
|
perfect-test/plan_my_life
|
<html>
<head>
<script src="scripts/jquery-1.11.3.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="scripts/calendar.js"></script>
<script type="text/javascript">
$( document ).ready(function() {
CALENDAR.initCalendarBlock();
});
</script>
<link rel="stylesheet" type="text/css" href="styles/main.css">
<link rel="stylesheet" type="text/css" href="styles/calendar-styles.css">
<link rel="stylesheet" type="text/css" href="styles/event-data-styles.css">
<link rel="stylesheet" type="text/css" href="styles/day-styles.css">
<title>Plan My Life</title>
<meta charset="UTF-8">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid navbar-static-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="#">Plan My Life</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Дополнительно<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">События <span class="badge" style="background: lightblue">5</span> </a></li>
<li><a href="#">Настройки сайта</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">О нас</li>
<li><a href="#">Наша цель</a></li>
<li><a href="#">Контакты</a></li>
</ul>
</li>
<li><a href="#">Добавить встречу</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Михаил Сидельников</a></li>
<li style="padding-top: 4px"><img style="border-color: black" class="img-circle"
width="40"
height="40" src="test-sources/my_photo.jpg">
<button style="margin-left: 20px" type="submit" class="btn btn-danger">Выйти</button>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div class="container" id="calendar-container" style="display: none">
<div class="row center-block" id="calendar-block">
</div>
</div>
<div class="container-fluid" style="display: none">
<div class="panel panel-default today-panel">
<div class="panel-heading">Сегодня, 19 марта 2015 года</div>
<div class="panel-body">
<div class="row center-block">
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">0.00</span></div>
<div class="hour-element"><span class="center-span">0.15</span></div>
<div class="hour-element"><span class="center-span">0.30</span></div>
<div class="hour-element"><span class="center-span">0.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">1.00</span></div>
<div class="hour-element"><span class="center-span">1.15</span></div>
<div class="hour-element"><span class="center-span">1.30</span></div>
<div class="hour-element"><span class="center-span">1.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">2.00</span></div>
<div class="hour-element"><span class="center-span">2.15</span></div>
<div class="hour-element"><span class="center-span">2.30</span></div>
<div class="hour-element"><span class="center-span">2.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">3.00</span></div>
<div class="hour-element"><span class="center-span">3.15</span></div>
<div class="hour-element"><span class="center-span">3.30</span></div>
<div class="hour-element"><span class="center-span">3.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">4.00</span></div>
<div class="hour-element"><span class="center-span">4.15</span>
<div style="margin-left: 7px">
<div class="event-pointer"
style="background-color: red"></div>
<div class="event-pointer"
style="background-color: green"></div>
<div class="event-pointer"
style="background-color: gray"></div>
<div class="event-pointer"
style="background-color: blue; "></div>
</div>
</div>
<div class="hour-element"><span class="center-span">4.30</span>
<div style="margin-left: 7px">
<div class="event-pointer"
style="background-color: red"></div>
</div>
</div>
<div class="hour-element"><span class="center-span">4.45</span>
<div style="margin-left: 7px">
<div class="event-pointer"
style="background-color: red"></div>
</div>
</div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">5.00</span>
<div style="margin-left: 4px">
<div class="main-event-pointer"
style="background-color: red"
onclick="showEvent(event)"></div>
</div>
</div>
<div class="hour-element"><span class="center-span">5.15</span></div>
<div class="hour-element"><span class="center-span">5.30</span></div>
<div class="hour-element"><span class="center-span">5.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">6.00</span></div>
<div class="hour-element"><span class="center-span">6.15</span></div>
<div class="hour-element"><span class="center-span">6.30</span></div>
<div class="hour-element"><span class="center-span">6.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">7.00</span></div>
<div class="hour-element"><span class="center-span">7.15</span></div>
<div class="hour-element"><span class="center-span">7.30</span></div>
<div class="hour-element"><span class="center-span">7.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">8.00</span></div>
<div class="hour-element"><span class="center-span">8.15</span></div>
<div class="hour-element"><span class="center-span">8.30</span></div>
<div class="hour-element"><span class="center-span">8.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">9.00</span></div>
<div class="hour-element"><span class="center-span">9.15</span></div>
<div class="hour-element"><span class="center-span">9.30</span></div>
<div class="hour-element"><span class="center-span">9.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">10.00</span></div>
<div class="hour-element"><span class="center-span">10.15</span></div>
<div class="hour-element"><span class="center-span">10.30</span></div>
<div class="hour-element"><span class="center-span">10.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">11.00</span></div>
<div class="hour-element"><span class="center-span">11.15</span></div>
<div class="hour-element"><span class="center-span">11.30</span></div>
<div class="hour-element"><span class="center-span">11.45</span></div>
</div>
</div>
<div class="row center-block" style="margin-top: 50px">
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">12.00</span></div>
<div class="hour-element"><span class="center-span">12.15</span></div>
<div class="hour-element"><span class="center-span">12.30</span></div>
<div class="hour-element"><span class="center-span">12.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">13.00</span></div>
<div class="hour-element"><span class="center-span">13.15</span></div>
<div class="hour-element"><span class="center-span">13.30</span></div>
<div class="hour-element"><span class="center-span">13.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">14.00</span></div>
<div class="hour-element"><span class="center-span">14.15</span></div>
<div class="hour-element"><span class="center-span">14.30</span></div>
<div class="hour-element"><span class="center-span">14.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">15.00</span></div>
<div class="hour-element"><span class="center-span">15.15</span></div>
<div class="hour-element"><span class="center-span">15.30</span></div>
<div class="hour-element"><span class="center-span">15.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">16.00</span></div>
<div class="hour-element"><span class="center-span">16.15</span></div>
<div class="hour-element"><span class="center-span">16.30</span></div>
<div class="hour-element"><span class="center-span">16.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">17.00</span></div>
<div class="hour-element"><span class="center-span">17.15</span></div>
<div class="hour-element"><span class="center-span">17.30</span></div>
<div class="hour-element"><span class="center-span">17.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">18.00</span></div>
<div class="hour-element"><span class="center-span">18.15</span></div>
<div class="hour-element"><span class="center-span">18.30</span></div>
<div class="hour-element"><span class="center-span">18.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">19.00</span></div>
<div class="hour-element"><span class="center-span">19.15</span></div>
<div class="hour-element"><span class="center-span">19.30</span></div>
<div class="hour-element"><span class="center-span">19.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">20.00</span></div>
<div class="hour-element"><span class="center-span">20.15</span></div>
<div class="hour-element"><span class="center-span">20.30</span></div>
<div class="hour-element"><span class="center-span">20.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">21.00</span></div>
<div class="hour-element"><span class="center-span">21.15</span></div>
<div class="hour-element"><span class="center-span">21.30</span></div>
<div class="hour-element"><span class="center-span">21.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">22.00</span></div>
<div class="hour-element"><span class="center-span">22.15</span></div>
<div class="hour-element"><span class="center-span">22.30</span></div>
<div class="hour-element"><span class="center-span">22.45</span></div>
</div>
<div class="col-xs-1">
<div class="main-hour-element"><span class="center-span">23.00</span></div>
<div class="hour-element"><span class="center-span">23.15</span></div>
<div class="hour-element"><span class="center-span">23.30</span></div>
<div class="hour-element"><span class="center-span">23.45</span></div>
</div>
</div>
</div>
</div>
</div>
<div class="container" style="display: none">
<div class="row center-block">
<div class="panel panel-default">
<div class="panel-heading">Долгожданный отпуск в Турции! Ихуу!!<span
class="glyphicon glyphicon-edit edit-button"
style="margin-left: 10px"
title="Изменить название"></span></div>
<div class="panel-body">
<div class="event-container-data-block center-block ">
<a class="btn btn-default" onclick="$('#info_block').show();$('#flight_block').hide();">
Описание
</a>
<a class="btn btn-default" onclick="$('#flight_block').show();$('#info_block').hide();">
Дорога
</a>
<a class="btn btn-default">Отель</a>
<a class="btn btn-default">Трасфер</a>
<a class="btn btn-default">Мироприятия</a>
</div>
<div id="info_block">
<div class="row event-container-data-block">
<span class="title">Дата начала : </span>
<span class="simple-text">28 марта, 7.00</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить дату начала"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Дата окончания : </span>
<span class="simple-text">15 апреля, 7.00</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить дату окончания"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Цвет в календаре : </span>
<span class="simple-text" style="color: green">зеленый</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить цвет"></span>
</div>
<div class="row event-container-data-block">
<button type="button" class="btn btn-info">Добавить поле</button>
</div>
</div>
<div id="flight_block" style="display: none">
<div class="row event-container-data-block">
<span class="title">Способ добраться : </span>
<div class="dropdown">
<button class="btn btn-default dropdown-toggle" type="button" id="transport-select-button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Выбрать...
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a class="select-element" onclick="$('#transport-select-button').text('Самолет')">Самолет</a>
</li>
<li><a class="select-element" onclick="$('#transport-select-button').text('Поезд')">Поезд</a>
</li>
<li><a class="select-element" onclick="$('#transport-select-button').text('Машина')">Машина</a>
</li>
<li><a class="select-element" onclick="$('#transport-select-button').text('Корабль')">Корабль</a>
</li>
</ul>
</div>
</div>
<div class="row event-container-data-block">
<span class="title">Вылет : </span>
<button type="button" class="btn btn-warning">Заказать перелет</button>
</div>
</div>
<div class="row event-container-data-block">
<button type="button" class="btn btn-primary">Поделиться</button>
<button type="button" class="btn btn-success">Сохранить</button>
<button type="button" class="btn btn-danger" style="float: right;">Удалить</button>
</div>
</div>
</div>
</div>
</div>
<div class="container" style="display: none">
<div class="row center-block">
<div class="panel panel-default">
<div class="panel-heading">День рождения Маши<span class="glyphicon glyphicon-edit edit-button"
style="margin-left: 10px"
title="Изменить название"></span></div>
<div class="panel-body">
<div class="row event-container-data-block">
<span class="title">Дата : </span>
<span class="simple-text">28 марта</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить дату"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Повторять : </span>
<span class="simple-text">Каждый год</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить повторение"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Напоминание : </span>
<span class="simple-text">в 12 часов дня, смс</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить напоминание"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Фото со встречи : </span>
<div>
<img src="test-sources/birthday1.jpg" width="80"
height="80">
<img src="test-sources/birthday2.jpg" width="80"
height="80">
<span class="glyphicon glyphicon-plus add-photo-button" style="margin-left: 10px"
title="Добавить фото"></span>
</div>
</div>
<div class="row event-container-data-block">
<span class="title">Цвет в календаре : </span>
<span class="simple-text" style="color: blue">синий</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить цвет"></span>
</div>
<div class="row event-container-data-block">
<button type="button" class="btn btn-info">Добавить поле</button>
</div>
<div class="row event-container-data-block">
<button type="button" class="btn btn-primary">Поделиться</button>
<button type="button" class="btn btn-success">Сохранить</button>
<button type="button" class="btn btn-danger" style="float: right;">Удалить</button>
</div>
</div>
</div>
</div>
</div>
<div class="container" style="display: none">
<div class="row center-block" id="custom-event-container">
<div class="panel panel-default">
<div class="panel-heading">Купить продукты<span class="glyphicon glyphicon-edit edit-button"
style="margin-left: 10px"
title="Изменить название"></span></div>
<div class="panel-body">
<div class="row event-container-data-block">
<span class="title">Описание : </span>
<span class="simple-text">Купить продукты</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить описание"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Дата начала : </span>
<span class="simple-text">не известно</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить дату начала"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Дата конца : </span>
<span class="simple-text">не известно</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить дату начала"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Цвет в календаре : </span>
<span class="simple-text" style="color: red">красный</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить цвет"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Список покупок : </span>
<div class="list-element">
<span class="simple-text">Картошка</span>
</div>
<div class="list-element">
<span class="simple-text">Молоко</span>
</div>
<div class="list-element">
<span class="simple-text">Лимонады</span>
</div>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить список"></span>
</div>
<div class="row event-container-data-block">
<button type="button" class="btn btn-info">Добавить поле</button>
</div>
<div class="row event-container-data-block">
<button type="button" class="btn btn-primary">Поделиться</button>
<button type="button" class="btn btn-success">Сохранить</button>
<button type="button" class="btn btn-danger" style="float: right;">Удалить</button>
</div>
</div>
</div>
</div>
</div>
<div class="container" style="display: none">
<div class="row center-block" id="simple-event-container">
<div class="panel panel-default">
<div class="panel-heading">Встреча с заказчиком<span class="glyphicon glyphicon-edit edit-button"
style="margin-left: 10px"
title="Изменить название"></span></div>
<div class="panel-body">
<div class="row event-container-data-block">
<span class="title">Описание : </span>
<span class="simple-text">Обсудить с заказчиком новый логотип</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить описание"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Дата начала : </span>
<span class="simple-text">17 марта, 7.00</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить дату начала"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Дата окончания : </span>
<span class="simple-text">17 марта, 10.00</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить дату окончания"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Участники : </span>
<div>
<a class="simple-text member-link">Артем Копылов</a>
<span class="simple-text">Николай Сызганцев</span>
<a class="simple-text member-link">Василий Петухов</a>
</div>
</div>
<div class="row event-container-data-block">
<span class="title">Место : </span>
<a class="simple-text event-place">Ресторан "Красивое место"</a>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить место"></span>
<span class="glyphicon glyphicon-remove edit-button" style="margin-left: 10px"
title="Удалить поле"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Фото со встречи : </span>
<div>
<img src="test-sources/meeting1.jpg" width="80"
height="80">
<img src="test-sources/meeting2.jpg" width="80"
height="80">
<span class="glyphicon glyphicon-plus add-photo-button" style="margin-left: 10px"
title="Добавить фото"></span>
</div>
</div>
<div class="row event-container-data-block">
<span class="title">Напоминание : </span>
<span class="simple-text">смс, 21 мая, 17.00</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить напоминания"></span>
<span class="glyphicon glyphicon-remove edit-button" style="margin-left: 10px"
title="Удалить поле"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Комментарии и примечания : </span>
<span class="simple-text">Не забыть про новые цвета</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить цвет"></span>
<span class="glyphicon glyphicon-remove edit-button" style="margin-left: 10px"
title="Удалить поле"></span>
</div>
<div class="row event-container-data-block">
<span class="title">Цвет в календаре : </span>
<span class="simple-text" style="color: red">красный</span>
<span class="glyphicon glyphicon-edit edit-button" style="margin-left: 10px"
title="Изменить цвет"></span>
</div>
<div class="row event-container-data-block">
<button type="button" class="btn btn-info">Добавить поле</button>
</div>
<div class="row event-container-data-block">
<button type="button" class="btn btn-primary">Поделиться</button>
<button type="button" class="btn btn-success">Сохранить</button>
<button type="button" class="btn btn-danger" style="float: right;">Удалить</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
app/index.html
|
HaythemSahbani/Learnzilla-GUI
|
<!doctype html>
<html lang="DE">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Learnzilla </title>
<!-- Disable tap highlight on IE -->
<meta name="msapplication-tap-highlight" content="no">
<!-- Web Application Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Web Starter Kit">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Web Starter Kit">
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#2F3BA2">
<link rel="stylesheet" href="assets/styles/main.css">
<link rel="stylesheet" href="assets/styles/prologue-css/skel-noscript.css">
<link rel="stylesheet" href="assets/styles/prologue-css/style.css">
</head>
<body ng-app="learnzillaApp" ng-controller="appCtrl as app">
<!-- Add your site or app content here -->
<div ui-view="navbar"> </div>
<div class="main" ui-view="{{app.getCurrentView()}}"
> </div>
<div ui-view="footer"> </div>
<!-- resource scripts -->
<script src="resources/angular.js"></script>
<script src="resources/angular-resource.min.js"></script>
<script src="resources/angular-ui-router.js"></script>
<!--<script src="resources/main.js"></script>-->
<!-- Components scripts -->
<script src="components/app.js"></script>
<script src="components/appStates.js"></script>
<!-- controllers scripts -->
<script src="components/appCtrl.js"></script>
<script src="components/home/contactUs/contactUsCtrl.js"></script>
<script src="components/footer/footerCtrl.js"></script>
<script src="components/home/signUp/signUpCtrl.js"></script>
<script src="components/navbar/navbarCtrl.js"></script>
<script src="components/home/notFound/notFoundCtrl.js"></script>
<script src="components/home/play/playCtrl.js"></script>
<script src="components/learnzilla/learnzillaCtrl.js"></script>
<script src="components/home/gameMode/gameModeCtrl.js"></script>
<script src="components/home/story/storyCtrl.js"></script>
<!-- services scripts -->
<script src="components/services/UserService.js"></script>
<script src="components/services/ViewsService.js"></script>
<script src="components/services/RestService.js"></script>
</body>
</html>
|
src/test/java/org/olat/course/overview_comprehensive_guide_to_c_programming.html
|
stevenhva/InfoLearn_OpenOLAT
|
<html>
<head>
<title>A comprehensive guide to free software development with free tools</title>
</head>
<body>
<h1>Welcome to free software development course</h1>
<p>This course is intended to give you a quick overview to free software development using free tools. Currently only C Programming language is covered and may be extended in future versions of this course.</p>
<h2>Prerequisites</h2>
<p>In addition to start programming you may want to download and install common tools for c development. We will take extensive use of `gcc`. To ease programming I recommend you `make` and `gdb`, too. Use your editor of choice, preferably with syntax highlighting for the C language. Personally I prefer `emacs`.</p>
<p>Be part of the fun!</p>
</body>
</html>
|
WMA/LibreriaJGraphx/docs/api/com/mxgraph/analysis/package-summary.html
|
luartmg/WMA
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_43) on Mon Nov 18 16:17:05 CET 2013 -->
<TITLE>
com.mxgraph.analysis (JGraph X 2.3.0.3 API Specification)
</TITLE>
<META NAME="date" CONTENT="2013-11-18">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.mxgraph.analysis (JGraph X 2.3.0.3 API Specification)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<p><b>JGraph X 2.3.0.3</b></p></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV PACKAGE
<A HREF="../../../com/mxgraph/canvas/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/mxgraph/analysis/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package com.mxgraph.analysis
</H2>
This package provides various algorithms for graph analysis, such as
shortest path and minimum spanning tree.
<P>
<B>See:</B>
<BR>
<A HREF="#package_description"><B>Description</B></A>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxICostFunction.html" title="interface in com.mxgraph.analysis">mxICostFunction</A></B></TD>
<TD>The cost function takes a cell and returns it's cost as a double.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxAnalysisGraph.html" title="class in com.mxgraph.analysis">mxAnalysisGraph</A></B></TD>
<TD>Implements a collection of utility methods abstracting the graph structure
taking into account graph properties such as visible/non-visible traversal</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxConstantCostFunction.html" title="class in com.mxgraph.analysis">mxConstantCostFunction</A></B></TD>
<TD>Implements a cost function for a constant cost per traversed cell.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxDistanceCostFunction.html" title="class in com.mxgraph.analysis">mxDistanceCostFunction</A></B></TD>
<TD>Implements a cost function for the Euclidean length of an edge.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxFibonacciHeap.html" title="class in com.mxgraph.analysis">mxFibonacciHeap</A></B></TD>
<TD>This class implements a priority queue.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxFibonacciHeap.Node.html" title="class in com.mxgraph.analysis">mxFibonacciHeap.Node</A></B></TD>
<TD>Implements a node of the Fibonacci heap.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxGraphAnalysis.html" title="class in com.mxgraph.analysis">mxGraphAnalysis</A></B></TD>
<TD>A singleton class that provides algorithms for graphs.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxGraphGenerator.html" title="class in com.mxgraph.analysis">mxGraphGenerator</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxGraphProperties.html" title="class in com.mxgraph.analysis">mxGraphProperties</A></B></TD>
<TD>Constants for graph structure properties</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxGraphStructure.html" title="class in com.mxgraph.analysis">mxGraphStructure</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxTraversal.html" title="class in com.mxgraph.analysis">mxTraversal</A></B></TD>
<TD>Implements a collection of utility methods for traversing the
graph structure.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxUnionFind.html" title="class in com.mxgraph.analysis">mxUnionFind</A></B></TD>
<TD>Implements a union find structure that uses union by rank and path
compression.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Enum Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/mxGraphProperties.GraphType.html" title="enum in com.mxgraph.analysis">mxGraphProperties.GraphType</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Exception Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/mxgraph/analysis/StructuralException.html" title="class in com.mxgraph.analysis">StructuralException</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="package_description"><!-- --></A><H2>
Package com.mxgraph.analysis Description
</H2>
<P>
This package provides various algorithms for graph analysis, such as
shortest path and minimum spanning tree.
<P>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<p><b>JGraph X 2.3.0.3</b></p></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV PACKAGE
<A HREF="../../../com/mxgraph/canvas/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/mxgraph/analysis/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size=1>Copyright (c) 2010 <a href="http://www.mxgraph.com/"
target="_blank">Gaudenz Alder</a>. All rights reserved.</font>
</BODY>
</HTML>
|
src/docs/asciidoc/docinfo.html
|
jnorthr/DoctorPepper
|
<!-- Change some CSS. -->
<style>
/* Change thickness of horizontal rule line. */
hr {
border : none;
height : 71px;
background : url(images/hr.png) 50% 0 no-repeat;
margin : 1em 0;
}
h1 {text-shadow:#888 2px 2px 3px;}
h2 {text-shadow:#888 1px 1px 2px;}
h3 {text-shadow:#666 1px 1px 2px;}
/*
h1:first-child:first-letter {
color: #903;
float: left;
font-family: Georgia;
font-size: 24px;
line-height: 70px;
}
thick
*/
#toc.toc2{
outline: #006eee dotted;
background-color: #ffe4c4;
}
</style>
<!-- We could also include Javascript for example in this document. -->
|
dotnet/docs/html/functions_vars_x.html
|
jgraph/mxgraph
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>mxGraph: Class Members - Variables</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">mxGraph
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="contents">
 
<h3><a id="index_x"></a>- x -</h3><ul>
<li>x
: <a class="el" href="classcom_1_1mxgraph_1_1mxPoint.html#ac17799d682c1cb5bb97d1e6e5c7211cd">com.mxgraph.mxPoint</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
|
artemis-hawtio/activemq-branding/src/main/webapp/plugin/css/activemq.css
|
andytaylor/activemq-artemis
|
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* fonts */
/* You can customise the styles of your application here. */
@font-face {
font-family: 'PatternFlyIcons-webfont';
src: url('../../../console/fonts/PatternFlyIcons-webfont.eot');
url('../../../console/fonts/PatternFlyIcons-webfont.woff') format('woff'),
url('../../../console/fonts/PatternFlyIcons-webfont.ttf') format('truetype'),
url('../../../console/fonts/PatternFlyIcons-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OpenSans';
src: url('../../../console/fonts/OpenSans-Regular-webfont.eot');
url('../../../console/fonts/OpenSans-Regular-webfont.woff') format('woff'),
url('../../../console/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
url('../../../console/fonts/OpenSans-Regular-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/*Uses ActiveMQ colors in broker diagram*/
svg text {
font-family: PatternFlyIcons-webfont;
}
.pf-topology-svg g.ThisBroker circle {
stroke: #801944;
fill: #c12766;
}
.pf-topology-svg g.MasterBroker circle {
stroke: #801944;
fill: #c12766;
}
.pf-topology-svg g.SlaveBroker circle {
stroke: #82171b;
fill: #cf242a;
}
.pf-topology-svg g.Address circle {
stroke: #2b326e;
fill: #3e489f;
}
.pf-topology-svg g.Queue circle {
stroke: #50621d;
fill: #78932c;
}
/*Adds a border to top of page*/
.pf-c-page__header {
border-top: 3px solid #B21054;
}
/* Change the background image for Login page and About modal as well as text color etc*/
.pf-c-login, .pf-c-about-modal-box__hero {
background-image: url("/activemq-branding/plugin/img/login-screen-background.png");
background-size: cover;
--pf-c-form__label--Color: white;
}
.pf-c-login__main {
grid-area: main;
background-color: transparent;
}
.pf-c-login__footer .pf-c-list a {
color: white;
}
.pf-c-login__footer p {
font-size: 150%;
}
.pf-c-login__main-body label {
color: white;
}
.pf-c-login__main-header {
color: white;
}
/*These change the color of the buttons*/
.btn-link {
color: #B24E78;
}
.pf-c-button.pf-m-primary {
background-color: #B24E78;
}
.pf-c-button.pf-m-primary.pf-m-hover, .pf-c-button.pf-m-primary:hover {
background-color: #B24E78;
background-image: linear-gradient(to bottom,#B24E78 0,#B24E78 100%);
background: #B21054;
border-color: #B24E78;
}
.pf-c-title.pf-m-3xl {
color: white;
}
.btn-primary {
background-color: #B24E78;
background-image: linear-gradient(to bottom,#B24E78 0,#B24E78 100%);
background-repeat: repeat-x;
border-color: #B24E78;
color: #fff;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary.focus,
.open .dropdown-toggle.btn-primary:focus,
.open .dropdown-toggle.btn-primary:hover {
background-color: #B24E78;
border-color: #B21054;
}
/*These change the row ina table when hovered over*/
.table-hover>tbody>tr:hover {
background-color: #B24E78;
}
.table-hover>tbody>tr:hover td {
background-color: #B24E78;
}
select>option:hover,
select>option:active {
background: #B24E78;
background-color: #B24E78;
}
tbody>tr:hover {
background-color: #B24E78;
}
/*This controls the color of the buttons when clicked, hovered or visited*/
.btn-primary:hover,
.btn-primary.hover
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:visited,
.btn-primary.visited{
background-color: #B24E78;
background-image: linear-gradient(to bottom,#B24E78 0,#B24E78 100%);
background: #B21054;
border-color: #B24E78;
}
/*This changes the color of the hover item in the JMX Tree*/
.treeview-pf-hover .list-group-item:hover {
background-color: #B24E78!important;
border-color: #B24E78!important;
}
/*This changes the color of the chosen selection in the JMX Tree*/
.treeview-pf-select .list-group-item.node-selected {
background: #B24E78!important;
border-color: #B24E78!important;
color: #fff!important;
}
/* This changes the color of the underline in the main left menuLeft hand menu tab underline*/
.pf-c-nav__list .pf-m-current.pf-c-nav__link::after, .pf-c-nav__list .pf-m-current>.pf-c-nav__link::after {
background-color: #B24E78;
}
.pf-c-nav__list .pf-c-nav__link.pf-m-hover::after, .pf-c-nav__list .pf-c-nav__link:hover::after {
background-color: #B24E78;
}
.card-pf.card-pf-accented {
border-top-color: #B24E78;
}
/*This changes the hover color in all the tables*/
.table-hover tbody tr:hover td.focus {
background-color: #B24E78;
}
/*This changes the color of the sort column header*/
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
color: #B24E78!important;
position: relative;
}
/*This is the original css from HawtIO 1,leaving as is as somemay be used*/
* {
font-family: "Open Sans";
}
body {
font-family: "Open Sans";
}
#log-panel-statements li {
font-family: DroidSansMonoRegular;
}
#log-panel-statements li pre span {
font-family: DroidSansMonoRegular;
}
div.log-stack-trace {
font-family: DroidSansMonoRegular;
}
div.log-stack-trace p {
font-family: DroidSansMonoRegular;
}
.log-stack-trace > dd > ul > li > .stack-line * {
font-family: DroidSansMonoRegular;
}
pre.stack-line {
font-family: DroidSansMonoRegular;
font-size: 12px;
}
div.stack-line {
font-family: DroidSansMonoRegular;
font-size: 12px;
}
.log-table *:not('.icon*') {
font-family: DroidSansMonoRegular;
}
.log-table > li > div > div {
font-family: DroidSansMonoRegular;
}
fs-donut svg g text.units {
font-family: DroidSansMonoRegular;
}
/* colors */
#log-panel {
background: inherit;
background-color: none;
border: 1px solid #d4d4d4;
transition: bottom 1s ease-in-out;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
opacity: 0.8;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
#log-panel #log-panel-statements {
background: #252525;
}
#log-panel-statements li pre {
color: white;
background-color: inherit;
border: none;
}
#log-panel-statements li:hover {
background: #111111;
}
#log-panel-statements li.DEBUG {
color: dodgerblue;
}
#log-panel-statements li.INFO {
color: white;
}
#log-panel-statements li.WARN {
color: yellow;
}
#log-panel-statements li.ERROR {
color: red;
}
#log-panel #close {
background: #131313;
border-top: 1px solid #222222;
box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1) inset;
color: #eeeeee;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
#log-panel #copy {
background: inherit;
color: white;
}
ul.dynatree-container {
background: inherit;
}
ul.dynatree-container li {
background: inherit;
}
.axis line {
stroke: #000;
}
.axis.top {
border-bottom: 1px solid #d4d4d4;
}
.axis.bottom {
border-top: 1px solid #d4d4d4;
}
.horizon {
border-bottom: solid 1px #eeeeee;
}
.horizon:last-child {
border-bottom: none;
}
.horizon + .horizon {
border-top: none;
}
.horizon .title,
.horizon .value {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.line {
background: #000;
opacity: .2;
}
.CodeMirror {
border: 1px solid #d4d4d4;
}
i.expandable-indicator {
color: #666;
}
span.dynatree-expander {
color: #728271;
}
span.dynatree-icon {
color: #EECA7C;
}
span:not(.dynatree-has-children) .dynatree-icon:before {
color: gray;
}
.table-hover tbody tr:hover td.details {
background-color: #ffffff;
}
tr td.focus {
background-color: #d9edf7;
}
.table-hover tbody tr:hover td.focus {
background-color: #d9edf7;
}
.table-striped tbody tr:nth-child(odd) td.focus {
background-color: #d9edf7;
}
/*
.red {
color: red !important;
}
.orange {
color: orange !important;
}
.yellow {
color: yellow !important;
}
.green {
color: green !important;
}
.blue {
color: dodgerblue !important;
}
*/
.gridster ul#widgets .gs_w {
border: 1px solid #d4d4d4;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
background: #ffffff;
border-radius: 6px;
}
.gridster ul#widgets .gs_w.dragging {
box-shadow: 0 1px 13px rgba(0, 0, 0, 0.12);
}
.gridster ul#widgets .preview-holder {
border-radius: 6px;
border: 1px solid #d4d4d4;
box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1) inset;
}
.widget-title {
background-color: #FAFAFA;
background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=0);
border-bottom: 1px solid #d4d4d4;
color: #777777;
text-shadow: 0 1px 0 #FFFFFF;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.widget-title:hover {
color: #333333;
text-shadow: 0 1px 0 #FFFFFF;
border-bottom: 1px solid #d4d4d4;
background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f0f0f0));
background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f0f0f0', GradientType=0);
}
.ep[ng-show=editing] {
background: white;
border-bottom: 1px solid #d4d4d4;
border: 1px solid #cecdcd;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.ep > form > fieldset > input {
border: 0;
}
.ngFooterPanel {
background: inherit;
}
.ngTopPanel {
background: inherit;
}
.ngGrid {
background: inherit;
}
.ngCellText:hover i:before {
text-shadow: 0px 0px 8px #969696;
}
.ACTIVE:before {
color: #777777;
}
.RESOLVED:before {
}
.STARTING:before {
}
.STARTING {
}
.STOPPING:before {
}
.STOPPING {
}
.UNINSTALLED:before {
}
.INSTALLED:before {
}
.table-bordered {
border: none;
border-radius: 0px;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
border-radius: 0px;
border-left: none;
}
.table-bordered th {
border-bottom: 1px solid #d4d4d4;
}
.table-bordered th,
.table-bordered td {
border-left: none;
border-top: none;
border-right: 1px solid #d4d4d4;
}
.table-bordered th:last-child,
.table-bordered td:last-child {
border-left: none;
border-top: none;
border-right: none;
}
table.table thead .sorting {
background: inherit;
}
/*
table.table thead .sorting_asc:after {
background: url('../img/datatable/sort_asc.png') no-repeat top center;
}
table.table thead .sorting_desc:after {
background: url('../img/datatable/sort_desc.png') no-repeat top center;
}
*/
div#main div ul.nav {
border-radius: 0 0 4px 4px;
border: 1px solid #d4d4d4;
border-top: 1px transparent;
background-color: #FAFAFA;
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
background-repeat: repeat-x;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar .btn-navbar span {
color: #777777;
text-shadow: 0 1px 0 #FFFFFF;
}
div#main div ul.nav li.active a, div#main div ul.nav li.active span.a {
border: 1px;
border-radius: 2px;
background-color: #E5E5E5;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
text-shadow: 0 1px 0 #FFFFFF;
}
div#main div ul.nav li.active a:hover, div#main div ul.nav li.active span.a:hover {
border: 1px;
border-radius: 2px;
background-color: #E5E5E5;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
text-shadow: 0 1px 0 #FFFFFF;
}
div#main div ul.nav li a, div#main div ul.nav li span.a {
border: 1px;
border-radius: 2px;
background: inherit;
color: #777777;
text-shadow: 0 1px 0 #FFFFFF;
}
div#main div ul.nav li div.separator {
padding: 6px 12px;
line-height: 20px;
}
div#main div ul.nav li a:hover {
border: 1px;
border-radius: 2px;
background: inherit;
color: #333333;
text-shadow: 0 1px 0 #FFFFFF;
}
#main div div div section .tabbable .nav.nav-tabs {
border-radius: 0 0 4px 4px;
border: 1px solid #d4d4d4;
border-top: 1px transparent;
background-color: #FAFAFA;
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
background-repeat: repeat-x;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
#main div div div .nav.nav-tabs:not(.connected) {
border-radius: 4px;
border: 1px solid #d4d4d4;
}
.logbar {
background: white;
border-bottom: 1px solid #d4d4d4;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-left: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
top: 106px;
}
.ui-resizable-se {
height: 10px;
width: 10px;
margin-right: 5px;
margin-bottom: 5px;
background: inherit;
box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.1) inset;
font-size: 32px;
z-index: 50;
position: absolute;
display: block;
right: 0px;
bottom: 0px;
border-radius: 6px;
border: 1px solid #d4d4d4;
cursor: se-resize;
}
.innerDetails {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1) inset;
border: 1px solid #d4d4d4;
display: none;
background: #ffffff;
}
.odd {
background-color: #f9f9f9;
}
#main .logbar[ng-controller='Wiki.NavBarController'] .wiki.logbar-container .nav.nav-tabs,
#main .logbar-wiki .wiki.logbar-container .nav.nav-tabs {
border: none;
border-radius: 0;
box-shadow: none;
background: inherit;
}
.help-display img:not(.no-shadow) {
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.text-shadowed {
text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.bundle-item-details {
background: white;
}
.bundle-item > a {
border-radius: 4px;
border: 1px solid #d4d4d4;
display: block;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 34%, #f4f4f4 76%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(34%, #ffffff), color-stop(76%, #f4f4f4));
background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 34%, #f4f4f4 76%);
background: -o-linear-gradient(top, #ffffff 0%, #ffffff 34%, #f4f4f4 76%);
background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 34%, #f4f4f4 76%);
background: linear-gradient(to bottom, #ffffff 0%, #ffffff 34%, #f4f4f4 76%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}
.bundle-item.in-selected-repository > a {
background: #ddeeff;
background: -moz-linear-gradient(top, #ddeeff 0%, #ddeeff 34%, #e3e3f4 76%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddeeff), color-stop(34%, #ddeeff), color-stop(76%, #e3e3f4));
background: -webkit-linear-gradient(top, #ddeeff 0%, #ddeeff 34%, #e3e3f4 76%);
background: -o-linear-gradient(top, #ddeeff 0%, #ddeeff 34%, #e3e3f4 76%);
background: -ms-linear-gradient(top, #ddeeff 0%, #ddeeff 34%, #e3e3f4 76%);
background: linear-gradient(to bottom, #ddeeff 0%, #ddeeff 34%, #e3e3f4 76%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddeeff', endColorstr='#e3e3f4', GradientType=0);
}
.bundle-item > a:hover {
text-decoration: none;
}
.bundle-item a span {
background: inherit;
border-radius: 4px;
border: 0px;
color: #404040;
text-shadow: none;
}
.bundle-item a span.badge::before {
border-radius: 3px;
background: #737373;
}
.bundle-item a span.badge-success::before {
background: #1cd11d;
box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(34, 203, 1, 0.49);
}
.bundle-item a span.badge-inverse::before {
background: #737373;
box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
}
.bundle-item a span.badge-important::before {
background: #ee0002;
box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(195, 6, 0, 0.47);
}
.bundle-item a span.badge-info::before {
background: #3a87ad;
box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(45, 105, 135, 0.47);
}
.bundle-item a span.badge-warning::before {
background: #f89406;
box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(198, 118, 5, 0.47);
}
.bundle-item a.toggle-action {
border-radius: 0;
border: none;
opacity: 0.2;
color: inherit;
box-shadow: none;
}
.bundle-item a.toggle-action .icon-power-off {
color: orange;
}
.bundle-item a.toggle-action .icon-play-circle {
color: green;
}
div.hawtio-form-tabs div.tab-content {
border: 1px solid #d4d4d4;
border-radius: 4px;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
div.hawtio-form-tabs ul.nav-tabs {
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
background: inherit;
background-color: inherit !important;
background-image: inherit !important;
border-top: none !important;
}
div.hawtio-form-tabs ul.nav-tabs li {
border: 1px solid #d4d4d4 !important;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background-color: inherit;
box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.08) !important;
}
div.hawtio-form-tabs ul.nav-tabs li.active {
border-bottom: 1px solid white !important;
background-color: white;
box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.1) !important;
}
div.hawtio-form-tabs ul.nav-tabs li.active a {
box-shadow: none !important;
text-shadow: none !important;
background-color: inherit !important;
}
.slideout {
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
border: 1px solid #d4d4d4;
background: white;
}
.slideout > .slideout-content {
box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
border: 1px solid white;
background: white;
}
.slideout.right {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.slideout.left {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.slideout.left > .slideout-content {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.slideout.right > .slideout-content {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.slideout > .slideout-content > .slideout-body {
background: white;
}
.slideout .slideout-title a {
color: #d4d4d4;
}
.ngHeaderCell:last-child {
border-right: 1px solid rgba(0, 0, 0, 0) !important;
}
.color-picker .wrapper {
border: 1px solid #d4d4d4;
border-radius: 4px;
}
.selected-color {
width: 1em;
height: 1em;
border-radius: 4px;
padding: 4px;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.color-picker-popout {
transition: opacity 0.25s ease-in-out;
background: white;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0);
}
.popout-open {
border: 1px solid #d4d4d4;
}
.color-picker div table tr td div {
border: 3px solid rgba(0, 0, 0, 0);
border-radius: 4px;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.color-picker div table tr td div.color-picker-selected {
border-color: #474747;
}
.clickable {
color: #787878;
}
.canvas {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}
.container-group-header {
background: #fdfdfd;
border-bottom: 1px solid #d4d4d4;
}
.box {
background: none repeat scroll 0 0 white;
border-top: 1px solid #d4d4d4;
}
.container-group-header:not([style]) + div > .box {
border-top: 1px solid transparent;
}
.selected,
.box.selected {
background-color: #AEAEAE !important;
}
.box.selected .box-right i {
text-shadow: none;
}
.box > .box-left > div {
border-radius: 4px;
}
.section-header {
background: none;
background-color: transparent;
background-image: none;
}
.section-header .dropdown-menu {
border-top: 1px solid #d4d4d4;
}
.section-controls > a,
.section-controls > span > span > span > span > span > .hawtio-dropdown {
color: #4d5258;
}
.section-controls > a.nav-danger {
color: IndianRed !important;
}
.section-controls > a.nav-danger:hover {
text-shadow: rgba(205, 92, 92, 0.6) 0 0 20px !important;
}
td.deleting {
background-color: IndianRed !important;
}
td.adding {
background-color: Aquamarine !important;
}
.input-prepend .progress {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
/** highlight required fields which have no focus */
input.ng-invalid,
textarea.ng-invalid,
select.ng-invalid {
border-color: #e5e971;
-webkit-box-shadow: 0 0 6px #eff898;
-moz-box-shadow: 0 0 6px #eff898;
box-shadow: 0 0 6px #eff898;
}
/** Use bigger and darker border on checkboxes as its hard to see since they already have a shadow */
input[type="checkbox"].ng-invalid {
-webkit-box-shadow: 0 0 12px #e5e971;
-moz-box-shadow: 0 0 12px #e5e971;
box-shadow: 0 0 12px #e5e971;
}
.profile-details div .tab-pane ul li:nth-child(even):not(.add) {
background-color: #f3f3f3;
}
.fabric-page-header {
border-bottom: 1px solid #d4d4d4;
}
pre.stack-line {
color: #333333;
background: inherit;
border: none;
border-radius: 0;
}
.directive-example {
border: 1px solid #d4d4d4;
border-radius: 4px;
}
div#main div ul.nav li a.nav-primary.active {
color: rgba(255, 255, 255, 0.75);
}
div#main div ul.nav li a.nav-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
background-color: #0044cc;
}
div#main div ul.nav li a.nav-primary:hover,
div#main div ul.nav li a.nav-primary:active,
div#main div ul.nav li a.nav-primary.active,
div#main div ul.nav li a.nav-primary.disabled,
div#main div ul.nav li a.nav-primary[disabled] {
color: #ffffff;
background-color: #0044cc;
}
div#main div ul.nav li a.nav-primary:active,
div#main div ul.nav li a.nav-primary.active {
background-color: #003399 \9;
}
div#main div ul.nav li a.nav-primary .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.main-nav-upper {
background-image: none;
background-color: white;
}
.main-nav-upper .nav li a {
border-radius: 0;
}
.file-list-toolbar .nav {
border: none !important;
border-bottom: 1px solid #d4d4d4 !important;
border-radius: 0 !important;
background: inherit !important;
box-shadow: none !important;
}
.file-list-toolbar .nav li a {
background: inherit !important;
}
.file-icon i.icon-folder-close {
color: #EECA7C;
}
.status-icon {
color: inherit;
}
.active-profile-icon {
color: green !important;
}
.mq-profile-icon {
color: green !important;
}
i.mq-master {
color: orange;
}
.mq-broker-rectangle, .mq-container-rectangle {
border-left-width: 10px;
border-right-width: 10px;
border-top-width: 10px;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #e6e6e6;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbbbbb;
*border: 0;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*margin-left: .3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.mq-group-rectangle:nth-child(odd) .mq-group-rectangle-label {
background-color: #f3f3f3;
}
.mq-group-rectangle-label {
border-radius: 4px;
background-color: #f9f9f9;
border: 1px solid #d4d4d4;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.mq-profile-rectangle {
border: 1px solid #d4d4d4;
border-radius: 4px;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.mq-container-rectangle {
border-radius: 4px;
}
.mq-container-rectangle.master {
background-color: #DFFFB9;
background-image: -moz-linear-gradient(top, #efffdd, #CCFF99);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efffdd), to(#CCFF99));
background-image: -webkit-linear-gradient(top, #efffdd, #CCFF99);
background-image: -o-linear-gradient(top, #efffdd, #CCFF99);
background-image: linear-gradient(to bottom, #efffdd, #CCFF99);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefffdd', endColorstr='#ffCCFF99', GradientType=0);
border-color: #CCFF99 #CCFF99 #CCFF99;
*background-color: #CCFF99;
}
.mq-broker-rectangle {
background-color: #bbddff;
background-image: -moz-linear-gradient(top, #bbddff, #88bbdd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbddff), to(#88bbdd));
background-image: -webkit-linear-gradient(top, #bbddff, #88bbdd);
background-image: -o-linear-gradient(top, #bbddff, #88bbdd);
background-image: linear-gradient(to bottom, #bbddff, #88bbdd);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff88bbdd', GradientType=0);
border-color: #88bbdd #88bbdd #002a80;
*background-color: #88bbdd;
}
a.dashboard-link {
color: black;
}
.provision-list ul li:nth-child(even) {
background-color: #f3f3f3;
}
.zebra-list > li:nth-child(even),
ol.zebra-list > li:nth-child(even):before {
background-color: #f3f3f3;
}
.add-link {
background: white;
border-radius: 4px;
border: 1px solid #d4d4d4;
}
.log-table > .table-row.selected:before {
color: green;
}
.log-table > li:nth-child(odd) > div > div:not(.stack-line) {
background-color: white;
}
.log-table > li:nth-child(even) > div > div:not(.stack-line) {
background-color: #f3f3f3;
}
.log-table > li > div > div:nth-child(2) {
border-right: 1px solid #d4d4d4;
}
.log-table > li > div > div:nth-child(3) {
border-right: 1px solid #d4d4d4;
}
.log-table > li > div > div:nth-child(4) {
border-right: 1px solid #d4d4d4;
}
.log-table > li > div > div:nth-child(6) {
background: white;
}
.log-info-panel {
background: white;
border-radius: 4px;
border: 1px solid #d4d4d4;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.log-info-panel > .log-info-panel-frame > .log-info-panel-header {
border-bottom: 1px solid #d4d4d4;
}
.log-info-panel > .log-info-panel-frame > .log-info-panel-body > .row-fluid > span {
margin-right: 7px;
white-space: nowrap;
}
.ex-node {
border-radius: 4px;
border: 1px solid #d4d4d4;
background: white;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.dozer-mapping-node {
border: 1px solid #f3f3f3;
border-radius: 4px;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.wiki-grid {
border-right: 1px solid #d4d4d4;
}
.wiki-file-list-up {
color: black;
}
.fabric-page-header.features {
margin-top: 10px;
}
.profile-selector-name a:not(.profile-info) {
color: #333333;
}
.profile-selector-name.abstract {
color: #888888;
}
.file-name {
color: #333333;
}
i.expandable-indicator.folder {
color: #EECA7C;
}
.camel-canvas {
border: 1px solid #d4d4d4;
border-radius: 4px;
box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
background-image: url('../img/img-noise-600x600.png')
}
/*
* jquery.tocify.css 1.8.0
* Author: @gregfranko
*/
/* The Table of Contents container element */
.tocify {
/* top works for the wiki, may need customization
elsewhere */
border: 1px solid #ccc;
webkit-border-radius: 6px;
moz-border-radius: 6px;
border-radius: 6px;
background-color: white;
}
.tocify li a {
border-top: 1px solid rgba(0, 0, 0, 0);
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.tocify li a:hover {
background-color: #FAFAFA;
border-top: 1px solid rgba(0, 0, 0, 0);
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.tocify li a.active {
border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
background-color: #FAFAFA;
}
.health-displays .health-display {
border-radius: 4px;
border: 1px solid #d4d4d4;
}
.health-details {
background: white;
}
.health-status {
background: white;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.health-message-wrap {
border-top: 1px solid #d4d4d4;
}
.health-details-wrap dl {
border-bottom: 1px solid #f3f3f3;
}
.health-details-wrap table tr {
border-bottom: 1px solid #f3f3f3;
}
.health-display-title {
border-radius: 4px;
background-color: #eaeaea;
border: 1px solid #d3d3d3;
}
.health-display-title.ok {
background-color: lightgreen;
}
.health-display-title.warning {
background-color: darkorange;
}
.toast.toast-warning * {
color: black;
}
.hawtio-toc .panel-title {
border: 1px solid #d4d4d4;
border-radius: 4px;
}
.hawtio-toc .panel-title a {
border-radius: 3px;
background: #cceeff;
}
.camel-canvas-endpoint svg circle {
fill: #346789;
}
tr.selected,
tr.selected .ngCell,
tr.selected .ngCellText i,
.table-striped tbody tr.selected:nth-child(odd) td {
background-color: #c9dde1;
}
input.ng-invalid-pattern {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}
input.ng-invalid-pattern:focus {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}
.runnable {
color: green;
}
.timed-waiting {
color: orange;
}
.waiting,
.darkgray {
color: darkgray;
}
.blocked {
color: red;
}
strong.new,
.lightgreen {
color: lightgreen;
}
.terminated,
.darkred {
color: darkred;
}
.monitor-indicator {
border-radius: 6px;
}
.monitor-indicator.true {
background: #1cd11d;
box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 4px 1px rgba(34, 203, 1, 0.49);
}
.monitor-indicator.false {
background: #737373;
box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
}
.table-header {
color: black;
}
.table-header:hover {
background-color: #f3f3f3;
}
.table-header.asc,
.table-header.desc {
background-color: #f3f3f3;
}
.dropdown-menu {
border-radius: 0;
}
.main-nav-upper .dropdown-menu {
border-radius: 0;
}
.main-nav-lower .dropdown-menu {
border-top: none;
}
.submenu-caret:before {
color: #53595f;
}
.hawtio-dropdown > ul > li.item:hover {
text-decoration: none;
color: #ffffff;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.hawtio-dropdown > ul > li:hover > span > ul.sub-menu > li {
color: #333333;
}
.dropdown-menu .sub-menu {
border-top: 1px solid #d3d3d3;
}
.caret:before {
color: #53595f;
}
.hawtio-breadcrumb .caret {
border: 0;
width: 17px;
margin-right: 2px;
margin-left: 0;
}
.hawtio-breadcrumb .caret:before {
color: rgba(255, 255, 255, 0.8);
text-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
}
.component {
background-color: white;
color: black;
}
.window,
.node > rect {
stroke-width: 2px;
stroke: #346789;
border: 2px solid #346789;
box-shadow: 2px 2px 19px #e0e0e0;
-o-box-shadow: 2px 2px 19px #e0e0e0;
-webkit-box-shadow: 2px 2px 19px #e0e0e0;
-moz-box-shadow: 2px 2px 19px #e0e0e0;
-moz-border-radius: 4px;
border-radius: 4px;
}
.window-inner.from,
.node > .from {
background-color: lightsteelblue;
fill: lightsteelblue;
}
.window-inner.choice,
.node > .choice {
background-color: lightblue;
fill: lightblue;
}
.window-inner.when,
.node > .when {
background-color: lightgreen;
fill: lightgreen;
}
.window-inner.otherwise,
.node > .otherwise {
background-color: lightgreen;
fill: lightgreen;
}
.window-inner.to,
.node > .to {
background-color: lightsteelblue;
fill: lightsteelblue;
}
.window-inner.log,
.node > .log {
background-color: lightcyan;
fill: lightcyan;
}
.window-inner.setBody,
.node > .setBody {
background-color: #d3d3d3;
fill: #d3d3d3;
}
.window-inner.onException,
.node > .onException {
background-color: lightpink;
fill: lightpink;
}
.window-inner.delay,
.node > .delay {
background-color: lightgrey;
fill: lightgrey;
}
.window-inner.bean,
.node > .bean {
background-color: mediumaquamarine;
fill: mediumaquamarine;
}
.window:hover {
border-color: #5d94a6;
background-color: #ffffa0;
}
.window.selected {
background-color: #f0f0a0;
}
.window.selected > .window-inner {
background: inherit;
}
img.nodeIcon:hover {
opacity: 0.6;
box-shadow: 2px 2px 19px #a0a0a0;
background-color: #a0a0a0;
}
.hl {
border: 3px solid red;
}
.discovery > li > div:last-child > div > i,
.discovery > li > .lock > i {
color: lightgreen;
}
.discovery > li > .lock > i {
color: lightgrey;
}
html, body {
font-size: 13.5px;
}
small {
font-size: 11.5px;
}
h1, h2, h3, h4, h5, h6 {
letter-spacing: -1px;
font-weight: normal;
font-family: "Overpass", sans-serif;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #B21054;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
table.jmx-attributes-table td {
color: #B21054;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
a {
color: #B21054;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#tree-ctrl {
top: 0;
}
#main {
margin-top: 106px!important;
}
#main-nav {
max-height: 106px !important;
}
#main-nav .main-nav-upper .nav {
max-height: 106px !important;
}
#main-nav .main-nav-upper .nav li {
max-height: 106px !important;
}
#main-nav .main-nav-upper .nav li a {
max-height: 106px !important;
}
#main-nav .main-nav-upper .nav li a i.fixme:before {
top: 0 !important;
}
#main-nav > .navbar-inner {
background-color: inherit;
background-image: linear-gradient(to bottom, #3f4349 0%, #464c51 100%);
}
.navbar-inner {
height: auto;
min-height: 0;
}
.main-nav-upper {
height: auto;
min-height: 0;
}
#main-nav > .main-nav-upper {
filter: none;
border-top: 3px solid #B21054;
border-bottom: none;
height: 60px !important;
min-height: 60px !important;
box-shadow: none;
}
#main-nav > .main-nav-lower {
border-top: 1px solid #53565b;
box-shadow: none;
background: #3f4349;
background: -moz-linear-gradient(top, #3f4349 0%, #464c51 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f4349), color-stop(100%,#464c51));
background: -webkit-linear-gradient(top, #3f4349 0%,#464c51 100%);
background: -o-linear-gradient(top, #3f4349 0%,#464c51 100%);
background: -ms-linear-gradient(top, #3f4349 0%,#464c51 100%);
background: linear-gradient(to bottom, #3f4349 0%,#464c51 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4349', endColorstr='#464c51',GradientType=0 );
padding: 0px;
height: 42px;
max-height: 42px;
min-height: 42px;
border-bottom: none;
}
/*
.prefs > .row-fluid > .tabbable > .nav.nav-tabs {
margin-top: 0 !important;
border-radius: 0 !important;
border: none !important;
max-height: 45px !important;
min-height: 45px !important;
border-bottom: 1px solid #cecdcd !important;
}
*/
.prefs > .row-fluid > .tabbable > .nav.nav-tabs > li {
margin-bottom: 0px;
margin-top: 0px; padding-left: 20px;
padding-right: 20px;
}
.prefs > .row-fluid > .tabbable > .nav.nav-tabs > li > a {
background-image: none;
background: #f6f6f6;
color: #4d5258;
border-radius: 0;
padding-left: 0px;
padding-right: 0px;
padding-top: 6px;
padding-bottom: 5px;
}
.prefs > .row-fluid > .tabbable > .nav.nav-tabs > li.active a {
border: none;
border-bottom: 1px solid #B21054 !important;
}
#main-nav > .navbar-inner.main-nav-upper > .container > .pull-left > .brand {
text-shadow: none;
}
#main-nav > .navbar-inner.main-nav-lower .nav {
width: 100%;
float: none;
position: relative;
top: -1px;
height: 42px;
background: inherit;
background-color: inherit;
background-image: inherit;
background-image: linear-gradient(to bottom, #474d52, #3f4349 100%);
border-top: 1px solid #565b60;
}
.main-nav-lower > .container > ul > .dropdown.overflow {
margin-right: 0;
}
@media (max-width: 767px) {
.navbar .container {
margin-left: 10px;
margin-right: 10px;
}
.main-nav-lower > .container > ul > .dropdown.overflow {
margin-right: 45px;
}
}
.main-nav-lower > .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
#main-nav > .main-nav-lower > .container .nav > li.overflow > ul > li > a {
font-weight: normal;
color: #4D5258;
}
#main-nav > .main-nav-lower .nav > li.overflow.open > a {
color: #ffffff;
text-shadow: none;
border-top: 1px solid #949699;
background-color: inherit;
background-image: linear-gradient(to bottom, #72757a 0%, #64686C 100%);
font-weight: bold;
border-bottom: none;
}
.dropdown-menu {
border-radius: 0;
}
#main-nav > .navbar-inner .nav > li > a {
margin-top: -1px;
border-top: 1px solid #53565B;
color: #ffffff;
text-shadow: none;
height: 32px;
padding-bottom: 0;
}
#main-nav > .navbar-inner .nav > li:hover > a {
color: #ffffff;
border-top: 1px solid #949699;
text-shadow: 1px 0 0 white;
background-color: inherit;
background-image: linear-gradient(to bottom, #5c6165, #4b5053 100%);
}
#main-nav .navbar-inner .nav li.active a {
color: #ffffff;
text-shadow: none;
border-top: 1px solid #949699;
background-color: inherit;
background-image: linear-gradient(to bottom, #72757a 0%, #64686C 100%);
font-weight: bold;
}
#main-nav .navbar-inner.main-nav-upper .nav {
}
#main-nav .navbar-inner.main-nav-upper .nav > li {
height: 60px;
border-left: 1px solid #585b5e;
}
#main-nav .navbar-inner.main-nav-upper .nav > li > a {
position: relative;
top: 1px;
padding-top: 1px;
border-radius: 0;
border: none;
height: 60px;
max-height: 60px;
color: #ffffff;
}
#main-nav .navbar-inner.main-nav-upper .nav > li:hover a {
color: #ffffff;
text-shadow: none;
}
#main-nav .navbar-inner.main-nav-upper .nav li a i:before {
position: relative;
top: 2px;
}
#main-nav .navbar-inner.main-nav-upper .nav li.dropdown a.dropdown-toggle span:not(.caret) {
display: inline-block;
margin-top: 2px;
}
#main-nav .navbar-inner.main-nav-upper .nav li.dropdown a.dropdown-toggle span.caret {
margin-top: 10px;
margin-left: 1px;
}
#main-nav .main-nav-upper .nav li.dropdown.open a.dropdown-toggle {
color: #ffffff !important;
text-shadow: none;
background-color: inherit;
background-image: linear-gradient(to bottom, #72757a 0%, #64686C 100%);
border-bottom-color: inherit !important;
}
#main-nav .main-nav-upper .nav li.dropdown .dropdown-menu li {
border: none !important;
}
#main-nav .main-nav-upper .nav li.dropdown .dropdown-menu li a {
color: #4D5258;
border: none !important;
padding-top: 2px !important;
height: 22px;
}
#main-nav .main-nav-upper .nav li.dropdown .dropdown-menu li:hover a {
border: none;
color: white;
}
#main-nav .navbar-inner.main-nav-upper .nav li.active a {
border-top: none;
color: #ffffff
}
.navbar .nav > li > .dropdown-menu:before {
display: none;
}
.navbar .nav > li > .dropdown-menu:after {
display: none;
}
#main.container-fluid {
padding-left: 0;
padding-right: 0;
}
#main.container-fluid div .nav {
background-image: none;
background: #f6f6f6;
border-radius: 0;
line-height: 18px;
padding: 0;
max-height: 31px;
min-height: 31px;
border-top: none;
border-bottom: 1px solid #cecdcd;
}
#main.container-fluid div .nav li {
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
padding-right: 0;
}
#main.container-fluid div .nav li a {
background-image: none;
background: #f6f6f6;
color: #4d5258;
border-radius: 0;
border: 1px solid inherit;
padding: 6px 20px 5px 20px;
}
#main.container-fluid div .nav li a:hover {
border-radius: 0;
padding-top: 6px;
padding-bottom: 5px;
}
#main.container-fluid div .nav li.overflow a:hover {
background-image: none;
background-color: #B21054;
color: #4d5258
}
div#main div ul.nav li a:hover[disabled] {
border: 1px;
border-radius: 2px;
background: inherit;
color: #4d5258;
cursor: default;
}
#main.container-fluid div .nav li.active a {
border-radius: 0;
background-color: inherit;
background-image: none;
color: #B21054;
box-shadow: none;
border-bottom: 1px solid #B21054;
}
#main.container-fluid div .nav li.active a:hover {
border-radius: 0;
background-color: inherit;
background-image: none;
color: #B21054;
box-shadow: none;
border-bottom: 1px solid #B21054;
padding-top: 6px;
padding-bottom: 5px;
}
/*
div[ng-include][src='viewPartial'] .row-fluid {
padding-left: 10px;
padding-right: 10px;
width: auto;
}
*/
.nav li a {
cursor: pointer;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
font-size: 13.5px;
border-radius: 0;
/*
color: #555555;
display: inline-block;
font-size: 14px;
height: 20px;
line-height: 20px;
margin-bottom: 10px;
padding: 4px 6px;
vertical-align: middle;
*/
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
color: #ffffff;
text-decoration: none;
background-color: #B26182;
background-image: -moz-linear-gradient(top, #B26182, #B2577A);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B26182), to(#B2577A));
background-image: -webkit-linear-gradient(top, #B26182, #B2577A);
background-image: -o-linear-gradient(top, #B26182, #B2577A);
background-image: linear-gradient(to bottom, #B26182, #B2577A);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B26182', endColorstr='#B2577A', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
color: #333333;
text-decoration: none;
background-color: #B26182;
background-image: -moz-linear-gradient(top, #B26182, #B2577A);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B26182), to(#B2577A));
background-image: -webkit-linear-gradient(top, #B26182, #B2577A);
background-image: -o-linear-gradient(top, #B26182, #B2577A);
background-image: linear-gradient(to bottom, #B26182, #B2577A);
background-repeat: repeat-x;
outline: 0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B26182', endColorstr='#B2577A', GradientType=0);
}
.logbar {
width: 100%;
left: 0;
background: inherit !important;
border-bottom: none !important;
box-shadow: none;
border-left: none;
border-right: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding-left: 0;
padding-right: 0;
}
.logbar-container > .control-group {
margin-bottom: 0;
}
.logbar-container > .control-group:first-child {
padding-left: 20px;
}
.logbar-container > .control-group:last-child {
padding-right: 20px;
}
.logbar-container {
margin-top: 4px;
margin-bottom: 4px;
}
.threads.logbar {
background-color: #F6F6F6 !important;
border-bottom: 1px solid #CECDCD !important;
}
.threads.logbar > .logbar-container {
margin-bottom: 2px;
}
.threads.logbar > .logbar-container > .state-panel {
margin-left: 10px;
margin-top: 2px;
}
.threads.logbar > .logbar-container > .support-panel {
margin-right: 10px;
}
.wiki.logbar-container {
margin-top: 0;
margin-bottom: 0;
}
.wiki.logbar-container > .nav.nav-tabs {
background-color: #F6F6F6 !important;
border-bottom: 1px solid #CECDCD !important;
border-radius: 0 !important;
border-top: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
margin-top: 0 !important;
}
div#main div ul.nav li a.nav-primary:hover, div#main div ul.nav li a.nav-primary:active, div#main div ul.nav li a.nav-primary.active, div#main div ul.nav li a.nav-primary.disabled, div#main div ul.nav li a.nav-primary[disabled] {
background-color: inherit;
color: #0044CC;
}
div#main div ul.nav li a.nav-primary {
background-color: inherit;
background-image: inherit;
background-repeat: repeat-x;
border-color: inherit;
color: #0044CC;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.nav.help-sidebar {
/*
background: none;
border-bottom: 0;
*/
max-height: inherit !important;
position: relative;
left: -10px;
}
.nav.help-sidebar li:first-child {
padding-top: 3px;
}
.nav-tabs .dropdown-menu {
border-radius: 0;
}
.perspective-selector {
border-right: 1px solid #65696e;
background-color: inherit;
}
.perspective-selector:hover > a {
border-top: 1px solid #65696e;
}
.perspective-selector > a {
border-top: 1px solid #64696d !important;
background-image: linear-gradient(to bottom, #585d62 0%, #4e5257 100%);
}
#main-nav .dropdown-toggle > .caret:before {
color: white;
}
#main-nav li.dropdown.open > a.dropdown-toggle {
border-bottom: 1px solid #585b60;
}
#main-nav .dropdown.open,
li.dropdown.open > a.dropdown-toggle {
color: white;
border-bottom: none;
background-color: inherit;
background-image: linear-gradient(to bottom, #72757a 0%, #64686C 100%);
text-shadow: 1px 0 0 white;
}
.dropdown-menu {
border: 1px solid #b6b6b6;
border-top: 0;
margin-top: 0;
padding: 0;
background-color: white;
}
.dropdown-menu > .divider {
margin: 0 !important;
border: 0;
color: #E5E5E5;
}
.dropdown-menu > li > a {
background: inherit;
text-shadow: none;
line-height: 22px;
font-size: 14px;
border: 0 !important;
padding: 0 !important;
max-height: 22px;
}
.dropdown-menu > li:hover {
color: #ffffff !important;
border-top: 1px solid #B24E78;
background-color: #B2577A !important;
background-image: linear-gradient(to bottom, #B2577A 0%, #B26182 100%) !important;
cursor: pointer;
}
.dropdown-menu > li:hover > span > ul.sub-menu > li {
color: #333333 !important;
}
.dropdown-menu > li:hover > span > ul.sub-menu > li:hover {
color: #ffffff !important;
}
.ngRow:hover {
background-color: lightyellow;
}
.ngRow.selected {
color: #ffffff !important;
background-color: #B21054 !important;
border-bottom: 1px solid #d4d4d4;
}
.ngRow.selected .ngCell {
color: #ffffff !important;
background-color: #B21054 !important;
border-bottom: 1px solid #d4d4d4;
}
.ngRow.selected .ngCellText i {
color: #ffffff !important;
background-color: #B21054 !important;
}
.dropdown-menu > .divider:hover {
border-top: 0;
background-image: none !important;
}
.dropdown-menu > li:hover > a {
color: white !important;
text-shadow: 0px 0px 1px white;
}
.dropdown-menu > li {
padding-left: 10px !important;
padding-right: 10px !important;
line-height: 60px !important;
border-top: none;
max-height: 60px;
}
li.dropdown.open > a.dropdown-toggle {
color: #B21054;
border-bottom: 1px solid #B21054;
}
.main-nav-upper .container .pull-right .nav.nav-tabs .dropdown .caret:before {
color: white !important;
}
.wiki > ul > li[ng-repeat='link in breadcrumbs']:first-child {
padding-left: 20px !important;
}
.wiki > ul > li[ng-repeat='link in breadcrumbs'] {
padding-left: 5px !important;
padding-right: 5px !important;
white-space: nowrap;
}
.wiki > ul > li[ng-repeat='link in breadcrumbs'] a {
display: inline-block;
}
.wiki > ul > li[ng-repeat='link in breadcrumbs']:after {
position: relative;
top: 1px;
content: '/';
}
.wiki > ul > li[ng-repeat='link in breadcrumbs'].active:after {
content: '';
}
.wiki > ul > li.pull-right.dropdown {
padding-right: 20px;
}
.tabbable > .nav-tabs {
min-height: inherit !important;
max-height: inherit !important;
}
.tabbable li a {
background-color: inherit !important;
}
.tabbable li.active a {
border-bottom: 0 !important;
}
.no-bottom-margin .control-group {
margin-bottom: 10px;
}
div.hawtio-form-tabs ul.nav-tabs li:first-child {
margin-left: 3px;
}
div.hawtio-form-tabs ul.nav-tabs li.active:first-child {
margin-left: 3px;
}
.instance-name {
border-top-left-radius: 0;
padding: 0;
padding-left: 3px;
padding-top: 3px;
box-shadow: none;
}
ng-include[src="'app/jmx/html/subLevelTabs.html'"] .nav.nav-tabs {
border-radius: 0 !important;
margin-top: 0 !important;
}
div.wiki-fixed[ng-controller] .row-fluid .span12 .nav.nav-tabs {
border-radius: 0 !important;
margin-top: 0 !important;
border: none !important;
box-shadow: none !important;
background: inherit !important;
border-bottom: 1px solid #cecdcd !important;
position: relative;
top: -8px;
margin-bottom: 0 !important;
}
div.wiki-fixed[ng-controller] .row-fluid .span12 .nav.nav-tabs li a {
background: inherit !important;
}
.controller-section {
padding-left: 20px;
padding-right: 20px;
}
@media(max-width: 849px) {
.controller-section {
padding-left: 5px;
padding-right: 5px;
}
}
#jmxtree {
margin-left: 20px;
}
#activemqtree {
margin-left: 20px;
}
#cameltree {
margin-left: 20px;
}
.span9 #properties {
margin-right: 20px;
}
.wiki-fixed {
margin-left: 20px;
margin-right: 20px;
}
.CodeMirror * {
font-family: monospace;
}
.fabric-page-header .span4 h2 {
margin-top: 0px;
}
div[ng-controller="Log.LogController"] .logbar {
}
div[ng-controller="Log.LogController"] .logbar .logbar-container {
background: white;
margin :0px;
padding-top: 4px;
padding-bottom: 3px;
border-bottom: 1px solid #cecdcd !important;
}
.help-header {
background-color: #43484D;
padding-left: 20px;
padding-right: 20px;
border-radius: 4px;
}
.help-header img {
position: relative;
margin-right: 7px;
margin-left: 3px;
height: 50px;
top: -2px;
}
.about-display {
margin-left: auto;
margin-right: auto;
width: 700px;
}
.about-display > .about-header {
text-align: center;
background-color: #B2577A;
color: white;
padding-left: 10px;
padding-right: 10px;
border-radius: 4px;
}
.about-display > .about-header > img {
position: relative;
margin-right: 7px;
margin-left: 3px;
height: 22px;
top: -2px;
}
.camel-tree > .section-filter {
margin-left: 10px;
margin-top: 5px;
margin-right: 10px;
}
.dropdown-menu .sub-menu {
left: 190px;
top: -5px;
}
.hawtio-breadcrumb {
margin-top: 5px;
display: inline-block;
}
.hawtio-breadcrumb > li:first-child {
padding-left: 10px !important;
}
.hawtio-breadcrumb > li:last-child {
padding-right: 10px !important;
}
.hawtio-breadcrumb > li {
padding-left: 2px !important;
padding-right: 2px !important;
}
.nav.nav-tabs li .hawtio-dropdown .dropdown-menu {
margin-top: 7px;
border-top: none;
}
.dropdown.perspective-selector .dropdown-menu > div > p,
.hawtio-dropdown p {
color: #333333;
}
.can-invoke > .dynatree-icon:before,
.icon-cog.can-invoke {
color: green !important;
}
.cant-invoke > .dynatree-icon:before,
.icon-cog.cant-invoke {
color: red !important;
}
.pane-bar {
border-left: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
background: white;
}
.pane {
box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
background: #fff;
top: 106px;
}
.pane-header-wrapper {
box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
display: none;
border: none;
}
.dropdown.perspective-selector .dropdown-menu > div > p,
.hawtio-dropdown p {
border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
background-image: linear-gradient(to bottom, #fff, #e5e5e5);
}
.dropdown.perspective-selector .dropdown-menu li.clear-recent {
border-top: 1px dashed #d4d4d4;
}
ng-include > .nav.nav-tabs {
border-left: none;
border-right: none;
}
|
other_languages/C++/monCSRF_C++/doc/LogParser/Strategies.html
|
bt3gl/Monitoring_CSRF_Attacks
|
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>module LogParser::Strategies - RDoc Documentation</title>
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
<body id="top" class="module">
<nav id="metadata">
<nav id="home-section" class="section">
<h3 class="section-header">
<a href="../index.html">Home</a>
<a href="../table_of_contents.html#classes">Classes</a>
<a href="../table_of_contents.html#methods">Methods</a>
</h3>
</nav>
<nav id="search-section" class="section project-section" class="initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<h3 class="section-header">
<input type="text" name="search" placeholder="Search" id="search-field"
title="Type to search, Up and Down to navigate, Enter to load">
</h3>
</form>
<ul id="search-results" class="initially-hidden"></ul>
</nav>
<div id="file-metadata">
<nav id="file-list-section" class="section">
<h3 class="section-header">Defined In</h3>
<ul>
<li>lib/log_parser/strategies/sql/regexp.rb
<li>lib/log_parser/strategies/sql/ragel.rb
<li>lib/log_parser/strategies/sql/base.rb
</ul>
</nav>
</div>
<div id="class-metadata">
</div>
<div id="project-metadata">
<nav id="fileindex-section" class="section project-section">
<h3 class="section-header">Pages</h3>
<ul>
<li class="file"><a href="../Gemfile.html">Gemfile</a>
<li class="file"><a href="../README_rdoc.html">README</a>
<li class="file"><a href="../lib/log_parser/strategies/sql/README_strategies.html">README_strategies</a>
<li class="file"><a href="../logs/log.html">log</a>
<li class="file"><a href="../logs/log_simple.html">log_simple</a>
<li class="file"><a href="../logs/log_tests.html">log_tests</a>
<li class="file"><a href="../logs/white_list.html">white_list</a>
<li class="file"><a href="../logs/white_list2.html">white_list2</a>
<li class="file"><a href="../spec/fixtures/log.html">log</a>
<li class="file"><a href="../spec/fixtures/log_simple.html">log_simple</a>
<li class="file"><a href="../spec/fixtures/log_tests.html">log_tests</a>
<li class="file"><a href="../spec/fixtures/white_list.html">white_list</a>
<li class="file"><a href="../spec/fixtures/white_list2.html">white_list2</a>
<li class="file"><a href="../white_list.html">white_list</a>
</ul>
</nav>
<nav id="classindex-section" class="section project-section">
<h3 class="section-header">Class and Module Index</h3>
<ul class="link-list">
<li><a href="../LogParser.html">LogParser</a>
<li><a href="../LogParser/Log.html">LogParser::Log</a>
<li><a href="../LogParser/LogEntry.html">LogParser::LogEntry</a>
<li><a href="../LogParser/SqlInfo.html">LogParser::SqlInfo</a>
<li><a href="../LogParser/Strategies.html">LogParser::Strategies</a>
<li><a href="../LogParser/Strategies/Sql.html">LogParser::Strategies::Sql</a>
<li><a href="../LogParser/Strategies/Sql/Base.html">LogParser::Strategies::Sql::Base</a>
<li><a href="../LogParser/Strategies/Sql/Ragel.html">LogParser::Strategies::Sql::Ragel</a>
<li><a href="../LogParser/Strategies/Sql/Regexp.html">LogParser::Strategies::Sql::Regexp</a>
<li><a href="../LogParser/WhiteList.html">LogParser::WhiteList</a>
<li><a href="../Object.html">Object</a>
<li><a href="../Runtime.html">Runtime</a>
</ul>
</nav>
</div>
</nav>
<div id="documentation">
<h1 class="module">module LogParser::Strategies</h1>
<div id="description" class="description">
</div><!-- description -->
<section id="5Buntitled-5D" class="documentation-section">
<!-- Methods -->
</section><!-- 5Buntitled-5D -->
</div><!-- documentation -->
<footer id="validator-badges">
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
</footer>
|
2018.2.0/apidocs/org/wildfly/swarm/config/messaging/activemq/server/class-use/SharedStoreMasterHAPolicySupplier.html
|
wildfly-swarm/wildfly-swarm-javadocs
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Thu Feb 08 09:04:08 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.messaging.activemq.server.SharedStoreMasterHAPolicySupplier (BOM: * : All 2018.2.0 API)</title>
<meta name="date" content="2018-02-08">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.wildfly.swarm.config.messaging.activemq.server.SharedStoreMasterHAPolicySupplier (BOM: * : All 2018.2.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2018.2.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/SharedStoreMasterHAPolicySupplier.html" target="_top">Frames</a></li>
<li><a href="SharedStoreMasterHAPolicySupplier.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.wildfly.swarm.config.messaging.activemq.server.SharedStoreMasterHAPolicySupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.messaging.activemq.server.SharedStoreMasterHAPolicySupplier</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">SharedStoreMasterHAPolicySupplier</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.messaging.activemq">org.wildfly.swarm.config.messaging.activemq</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.messaging.activemq">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">SharedStoreMasterHAPolicySupplier</a> in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/package-summary.html">org.wildfly.swarm.config.messaging.activemq</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">SharedStoreMasterHAPolicySupplier</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html" title="type parameter in Server">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Server.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/Server.html#sharedStoreMasterHaPolicy-org.wildfly.swarm.config.messaging.activemq.server.SharedStoreMasterHAPolicySupplier-">sharedStoreMasterHaPolicy</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">SharedStoreMasterHAPolicySupplier</a> supplier)</code>
<div class="block">A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/config/messaging/activemq/server/SharedStoreMasterHAPolicySupplier.html" title="interface in org.wildfly.swarm.config.messaging.activemq.server">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2018.2.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/messaging/activemq/server/class-use/SharedStoreMasterHAPolicySupplier.html" target="_top">Frames</a></li>
<li><a href="SharedStoreMasterHAPolicySupplier.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
DOCS-SDKs/sdk_adapter_dotnet/doc/API-reference/_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Server_Server_14_Legend.html
|
asirnayeef23/fsm
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>Legend</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Doc-O-Matic" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="STYLESHEET" href="default.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body class="Element700" onload="onBodyLoadEx('frames.html', 'topic', '_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Server_Server_14_Legend.html');" onmousedown="onBodyMouseDown();">
<!-- Begin Popups -->
<!-- End Popups -->
<!-- Begin Page Header -->
<div class="Element710" id="areafixed">
<div class="Element92">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td width="33%">
<div class="Element1">
Lightstreamer .Net Adapter 1.8</div>
</td><td width="34%">
<div class="Element2">
<a href="contents.html" target="tocidx"><img src="btn_globals_contents_black.gif" border="0" alt="Contents" title="Contents" onmouseover="switchImage(this, 'btn_globals_contents_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_contents_black.gif');"></a><a href="idx.html" target="tocidx"><img src="btn_globals_index_black.gif" border="0" alt="Index" title="Index" onmouseover="switchImage(this, 'btn_globals_index_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_index_black.gif');"></a><a href="index.html" target="topic"><img src="btn_globals_home_black.gif" border="0" alt="Home" title="Home" onmouseover="switchImage(this, 'btn_globals_home_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_home_black.gif');"></a></div>
</td><td width="33%">
</td></tr></table><div class="Element27">
Legend</div>
<div class="Element28">
<a href="!!MEMBEROVERVIEW_Lightstreamer_DotNet_Server_Server.html" target="topic">Server Members</a></div>
</div>
</div>
<!-- End Page Header -->
<!-- Begin Client Area -->
<div class="Element720" id="areascroll">
<div class="Element721">
<!-- Begin Page Content -->
<div class="Element58">
<div class="Element14">
Legend</div>
<div class="Element11">
<div class="Element10">
<div class="Element212">
<div class="TableDiv">
<table cellspacing="0" class="Table4">
<tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<img src="indicator_method.gif" border="0" alt="" title=""> </div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
Method </div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<img src="indicator_static.gif" border="0" alt="" title=""> </div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
static </div></td></tr><tr>
<td class="Element202" valign="top" width="50%">
<div class="Element203">
<img src="indicator_property.gif" border="0" alt="" title=""> </div></td><td class="Element206" valign="top" width="50%">
<div class="Element207">
Property </div></td></tr></table></div></div>
</div>
</div>
</div>
<!-- End Page Content -->
<!-- Begin Page Footer -->
<div class="Element93">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td width="100%">
<div class="Element3">
<a href="http://www.lightstreamer.com/">Copyright (C) 2004-2013 Weswit s.r.l.</a></div>
</td></tr><tr><td width="100%">
<div class="Element4">
<a href="contents.html" target="tocidx">Contents</a> | <a href="idx.html" target="tocidx">Index</a> | <a href="index.html" target="topic">Home</a></div>
</td></tr></table></div>
<!-- End Page Footer -->
</div>
</div>
<!-- End Client Area -->
</body></html>
|
lib/poi-3.16-beta1/docs/apidocs/org/apache/poi/hslf/dev/class-use/SlideAndNotesAtomListing.html
|
Aarhus-BSS/Aarhus-Research-Rebuilt
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>Uses of Class org.apache.poi.hslf.dev.SlideAndNotesAtomListing (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.hslf.dev.SlideAndNotesAtomListing (POI API Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/poi/hslf/dev/SlideAndNotesAtomListing.html" title="class in org.apache.poi.hslf.dev">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/poi/hslf/dev//class-useSlideAndNotesAtomListing.html" target="_top">FRAMES</a></li>
<li><a href="SlideAndNotesAtomListing.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.poi.hslf.dev.SlideAndNotesAtomListing" class="title">Uses of Class<br>org.apache.poi.hslf.dev.SlideAndNotesAtomListing</h2>
</div>
<div class="classUseContainer">No usage of org.apache.poi.hslf.dev.SlideAndNotesAtomListing</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/poi/hslf/dev/SlideAndNotesAtomListing.html" title="class in org.apache.poi.hslf.dev">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/poi/hslf/dev//class-useSlideAndNotesAtomListing.html" target="_top">FRAMES</a></li>
<li><a href="SlideAndNotesAtomListing.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright 2016 The Apache Software Foundation or
its licensors, as applicable.</i>
</small></p>
</body>
</html>
|
protected/messages/PHPExcel/Documentation/API/markers.html
|
kristhianfigueroa/retos
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta charset="utf-8">
<title>PHPExcel classes</title>
<meta name="author" content="Mike van Riel">
<meta name="description" content="">
<link href="css/template.css" rel="stylesheet" media="all">
<script src="js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script>
<script src="js/jquery.mousewheel.min.js" type="text/javascript"></script>
<script src="js/bootstrap.js" type="text/javascript"></script>
<script src="js/template.js" type="text/javascript"></script>
<script src="js/prettify/prettify.min.js" type="text/javascript"></script>
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span
class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a
class="brand" href="index.html">PHPExcel classes</a>
<div class="nav-collapse">
<ul class="nav">
<li class="dropdown">
<a href="#api" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a>Packages</a></li>
<li><a href="packages/Default.html"><i class="icon-folder-open"></i> Default</a></li>
<li><a href="packages/JAMA.html"><i class="icon-folder-open"></i> JAMA</a></li>
<li>
<a href="packages/JAMA%0D%0ACholesky%20decomposition%20class%0D%0AFor%20a%20symmetric,%20positive%20definite%20matrix%20A,%20the%20Cholesky%20decomposition%0D%0Ais%20an%20lower%20triangular%20matrix%20L%20so%20that%20A%20=%20L*L'.html"><i
class="icon-folder-open"></i> JAMA
Cholesky decomposition class
For a symmetric, positive definite matrix A, the Cholesky decomposition
is an lower triangular matrix L so that A = L*L'</a></li>
<li>
<a href="packages/JAMA%0D%0AClass%20to%20obtain%20eigenvalues%20and%20eigenvectors%20of%20a%20real%20matrix.html"><i
class="icon-folder-open"></i> JAMA
Class to obtain eigenvalues and eigenvectors of a real matrix</a></li>
<li><a href="packages/JAMA%0D%0AError%20handling.html"><i class="icon-folder-open"></i> JAMA
Error handling</a></li>
<li>
<a href="packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20>=%20n,%20the%20LU%20decomposition%20is%20an%20m-by-n%0D%0Aunit%20lower%20triangular%20matrix%20L,%20an%20n-by-n%20upper%20triangular%20matrix%20U,%0D%0Aand%20a%20permutation%20vector%20piv%20of%20length%20m%20so%20that%20A(piv,:)%20=%20L*U.html"><i
class="icon-folder-open"></i> JAMA
For an m-by-n matrix A with m >= n, the LU decomposition is an m-by-n
unit lower triangular matrix L, an n-by-n upper triangular matrix U,
and a permutation vector piv of length m so that A(piv,:) = L*U</a></li>
<li>
<a href="packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20>=%20n,%20the%20QR%20decomposition%20is%20an%20m-by-n%0D%0Aorthogonal%20matrix%20Q%20and%20an%20n-by-n%20upper%20triangular%20matrix%20R%20so%20that%0D%0AA%20=%20Q*R.html"><i
class="icon-folder-open"></i> JAMA
For an m-by-n matrix A with m >= n, the QR decomposition is an m-by-n
orthogonal matrix Q and an n-by-n upper triangular matrix R so that
A = Q*R</a></li>
<li>
<a href="packages/JAMA%0D%0AFor%20an%20m-by-n%20matrix%20A%20with%20m%20>=%20n,%20the%20singular%20value%20decomposition%20is%0D%0Aan%20m-by-n%20orthogonal%20matrix%20U,%20an%20n-by-n%20diagonal%20matrix%20S,%20and%0D%0Aan%20n-by-n%20orthogonal%20matrix%20V%20so%20that%20A%20=%20U*S*V'.html"><i
class="icon-folder-open"></i> JAMA
For an m-by-n matrix A with m >= n, the singular value decomposition is
an m-by-n orthogonal matrix U, an n-by-n diagonal matrix S, and
an n-by-n orthogonal matrix V so that A = U*S*V'</a></li>
<li>
<a href="packages/JAMA%0D%0APythagorean%20Theorem:%0D%0Aa%20=%203%0D%0Ab%20=%204%0D%0Ar%20=%20sqrt(square(a)%20+%20square(b))%0D%0Ar%20=%205%0D%0Ar%20=%20sqrt(a%5E2%20+%20b%5E2)%20without%20under.overflow.html"><i
class="icon-folder-open"></i> JAMA
Pythagorean Theorem:
a = 3
b = 4
r = sqrt(square(a) + square(b))
r = 5
r = sqrt(a^2 + b^2) without under/overflow</a></li>
<li><a href="packages/PHPExcel.html"><i class="icon-folder-open"></i> PHPExcel</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="errors.html"><i class="icon-remove-sign"></i> Errors
<span class="label label-info">519</span></a></li>
<li><a href="markers.html"><i class="icon-map-marker"></i> Markers
<ul>
<li>todo
<span class="label label-info">19</span>
</li>
<li>fixme
<span class="label label-info">10</span>
</li>
</ul>
</a></li>
<li><a href="deprecated.html"><i class="icon-stop"></i> Deprecated elements
<span class="label label-info">12</span></a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="go_to_top"><a href="#___" style="color: inherit">Back to top <i class="icon-upload icon-white"></i></a>
</div>
</div>
<div id="___" class="container">
<noscript>
<div class="alert alert-warning">
Javascript is disabled; several features are only available
if Javascript is enabled.
</div>
</noscript>
<div class="row">
<div class="span4">
<ul class="side-nav nav nav-list">
<li class="nav-header">Navigation</li>
<li><a href="#PHPExcel%5CCalculation%5CLookupRef.php"><i class="icon-file"></i>PHPExcel\Calculation\LookupRef.php</a>
</li>
<li><a href="#PHPExcel%5CCalculation%5CStatistical.php"><i class="icon-file"></i>PHPExcel\Calculation\Statistical.php</a>
</li>
<li><a href="#PHPExcel%5CCell%5CDataType.php"><i class="icon-file"></i>PHPExcel\Cell\DataType.php</a></li>
<li><a href="#PHPExcel%5CReader%5CExcel2007.php"><i class="icon-file"></i>PHPExcel\Reader\Excel2007.php</a></li>
<li><a href="#PHPExcel%5CReader%5CExcel5.php"><i class="icon-file"></i>PHPExcel\Reader\Excel5.php</a></li>
<li><a href="#PHPExcel%5CReader%5CHTML.php"><i class="icon-file"></i>PHPExcel\Reader\HTML.php</a></li>
<li><a href="#PHPExcel%5CWriter%5CExcel5%5CParser.php"><i class="icon-file"></i>PHPExcel\Writer\Excel5\Parser.php</a>
</li>
<li><a href="#PHPExcel%5CWriter%5CExcel5%5CWorkbook.php"><i class="icon-file"></i>PHPExcel\Writer\Excel5\Workbook.php</a>
</li>
<li><a href="#PHPExcel%5CWriter%5CExcel5%5CWorksheet.php"><i class="icon-file"></i>PHPExcel\Writer\Excel5\Worksheet.php</a>
</li>
<li><a href="#PHPExcel%5CWriter%5CHTML.php"><i class="icon-file"></i>PHPExcel\Writer\HTML.php</a></li>
</ul>
</div>
<div class="span8">
<ul class="breadcrumb">
<li>
<a href=""><i class="icon-map-marker"></i></a><span class="divider">\</span>
</li>
<li>Markers</li>
</ul>
<div class="alert alert-info">
The following markers were found:
<ul>
<li>todo
<span class="label label-info">19</span>
</li>
<li>fixme
<span class="label label-info">10</span>
</li>
</ul>
</div>
<div id="marker-accordion">
<div class="package-contents">
<a name="PHPExcel%5CCalculation%5CLookupRef.php" id="PHPExcel\Calculation\LookupRef.php"></a>
<h3>
<i class="icon-file"></i>PHPExcel\Calculation\LookupRef.php
<small style="float: right;padding-right: 10px;">1</small>
</h3>
<div>
<table class="table markers table-bordered">
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>280</td>
<td>Support for the optional a1 parameter introduced in Excel 2010</td>
</tr>
</table>
</div>
</div>
<div class="package-contents">
<a name="PHPExcel%5CCalculation%5CStatistical.php" id="PHPExcel\Calculation\Statistical.php"></a>
<h3>
<i class="icon-file"></i>PHPExcel\Calculation\Statistical.php
<small style="float: right;padding-right: 10px;">3</small>
</h3>
<div>
<table class="table markers table-bordered">
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>962</td>
<td>Cumulative distribution function</td>
</tr>
<tr>
<td>todo</td>
<td>1311</td>
<td>Warning. This implementation differs from the algorithm detailed on the MS
web site in that $CumPGuessMinus1 = $CumPGuess - 1 rather than $CumPGuess - $PGuess
This eliminates a potential endless loop error, but may have an adverse affect on the
accuracy of the function (although all my tests have so far returned correct results).
</td>
</tr>
<tr>
<td>todo</td>
<td>2060</td>
<td>Try implementing P J Acklam's refinement algorithm for greater
accuracy if I can get my head round the mathematics
(as described at) http://home.online.no/~pjacklam/notes/invnorm/
</td>
</tr>
</table>
</div>
</div>
<div class="package-contents">
<a name="PHPExcel%5CCell%5CDataType.php" id="PHPExcel\Cell\DataType.php"></a>
<h3>
<i class="icon-file"></i>PHPExcel\Cell\DataType.php
<small style="float: right;padding-right: 10px;">1</small>
</h3>
<div>
<table class="table markers table-bordered">
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>92</td>
<td>Sanitize Rich-Text string (max. character count is 32,767)</td>
</tr>
</table>
</div>
</div>
<div class="package-contents">
<a name="PHPExcel%5CReader%5CExcel2007.php" id="PHPExcel\Reader\Excel2007.php"></a>
<h3>
<i class="icon-file"></i>PHPExcel\Reader\Excel2007.php
<small style="float: right;padding-right: 10px;">3</small>
</h3>
<div>
<table class="table markers table-bordered">
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>1380</td>
<td>Autoshapes from twoCellAnchors!</td>
</tr>
<tr>
<td>fixme</td>
<td>1559</td>
<td>what if sheetname contains comma?</td>
</tr>
<tr>
<td>fixme</td>
<td>1562</td>
<td>what if sheetname contains exclamation mark?</td>
</tr>
</table>
</div>
</div>
<div class="package-contents">
<a name="PHPExcel%5CReader%5CExcel5.php" id="PHPExcel\Reader\Excel5.php"></a>
<h3>
<i class="icon-file"></i>PHPExcel\Reader\Excel5.php
<small style="float: right;padding-right: 10px;">8</small>
</h3>
<div>
<table class="table markers table-bordered">
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>fixme</td>
<td>959</td>
<td>what if sheetname contains comma?</td>
</tr>
<tr>
<td>fixme</td>
<td>967</td>
<td>what if sheetname contains exclamation mark?</td>
</tr>
<tr>
<td>fixme</td>
<td>994</td>
<td>what if sheetname contains comma?</td>
</tr>
<tr>
<td>todo</td>
<td>1047</td>
<td>Provide support for named values</td>
</tr>
<tr>
<td>fixme</td>
<td>4039</td>
<td>set $firstVisibleRow and $firstVisibleColumn</td>
</tr>
<tr>
<td>todo</td>
<td>4623</td>
<td>Investigate structure for .xls SHEETLAYOUT record as saved by MS Office Excel 2007</td>
</tr>
<tr>
<td>todo</td>
<td>5981</td>
<td>if cell range is just a single cell, should this funciton</td>
</tr>
<tr>
<td>todo</td>
<td>6155</td>
<td>external sheet support</td>
</tr>
</table>
</div>
</div>
<div class="package-contents">
<a name="PHPExcel%5CReader%5CHTML.php" id="PHPExcel\Reader\HTML.php"></a>
<h3>
<i class="icon-file"></i>PHPExcel\Reader\HTML.php
<small style="float: right;padding-right: 10px;">3</small>
</h3>
<div>
<table class="table markers table-bordered">
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>202</td>
<td></td>
</tr>
<tr>
<td>todo</td>
<td>217</td>
<td></td>
</tr>
<tr>
<td>todo</td>
<td>233</td>
<td></td>
</tr>
</table>
</div>
</div>
<div class="package-contents">
<a name="PHPExcel%5CWriter%5CExcel5%5CParser.php" id="PHPExcel\Writer\Excel5\Parser.php"></a>
<h3>
<i class="icon-file"></i>PHPExcel\Writer\Excel5\Parser.php
<small style="float: right;padding-right: 10px;">7</small>
</h3>
<div>
<table class="table markers table-bordered">
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>566</td>
<td>use real error codes</td>
</tr>
<tr>
<td>todo</td>
<td>641</td>
<td>possible class value 0,1,2 check Formula.pm</td>
</tr>
<tr>
<td>todo</td>
<td>646</td>
<td>use real error codes</td>
</tr>
<tr>
<td>todo</td>
<td>662</td>
<td>use real error codes</td>
</tr>
<tr>
<td>todo</td>
<td>734</td>
<td>use real error codes</td>
</tr>
<tr>
<td>fixme</td>
<td>982</td>
<td>maximum possible value for Excel 5 (change this!!!)</td>
</tr>
<tr>
<td>fixme</td>
<td>984</td>
<td>this changes for BIFF8</td>
</tr>
</table>
</div>
</div>
<div class="package-contents">
<a name="PHPExcel%5CWriter%5CExcel5%5CWorkbook.php" id="PHPExcel\Writer\Excel5\Workbook.php"></a>
<h3>
<i class="icon-file"></i>PHPExcel\Writer\Excel5\Workbook.php
<small style="float: right;padding-right: 10px;">1</small>
</h3>
<div>
<table class="table markers table-bordered">
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>fixme</td>
<td>975</td>
<td>only using internal SUPBOOK record</td>
</tr>
</table>
</div>
</div>
<div class="package-contents">
<a name="PHPExcel%5CWriter%5CExcel5%5CWorksheet.php" id="PHPExcel\Writer\Excel5\Worksheet.php"></a>
<h3>
<i class="icon-file"></i>PHPExcel\Writer\Excel5\Worksheet.php
<small style="float: right;padding-right: 10px;">1</small>
</h3>
<div>
<table class="table markers table-bordered">
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>fixme</td>
<td>1330</td>
<td>!!!</td>
</tr>
</table>
</div>
</div>
<div class="package-contents">
<a name="PHPExcel%5CWriter%5CHTML.php" id="PHPExcel\Writer\HTML.php"></a>
<h3>
<i class="icon-file"></i>PHPExcel\Writer\HTML.php
<small style="float: right;padding-right: 10px;">1</small>
</h3>
<div>
<table class="table markers table-bordered">
<tr>
<th>Type</th>
<th>Line</th>
<th>Description</th>
</tr>
<tr>
<td>todo</td>
<td>1497</td>
<td>Same for columns</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons
provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
generated on 2013-06-02T15:42:54+01:00.<br></footer>
</div>
</div>
</body>
</html>
|
1608/二阶/week1/day02/day2/变量01.html
|
H5C3JS/hxsd
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style>
#box{width:200px; height:200px; background:red}
</style>
</head>
<body>
<div id="box"></div>
</body>
</html>
<script>
var a=1;
var b=2;
//alert(a++)
a=a+b;
a+=b;//是a=a+b简写
//a+=2;
//a++;//a+=1
alert(a);
var oDiv=document.getElementById('box');
oDiv.onclick=function(){
a+=2;
console.log(a);
}
</script>
|
src/test/resources/tags/extendstag/errors/outside-block-error.html
|
HubSpot/jinjava
|
{% block test %}
{% endblock %}
{% set test = 'test' %}
{{ test|add(1) }}
|
site/apidocs/com/github/maven_nar/cpptasks/sun/package-summary.html
|
maven-nar/cpptasks-parallel
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Fri Sep 13 12:36:41 CDT 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
com.github.maven_nar.cpptasks.sun (CPPTasks (parallel) 1.1.1-SNAPSHOT API)
</TITLE>
<META NAME="date" CONTENT="2013-09-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.github.maven_nar.cpptasks.sun (CPPTasks (parallel) 1.1.1-SNAPSHOT API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/github/maven_nar/cpptasks/platforms/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../com/github/maven_nar/cpptasks/ti/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/github/maven_nar/cpptasks/sun/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package com.github.maven_nar.cpptasks.sun
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../com/github/maven_nar/cpptasks/sun/C89CCompiler.html" title="class in com.github.maven_nar.cpptasks.sun">C89CCompiler</A></B></TD>
<TD>Adapter for the Sun C89 C++ Compiler</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../com/github/maven_nar/cpptasks/sun/C89Linker.html" title="class in com.github.maven_nar.cpptasks.sun">C89Linker</A></B></TD>
<TD>Adapter for the Sun C89 Linker</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../com/github/maven_nar/cpptasks/sun/C89Processor.html" title="class in com.github.maven_nar.cpptasks.sun">C89Processor</A></B></TD>
<TD>A add-in class for Sun C89 compilers and linkers</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../com/github/maven_nar/cpptasks/sun/ForteCCCompiler.html" title="class in com.github.maven_nar.cpptasks.sun">ForteCCCompiler</A></B></TD>
<TD>Adapter for the Sun (r) Forte (tm) C++ compiler</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../com/github/maven_nar/cpptasks/sun/ForteCCLinker.html" title="class in com.github.maven_nar.cpptasks.sun">ForteCCLinker</A></B></TD>
<TD>Adapter for Sun (r) Forte(tm) C++ Linker</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../com/github/maven_nar/cpptasks/sun/ForteCCompiler.html" title="class in com.github.maven_nar.cpptasks.sun">ForteCCompiler</A></B></TD>
<TD>Adapter for the Sun (r) Forte (tm) C compiler</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../com/github/maven_nar/cpptasks/sun/ForteF77Compiler.html" title="class in com.github.maven_nar.cpptasks.sun">ForteF77Compiler</A></B></TD>
<TD>Adapter for the Sun (r) Forte (tm) F77 compiler</TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/github/maven_nar/cpptasks/platforms/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../com/github/maven_nar/cpptasks/ti/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/github/maven_nar/cpptasks/sun/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2001-2013. All Rights Reserved.
</BODY>
</HTML>
|
docs/solr-core/org/apache/solr/search/class-use/ExportQParserPlugin.html
|
pulipulichen/ir-practice-solr
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Wed Sep 24 06:08:04 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.search.ExportQParserPlugin (Solr 4.10.1 API)</title>
<meta name="date" content="2014-09-24">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.search.ExportQParserPlugin (Solr 4.10.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/search/ExportQParserPlugin.html" title="class in org.apache.solr.search">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/search/class-use/ExportQParserPlugin.html" target="_top">Frames</a></li>
<li><a href="ExportQParserPlugin.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.search.ExportQParserPlugin" class="title">Uses of Class<br>org.apache.solr.search.ExportQParserPlugin</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.search.ExportQParserPlugin</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/search/ExportQParserPlugin.html" title="class in org.apache.solr.search">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/search/class-use/ExportQParserPlugin.html" target="_top">Frames</a></li>
<li><a href="ExportQParserPlugin.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
2.7.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/flyway/deployment/package-tree.html
|
wildfly-swarm/wildfly-swarm-javadocs
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Mon Jun 22 05:15:27 MST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.flyway.deployment Class Hierarchy (BOM: * : All 2.7.1.Final-SNAPSHOT API)</title>
<meta name="date" content="2020-06-22">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.wildfly.swarm.flyway.deployment Class Hierarchy (BOM: * : All 2.7.1.Final-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.7.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/flyway/package-tree.html">Prev</a></li>
<li><a href="../../../../../org/wildfly/swarm/infinispan/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/flyway/deployment/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package org.wildfly.swarm.flyway.deployment</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">org.wildfly.swarm.flyway.deployment.<a href="../../../../../org/wildfly/swarm/flyway/deployment/FlywayMigrationServletContextListener.html" title="class in org.wildfly.swarm.flyway.deployment"><span class="typeNameLink">FlywayMigrationServletContextListener</span></a></li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.7.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/flyway/package-tree.html">Prev</a></li>
<li><a href="../../../../../org/wildfly/swarm/infinispan/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/flyway/deployment/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2020 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
sitioWeb/2015/voluntariado.html
|
fb91/cpm
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Comunidad del Padre Misericordioso | Voluntariado</title>
<meta name="description" content="Asociación civil católica sin fines de lucro que ayuda a quienes padecen la problemática de las adicciones y viven en situación de calle. Rosario - Argentina." />
<meta name="keywords" content="asociacion, civil, catolica, sin fines de lucro, ong, drogas, rosario, adicciones, salir, calle, personas" />
<link rel="shortcut icon" href="images/favicon.png" />
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="css/padremisericordioso.css" rel="stylesheet">
<link href="css/flexslider.css" rel="stylesheet">
</head>
<body id="voluntariado">
<nav class="navbar navbar-default" id="menuprincipal" role="navigation" data-spy="affix" data-offset-top="20">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#linksmenu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" id="logo"><img src="images/logo.png" class="img-responsive" alt="Comunidad del Padre Misericordioso" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="linksmenu">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html"><span class="glyphicon glyphicon-home"></span></a></li>
<li class="dropdown" id="necesitoAyuda">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Necesito ayuda <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="internacion.html">Internación</a></li>
<li><a href="centro_de_dia.html">Centro de día</a></li>
<li><a href="grupo_para_familiares.html">Grupo para familiares</a></li>
<li><a href="taller_costura.html">Taller de costura</a></li>
<li><a href="material_de_lectura.html">Material de lectura</a></li>
</ul>
</li>
<li class="dropdown active" id="quieroAyudar">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Quiero ayudar <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="active"><a href="voluntariado.html">Voluntariado</a></li>
<li><a href="donaciones.html">Donaciones</a></li>
</ul>
</li>
<li id="espiritualidad">
<a href="espiritualidad.html" >Espiritualidad</a>
</li>
<li class="dropdown" id="acercaDe">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Acerca de <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="quienes_somos.html">Quienes somos</a></li>
<li><a href="eventos.html">Eventos</a></li>
<li><a href="contacto.php">Contacto</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container">
<div class="row">
<img src="images/voluntarios.png" alt="callejeros de la fe" class="img-responsive" id="imagenSeccion" />
<div class="col-md-9">
<h1>Callejeros de la fe</h1>
<p class="text-justify">
Somos un <b>grupo de jóvenes voluntarios</b> que salimos al encuentro de personas en situación de calle, tratando de generar un vínculo a través de la escucha y contención.<br />En estas salidas brindamos nuestro tiempo, un plato de comida y abrigo; llevando un mensaje de esperanza y dándole la oportunidad de ingresar al centro de rehabilitación a quien manifieste el deseo.
</p>
<blockquote class="blockquote-reverse">
<p>"... Son muchos los jóvenes que se solidarizan ante los males del mundo y se embarcan en diversas formas de militancia y voluntariado. (...) ¡Qué bueno es que los jóvenes sean «callejeros de la fe», felices de llevar a Jesucristo a cada esquina, a cada plaza, a cada rincón de la tierra!"
</p>
<footer><cite title="Source Title">Francisco. Evangelii Gaudium N° 106</cite></footer>
</blockquote>
<h3>Callejeamos la Fe porque:</h3>
<ul>
<li>Sabemos que el cambio comienza en uno mismo.</li>
<li>Queremos ser instrumentos de Dios para que otros lo conozcan y sepan que Él los ama.</li>
<li>Buscamos olvidarnos de nosotros mismos y encontrarnos en la mirada del otro.</li>
<li>Tratamos de poner en práctica lo que Jesús nos enseñó, <span style="font-style: italic;">ver al prójimo con sus ojos</span>.</li>
</ul>
<div class="testimonio-r">
<img src="images/betiana.jpg" alt="Betiana" class="img-responsive pull-right img-circle" />
<p>Voluntario para mí es dar un poco de tu tiempo a los demás. Y descubrir en esa pequeña acción a mi hermano que está en situación de calle. Es descubrir a Cristo que esta esperándome.</p>
<p class="nombre">— Betiana, voluntaria.</p>
</div>
<div class="testimonio-l">
<img src="images/rixio.jpg" alt="Rixio" class="img-responsive pull-left img-circle" />
<p>Amar es darse. No hay mejor recompensa que sentirse útil y lleno. Y como decía la Madre Teresa, "A veces sentimos que lo que hacemos es tan solo una gota en el mar, pero el mar sería menos si le faltara una gota."</p>
<p class="nombre">— Rixio, voluntario.</p>
</div>
<div class="clearfix"></div>
<h3>Material utilizado en las salidas:</h3>
<p>A continuación podés descargar distintos materiales que utilizamos en las salidas del grupo. Por supuesto que podés imprimirlas y compartirlas con quien desees ;)</p>
<ul class="list-group">
<li class="list-group-item"><span class="glyphicon glyphicon-check" aria-hidden="true"></span> Folleto con oraciones LADO 1 de 2. <a href="http://padremisericordioso.org/material/folletoCalle_lado1_v1.1.pdf" target="_blank"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Descargar.</a>
</li>
<li class="list-group-item"><span class="glyphicon glyphicon-check" aria-hidden="true"></span> Folleto con oraciones LADO 2 de 2. <a href="http://padremisericordioso.org/material/folletoCalle_lado2_v1.1.pdf" target="_blank"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Descargar.</a>
</li>
<li class="list-group-item"><span class="glyphicon glyphicon-check" aria-hidden="true"></span> Oraciones estilo 1. <a href="http://padremisericordioso.org/material/oracionesEstilo1.pdf" target="_blank"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Descargar.</a>
</li>
<li class="list-group-item"><span class="glyphicon glyphicon-check" aria-hidden="true"></span> Oraciones estilo 2. <a href="http://padremisericordioso.org/material/oracionesEstilo2.pdf" target="_blank"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Descargar.</a>
</li>
<li class="list-group-item"><span class="glyphicon glyphicon-check" aria-hidden="true"></span> Oraciones estilo 3. <a href="http://padremisericordioso.org/material/oracionesEstilo3.pdf" target="_blank"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Descargar.</a>
</li>
</ul>
<p class="text-justify horario">
¿Querés callejear la fe? Acercate los Miércoles a las 20:30hs. en Zeballos 668.
</p>
<h1>Cocinero solidario</h1>
<p class="text-justify">Dentro de esta tarea nos encontramos tanto quienes donamos alimentos como aquellos que compramos los alimentos, cocinamos y disponemos en viandas para que Callejeros de la Fe repartan a personas en situación de calle.<br />
No hay una cantidad definida, cada uno aporta según su situación y disponibilidad, pero por lo general se realizan aproximadamente unas 15 viandas por cocinero.</p>
<blockquote class="blockquote-reverse">
<p>"Señor, cuando tenga hambre, dame alguien que tenga necesidad de alimento. Cuando tenga sed, mándame a alguien que necesite de bebida. Haznos dignos, Señor, de servir a nuestros hermanos que, en todo el mundo, viven y mueren pobres y hambrientos."</p>
<footer><cite title="Source Title">Madre Teresa de Calcuta</cite></footer>
</blockquote>
<p class="text-justify horario">Si estás interesado/a como Cocinero Solidario, acercate a la Sede o simplemente llamá por teléfono y anotate como voluntario.</p>
<h1>Chofer solidario</h1>
<p class="text-justify">
Brindamos nuestro tiempo y ponemos a disposición nuestro medio de transporte para llevar al Centro de Rehabilitación a voluntarios y profesionales que lo requieran. No son viajes rutinarios, sino que estamos a disposición para cuando nos necesiten por alguna urgencia médica, llevarlos a hacer trámites especiales o trasladar cosas desde la Sede hacia el Centro de Rehabilitación.
</p>
<p class="text-justify horario">Si estás interesado/a como Chofer Solidario, acercate a la Sede o simplemente llamá por teléfono y anotate como voluntario.</p>
</div><!-- /col-md-9 -->
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">¡Sumate!</h3>
</div>
<div class="panel-body text-justify">
<p>¿Querés enterarte de más? Te esperamos para charlar e informarte más en detalle de las actividades que realizamos.</p>
<p>Uno de los voluntarios que actualmente colabora con nosotros te está esperando en nuestra sede en el horario de aquí debajo:</p>
<h2 class="text-left">Miércoles de 18:00 a 20:00hs</h2>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Mensaje de Francisco</h3>
</div>
<div class="panel-body text-justify">
<iframe width="100%" height="auto" src="//www.youtube.com/embed/gWdwJl9GIQc" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Redes sociales</h3>
</div>
<div class="panel-body text-justify">
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FComunidadDelPadreMisericordioso%3Ffref%3Dts&width=230&height=258&colorscheme=light&show_faces=true&header=false&stream=false&show_border=false&appId=605950432771617" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:230px; height:258px;" allowTransparency="true"></iframe>
</div>
</div>
</div><!-- /col-md-3 -->
</div>
</div><!-- /container -->
<div id="footer" class="container-fluid">
<address class="text-center">
<strong>Zeballos 668</strong> — Rosario, Argentina<br />
<abbr title="Teléfono">Tel.:</abbr> (0341) 440 6670
</address>
<div class="row">
<div class="col-md-9">
<dl class="dl-horizontal">
<dt>Necesito ayuda</dt>
<dd><a href="internacion.html">Internación</a> | <a href="centro_de_dia.html">Centro de día</a> | <a href="grupo_para_familiares.html">Grupo para familiares</a> | <a href="taller_costura.html">Taller de costura</a> | <a href="material_de_lectura.html">Material de lectura</a></dd>
<dt>Quiero ayudar</dt>
<dd><a href="voluntariado.html">Voluntariado</a> | <a href="donaciones.html">Donaciones</a></dd>
<dt>Espiritualidad</dt>
<dd><a href="espiritualidad.html">Espiritualidad</a></dd>
<dt>Acerca de</dt>
<dd><a href="quienes_somos.html">Quienes somos</a> | <a href="eventos.html">Eventos</a> | <a href="contacto.php">Contacto</a></dd>
</dl>
</div>
<div class="col-md-3 text-right">
<small>© 2017 — Comunidad del Padre Misericordioso.</small>
</div>
</div><!-- /row -->
</div><!-- /footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script type="text/javascript" charset="utf-8">
$(window).load(function() {
$('.flexslider').flexslider();
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-100475593-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
_includes/about.html
|
GutoPassos/gutopassos.github.io
|
<!-- About Section -->
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Sobre</h2>
<hr class="about">
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p class="text_about">A Ummono Design é uma agência de arte digital baseada em Belo Horizonte/MG que trabalha em colaboração com seus clientes, buscando as melhores soluções para cada demanda em comunicação visual. Cada projeto é feito com muita dedicação, carinho e cuidado com cada detalhe. Da concepção até a entrega final. Atendemos os mais variados nichos de mercado, tais como: saúde, educação, indústria, varejo online e offline, esporte, tecnologia, telefonia, eventos e alimentação.</p>
</div>
<div class="col-lg-4">
<p>
Temos como filosofia a simplificação que é na maioria das vezes a solução dos problemas relacionados a comunicação e fixação de uma mensagem junto ao público.
Trabalhamos de forma minimalista, julgamos ser um processo efetivo e ao mesmo tempo sofisticado de transmitir uma ideia.</p>
<p class="text_about">
Veja em nosso portfolio alguns de nossos projetos.
</p>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<a href="#" class="btn btn-lg btn-outline">
<i class="fa fa-envelope-open"></i> Entre em contato
</a>
</div>
</div>
</div>
</section>
|
Atari Breakout/lesson1.html
|
flaredragon/SUIG-JS
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Breakout Lesson 1</title>
<style>
* { padding: 0; margin: 0; }
canvas { background: #eee; display: block; margin: 0 auto; }
</style>
</head>
<body>
<!--Enter Heading Breakout Lesson 1
make a canvas(id is myCanvas) 320*480 (Issue 1) -->
<script>
// JavaScript code goes here
//We require circle(ball) and rectangles for this game so lesson 1 is how to generate a canvas and draw a circle and rectangle on it.
var canvas =document.getElementById("");//Give Id (Issue - 1 )
var ctx = canvas.getContext("2d");
ctx.beginPath();
//draw a rectangle at the top of canvas
ctx.closePath();
ctx.beginPath();
//draw a circle in the bottom middle of canvas
ctx.closePath();
</script>
</body>
</html>
|
docs/apidocs/blockball-root/com.github.shynixn.blockball.api.business.service/-protocol-service/index.html
|
Shynixn/BlockBall
|
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>ProtocolService</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../../";</script><script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script><link href="../../../styles/style.css" rel="Stylesheet"><link href="../../../styles/logo-styles.css" rel="Stylesheet"><link href="../../../styles/jetbrains-mono.css" rel="Stylesheet"><link href="../../../styles/main.css" rel="Stylesheet"><script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script><script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script><script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script><script type="text/javascript" src="../../../scripts/main.js" async="async"></script> </head>
<body>
<div id="container">
<div id="leftColumn"><a href="../../../index.html">
<div id="logo"></div>
</a>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="blockball-root::com.github.shynixn.blockball.api.business.service/ProtocolService///PointingToDeclaration//1513497539">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../../index.html">blockball-root</a>/<a href="../index.html">com.github.shynixn.blockball.api.business.service</a>/<a href="index.html">ProtocolService</a></div>
<div class="pull-right d-flex">
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>Protocol</span><wbr></wbr><span><span>Service</span></span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":generateJavaDocPages/main"><div class="symbol monospace">interface <a href="index.html">ProtocolService</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="Functions">Functions</button></div>
<div class="tabs-section-body">
<h2 class="">Functions</h2>
<div class="table" data-togglable="Functions"><a data-name="1039301259%2FFunctions%2F1513497539" anchor-label="dispose" id="1039301259%2FFunctions%2F1513497539" data-filterable-set=":generateJavaDocPages/main"></a>
<div class="table-row" data-filterable-current=":generateJavaDocPages/main" data-filterable-set=":generateJavaDocPages/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="dispose.html"><span><span>dispose</span></span></a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1039301259%2FFunctions%2F1513497539"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title"><div class="divergent-group" data-filterable-current=":generateJavaDocPages/main" data-filterable-set=":generateJavaDocPages/main"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":generateJavaDocPages/main"><div class="symbol monospace">abstract fun <a href="dispose.html">dispose</a>()<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<div class="brief "><p class="paragraph">Disposes the protocol service.</p></div></div>
</div>
</div>
</div>
</div>
<a data-name="-241376175%2FFunctions%2F1513497539" anchor-label="register" id="-241376175%2FFunctions%2F1513497539" data-filterable-set=":generateJavaDocPages/main"></a>
<div class="table-row" data-filterable-current=":generateJavaDocPages/main" data-filterable-set=":generateJavaDocPages/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="register.html"><span><span>register</span></span></a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-241376175%2FFunctions%2F1513497539"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title"><div class="divergent-group" data-filterable-current=":generateJavaDocPages/main" data-filterable-set=":generateJavaDocPages/main"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":generateJavaDocPages/main"><div class="symbol monospace">abstract fun <<a href="register.html">P</a>> <a href="register.html">register</a>(player: <a href="register.html">P</a>)<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<div class="brief "><p class="paragraph">Registers the player.</p></div></div>
</div>
</div>
</div>
</div>
<a data-name="-206566716%2FFunctions%2F1513497539" anchor-label="registerPackets" id="-206566716%2FFunctions%2F1513497539" data-filterable-set=":generateJavaDocPages/main"></a>
<div class="table-row" data-filterable-current=":generateJavaDocPages/main" data-filterable-set=":generateJavaDocPages/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="register-packets.html"><span>register</span><wbr></wbr><span><span>Packets</span></span></a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-206566716%2FFunctions%2F1513497539"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title"><div class="divergent-group" data-filterable-current=":generateJavaDocPages/main" data-filterable-set=":generateJavaDocPages/main"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":generateJavaDocPages/main"><div class="symbol monospace">abstract fun <a href="register-packets.html">registerPackets</a>(packets: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html">Class</a><*>>)<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<div class="brief "><p class="paragraph">Registers the following packets classes for events.</p></div></div>
</div>
</div>
</div>
</div>
<a data-name="-651337782%2FFunctions%2F1513497539" anchor-label="unRegister" id="-651337782%2FFunctions%2F1513497539" data-filterable-set=":generateJavaDocPages/main"></a>
<div class="table-row" data-filterable-current=":generateJavaDocPages/main" data-filterable-set=":generateJavaDocPages/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="un-register.html"><span>un</span><wbr></wbr><span><span>Register</span></span></a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-651337782%2FFunctions%2F1513497539"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title"><div class="divergent-group" data-filterable-current=":generateJavaDocPages/main" data-filterable-set=":generateJavaDocPages/main"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":generateJavaDocPages/main"><div class="symbol monospace">abstract fun <<a href="un-register.html">P</a>> <a href="un-register.html">unRegister</a>(player: <a href="un-register.html">P</a>)<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
<div class="brief "><p class="paragraph">Clears the player cache.</p></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2022 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>
|
docs/javadoc/jr-all/2.11/com/fasterxml/jackson/jr/ob/impl/class-use/CollectionReader.html
|
FasterXML/jackson-jr
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 17:31:53 PDT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.fasterxml.jackson.jr.ob.impl.CollectionReader (jackson-jr-all 2.11.0 API)</title>
<meta name="date" content="2020-04-25">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.fasterxml.jackson.jr.ob.impl.CollectionReader (jackson-jr-all 2.11.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/CollectionReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/fasterxml/jackson/jr/ob/impl/class-use/CollectionReader.html" target="_top">Frames</a></li>
<li><a href="CollectionReader.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.fasterxml.jackson.jr.ob.impl.CollectionReader" class="title">Uses of Class<br>com.fasterxml.jackson.jr.ob.impl.CollectionReader</h2>
</div>
<div class="classUseContainer">No usage of com.fasterxml.jackson.jr.ob.impl.CollectionReader</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/fasterxml/jackson/jr/ob/impl/CollectionReader.html" title="class in com.fasterxml.jackson.jr.ob.impl">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/fasterxml/jackson/jr/ob/impl/class-use/CollectionReader.html" target="_top">Frames</a></li>
<li><a href="CollectionReader.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
</body>
</html>
|
css/main.css
|
michaelBenin/topcoat
|
html,body{
margin:0;
padding:0;
height: 100%;
}
body {
font-family: source-sans-pro, sans-serif;
position: relative;
-webkit-font-smoothing: antialiased;
}
body.light {
background: #F4F4F4;
}
body.dark {
color: #F0F1F1;
background: #4A4D4E;
}
body.light {
color: #181919;
}
h1 {
font-weight: 600;
}
#wrapper {
width: 100%;
overflow-x: hidden;
background: inherit;
position: relative;
}
#site {
width: 100%;
position: relative;
z-index: 10;
background: inherit;
left: 0;
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
#site:before{
position: absolute;
content: '';
left: -4px;
height: 100%;
width: 4px;
background: #3B3E3E;
}
#site.open {
transform: translate3d(250px, 0, 0);
-webkit-transform: translate3d(250px, 0, 0);
}
pre {
font-family: source-code-pro, sans-serif;
font-size: 12px;
}
/* Main Header */
#main-header {
color: #373435;
background: #fff;
height: 98px;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 20px;
position: relative;
}
#main-header hgroup {
text-align: center;
}
#main-header hgroup h1 {
font-size: 40px;
margin: 5px 0 0;
letter-spacing: -.065em;
line-height: 1.1em;
}
#main-header hgroup p {
font-size: 13px;
color: #999;
margin: 0;
}
#main-header nav {
display: none;
}
#slide-menu-button {
position: absolute;
top: 20px;
left: 20px;
display: inline-block;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding-box;
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0 0.5rem;
line-height: 2rem;
letter-spacing: 1px;
color: #454545;
text-shadow: 0 1px #fff;
vertical-align: baseline;
-webkit-box-shadow: inset 0 1px #fff;
box-shadow: inset 0 1px #fff;
-webkit-border-radius: 3px;
border-radius: 3px;
width: 2.6rem;
height: 2.6rem;
line-height: 2.6rem;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
#slide-menu:disabled,
#slide-menu.is-disabled {
opacity: 0.3;
cursor: default;
pointer-events: none;
}
#slide-menu-button:active,
#slide-menu-button.is-active {
color: #454545;
text-shadow: 0 1px #fff;
background-color: #d3d7d7;
border: 1px solid #a5a8a8;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,0.12);
box-shadow: inset 0 1px rgba(0,0,0,0.12);
}
#slide-menu-button span {
background: url("../img/hamburger_dark.svg") no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
position: relative;
display: inline-block;
vertical-align: top;
overflow: hidden;
vertical-align: middle;
width: 1.3rem;
height: 1.3rem;
}
#download-btn {
display: none;
}
/* Content */
#content {
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
}
/* Code */
#content section.code {
display: none;
background: #FFF;
border: 1px solid #E0E0E0;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 15px;
font-size: 12px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
}
body.dark #content section.code {
background: #404141;
border: 1px solid #58595A;
}
article.component {
padding: 0 0 10px;
}
#content section.code h3 {
margin: 0;
font-size: 12px;
color: #000;
font-weight: 400;
}
body.dark #content section.code h3 {
color: #CCC
}
#content header h2 {
font-weight: 300;
margin: 10px 0 25px;
font-size: 20px;
position: relative;
display: inline-block;
padding-right: 10px;
}
body.light #content header h2 {
background: #F4F4F4;
}
body.dark #content header h2 {
background: #4A4D4E;
}
#content header{
position: relative;
}
#content header:before {
content: '';
width: 100%;
display: block;
position: absolute;
left: 0;
top: 23px;
}
body.light #content header:before {
border-bottom: 1px solid #E0E0E0;
}
body.dark #content header:before {
border-bottom: 1px solid #58595A;
}
#content pre {
padding: 0;
margin: 2px 0 10px;
}
.showcode {
margin: 10px 0;
}
.showcode a {
color: #288edf;
text-decoration: none;
}
.showcode a:hover {
text-decoration: underline;
}
/* Side Nav */
#sideNav {
background: #4A4D4E;
position: absolute;
width: 100%;
z-index: 1;
height: 100%;
left: 0;
}
#sideNav ul {
list-style: none;
margin: 0;
padding: 0;
}
#sideNav li a {
color: #F0F1F1;
display: block;
height: 46px;
font-size: 16px;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 12px 0 0 20px;
text-decoration: none;
}
#sideNav nav.site, #sideNav .combo {
border-bottom: 1px solid #58595A;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
display: block;
}
#pageNav li {
border-bottom: 1px solid #58595A;
}
select.docNav {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #595B5B;
background-image: none;
box-shadow: 0 0 0 1px #303233;
border: none;
border-top: 2px solid #666767;
color: #FFF;
text-shadow: 0 -1px 0 #000;
overflow: hidden;
font-size: 14px;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
-webkit-appearance: none;
-moz-appearance: button;
}
@media screen and (min-width: 650px) {
#site.open {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
#main-header nav {
display: inline-block;
position: absolute;
right: 0;
top: 40px;
}
#main-header ul {
list-style: none;
}
#main-header nav li {
display: inline-block;
margin: 0 18px;
}
#main-header nav li#download-btn {
display: none;
}
#main-header nav li a {
text-decoration: none;
font-size: 20px;
color: #7F7F7F;
}
#main-header nav li.selected a {
color: #373435;
}
#slide-menu-button{
display: none;
}
#main-header hgroup {
text-align: left;
position: absolute;
display: inline-block;
top: 24px;
}
#main-header hgroup h1 {
font-size: 60px;
}
#main-header hgroup p {
font-size: 15px;
}
#main-header {
color: #373435;
background: #fff;
height: 148px;
}
#content {
padding-left: 240px;
}
/* Side Nav */
#sideNav {
background: transparent;
width: 220px;
z-index: 20;
left: 10px;
top: 150px;
height: auto;
}
#sideNav nav.site {
display: none;
}
#sideNav .combo {
border-bottom: none;
padding: 36px 0;
}
#sideNav li a {
padding: 12px 0 0 10px;
}
body.light #sideNav li a {
color: #797B7B;
}
body.light #pageNav li {
border-bottom: 1px solid #E0E0E0;
}
select.docNav {
background: #595B5B;
box-shadow: 0 0 0 1px #303233;
border: none;
border-top: 2px solid #666767;
color: #FFF;
text-shadow: 0 -1px 0 #000;
padding: 3px 20px 4px 8px;
-webkit-appearance: none;
}
body.light select.docNav {
box-shadow: 0 0 0 1px #949696;
background: #DDE1E1;
border-top: 1px solid #FFF;
color: #454545;
text-shadow: 0 -1px 0 #FFF;
width: 192px;
}
}
@media screen and (min-width: 880px) {
#content {
padding-left: 300px;
}
#sideNav li a {
display: block;
height: 60px;
padding: 22px 0 0 10px;
text-decoration: none;
}
#content header h2 {
font-size: 28px;
}
#content header:before {
top: 30px;
}
section.code div {
display: inline-block;
width: 48%;
vertical-align: top;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
section.code div:first-child {
padding-right: 5px;
}
section.code div:last-child {
padding-left: 5px;
}
.max-width {
max-width: 1180px;
position: relative;
margin: 0 auto;
}
header#main-header .max-width {
top: -10px;
}
#main-header nav li a {
font-size: 22px;
}
#main-header nav {
display: inline-block;
}
#main-header nav li {
margin: 0 25px;
}
#main-header nav li:last-child {
margin-right: 0;
}
}
@media screen and (min-width: 940px) {
#main-header nav li#download-btn {
display: inline-block;
}
#main-header nav li a#download-btn{
position:relative;
top: -15px;
display:inline-block;
box-sizing:border-box;
-moz-box-sizing:border-box;
background-clip:padding-box;
font:inherit;
background:transparent;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
font-size:16px;
line-height:3rem;
letter-spacing:1px;
color:#454545;
text-shadow:0 1px #fff;
vertical-align:top;
background-color:#e5e9e8;
box-shadow:inset 0 1px #fff;
border:1px solid #a5a8a8;
border-radius:6px;
margin:0;
padding:0 1.25rem;
}
#main-header nav li a#download-btn, #main-header nav li a#download-btn:hover {
border:1px solid #143250;
background-color:#288edf;
box-shadow:inset 0 1px rgba(255,255,255,0.36);
color:#fff;
font-weight:500;
text-shadow:0 -1px rgba(0,0,0,0.36);
}
#main-header nav li a#download-btn:hover {
background-color:#2f9cf3;
}
#main-header nav li a#download-btn:active, #main-header nav li a#download-btn.is-active {
background-color:#0380e8;
box-shadow:inset 0 1px rgba(0,0,0,0.12);
}
#main-header nav li a#download-btn:disabled, #main-header nav li a#download-btn.is-disabled {
opacity:.3;
cursor:default;
pointer-events:none;
}
}
|
public/app/views/buttons.html
|
mkhairul/fighto_admin
|
<h3>Buttons</h3>
<!-- START row-->
<div class="row">
<div class="col-md-6">
<!-- START panel-->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Button colors</h3>
</div>
<div class="panel-body">
<button type="button" class="mr mb-sm btn btn-default">Default</button>
<button type="button" class="mr mb-sm btn btn-primary">Primary</button>
<button type="button" class="mr mb-sm btn btn-info">Info</button>
<button type="button" class="mr mb-sm btn btn-success">Success</button>
<button type="button" class="mr mb-sm btn btn-warning">Warning</button>
<button type="button" class="mr mb-sm btn btn-danger">Danger</button>
<br/>
<button type="button" class="mr mb-sm btn btn-inverse">Inverse</button>
<button type="button" class="mr mb-sm btn btn-turquoise">Turquoise</button>
<button type="button" class="mr mb-sm btn btn-purple">Purple</button>
<button type="button" class="mr mb-sm btn btn-pink">Pink</button>
<button type="button" class="mr mb-sm btn btn-orange">Orange</button>
</div>
</div>
<!-- END panel-->
<!-- START panel-->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Button sizing</h3>
</div>
<div class="panel-body">
<p>
<button type="button" class="mr btn btn-primary btn-lg">Large button</button>
<button type="button" class="mr btn btn-default btn-sm">Small button</button>
<button type="button" class="mr btn btn-default btn-xs">Extra small button</button>
</p>
</div>
</div>
<!-- END panel-->
<!-- START panel-->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Button Pills</h3>
</div>
<div class="panel-body">
<p>Pill left & right</p>
<p>
<button type="button" class="mr btn btn-pill-left btn-default">Default</button>
<button type="button" class="mr btn btn-pill-left btn-primary">Primary</button>
<button type="button" class="mr btn btn-pill-left btn-success">Success</button>
<button type="button" class="mr btn btn-pill-right btn-info">Info</button>
<button type="button" class="mr btn btn-pill-right btn-warning">Warning</button>
<button type="button" class="mr btn btn-pill-right btn-danger">Danger</button>
</p>
</div>
</div>
<!-- END panel-->
<!-- START panel-->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Fixed Width</h3>
</div>
<div class="panel-body">
<p>
<button type="button" class="mr btn btn-fw btn-primary">A</button>
<button type="button" class="mr btn btn-fw btn-success">B</button>
<button type="button" class="mr btn btn-fw btn-info">C</button>
<button type="button" class="mr btn btn-fw btn-warning">D</button>
<button type="button" class="mr btn btn-fw btn-danger">E</button>
</p>
</div>
</div>
<!-- END panel-->
<!-- START panel-->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Button dropdown</h3>
</div>
<div class="panel-body">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb-sm mr">
<button type="button" data-ng-disabled="disabled" class="btn dropdown-toggle btn-default">default
<span class="caret"></span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb-sm mr">
<button type="button" data-ng-disabled="disabled" class="btn dropdown-toggle btn-primary">primary
<span class="caret"></span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb-sm mr">
<button type="button" data-ng-disabled="disabled" class="btn dropdown-toggle btn-success">success
<span class="caret"></span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb-sm mr">
<button type="button" data-ng-disabled="disabled" class="btn dropdown-toggle btn-info">info
<span class="caret"></span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb-sm mr">
<button type="button" data-ng-disabled="disabled" class="btn dropdown-toggle btn-warning">warning
<span class="caret"></span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb-sm mr">
<button type="button" data-ng-disabled="disabled" class="btn dropdown-toggle btn-danger">danger
<span class="caret"></span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<!-- END panel-->
</div>
<div class="col-md-6">
<!-- START panel-->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Button Labeled</h3>
</div>
<div class="panel-body">
<!-- Success button with label -->
<button type="button" class="mr btn btn-labeled btn-success">
<span class="btn-label"><i class="fa fa-check"></i>
</span>Success</button>
<!-- Danger button with label -->
<button type="button" class="mr btn btn-labeled btn-danger">
<span class="btn-label"><i class="fa fa-times"></i>
</span>Danger</button>
<!-- Info button with label -->
<button type="button" class="mr btn btn-labeled btn-info">
<span class="btn-label"><i class="fa fa-exclamation"></i>
</span>Info</button>
<!-- Warning button with label -->
<button type="button" class="mr btn btn-labeled btn-warning">
<span class="btn-label"><i class="fa fa-warning"></i>
</span>Warning</button>
<br/>
<br/>
<!-- Standard button with label -->
<button type="button" class="mr btn btn-labeled btn-default">
<span class="btn-label"><i class="fa fa-arrow-left"></i>
</span>Left</button>
<!-- Standard button with label on the right side -->
<button type="button" class="mr btn btn-labeled btn-default">Right
<span class="btn-label btn-label-right"><i class="fa fa-arrow-right"></i>
</span>
</button>
</div>
</div>
<!-- END panel-->
<!-- START panel-->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Button Switch</h3>
</div>
<div class="panel-body">
<div class="btn-switch mb mr btn-switch-primary">
<input type="checkbox" id="input-btn-switch-primary" />
<label for="input-btn-switch-primary" class="btn btn-primary">
<em class="fa fa-check"></em>primary</label>
</div>
<div class="btn-switch mb mr btn-switch-success">
<input type="checkbox" id="input-btn-switch-success" />
<label for="input-btn-switch-success" class="btn btn-success">
<em class="fa fa-check"></em>success</label>
</div>
<div class="btn-switch mb mr btn-switch-info">
<input type="checkbox" id="input-btn-switch-info" />
<label for="input-btn-switch-info" class="btn btn-info">
<em class="fa fa-check"></em>info</label>
</div>
<div class="btn-switch mb mr btn-switch-warning">
<input type="checkbox" id="input-btn-switch-warning" />
<label for="input-btn-switch-warning" class="btn btn-warning">
<em class="fa fa-check"></em>warning</label>
</div>
<div class="btn-switch mb mr btn-switch-danger">
<input type="checkbox" id="input-btn-switch-danger" />
<label for="input-btn-switch-danger" class="btn btn-danger">
<em class="fa fa-check"></em>danger</label>
</div>
<div class="btn-switch mb mr btn-switch-inverse">
<input type="checkbox" id="input-btn-switch-inverse" />
<label for="input-btn-switch-inverse" class="btn btn-inverse">
<em class="fa fa-check"></em>inverse</label>
</div>
<div class="btn-switch mb mr btn-switch-turquoise">
<input type="checkbox" id="input-btn-switch-turquoise" />
<label for="input-btn-switch-turquoise" class="btn btn-turquoise">
<em class="fa fa-check"></em>turquoise</label>
</div>
<div class="btn-switch mb mr btn-switch-purple">
<input type="checkbox" id="input-btn-switch-purple" />
<label for="input-btn-switch-purple" class="btn btn-purple">
<em class="fa fa-check"></em>purple</label>
</div>
<div class="btn-switch mb mr btn-switch-pink">
<input type="checkbox" id="input-btn-switch-pink" />
<label for="input-btn-switch-pink" class="btn btn-pink">
<em class="fa fa-check"></em>pink</label>
</div>
<div class="btn-switch mb mr btn-switch-orange">
<input type="checkbox" id="input-btn-switch-orange" />
<label for="input-btn-switch-orange" class="btn btn-orange">
<em class="fa fa-check"></em>orange</label>
</div>
</div>
</div>
<!-- END panel-->
<!-- START panel-->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Button Shapes</h3>
</div>
<div class="panel-body">
<p>Button Oval</p>
<p>
<button type="button" class="mr btn btn-oval btn-default">Default</button>
<button type="button" class="mr btn btn-oval btn-primary">Primary</button>
<button type="button" class="mr btn btn-oval btn-success">Success</button>
<button type="button" class="mr btn btn-oval btn-info">Info</button>
<button type="button" class="mr btn btn-oval btn-warning">Warning</button>
<button type="button" class="mr btn btn-oval btn-danger">Danger</button>
</p>
<br/>
<p>Button Square</p>
<p>
<button type="button" class="mr btn btn-square btn-default">Default</button>
<button type="button" class="mr btn btn-square btn-primary">Primary</button>
<button type="button" class="mr btn btn-square btn-success">Success</button>
<button type="button" class="mr btn btn-square btn-info">Info</button>
<button type="button" class="mr btn btn-square btn-warning">Warning</button>
<button type="button" class="mr btn btn-square btn-danger">Danger</button>
</p>
</div>
</div>
<!-- END panel-->
<!-- START panel-->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Split button dropdown</h3>
</div>
<div class="panel-body">
<br/>
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb mr">
<button type="button" class="btn btn-default">Action</button>
<button type="button" class="btn dropdown-toggle btn-default">
<span class="caret"></span>
<span class="sr-only">default</span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb mr">
<button type="button" class="btn btn-primary">Action</button>
<button type="button" class="btn dropdown-toggle btn-primary">
<span class="caret"></span>
<span class="sr-only">primary</span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb mr">
<button type="button" class="btn btn-success">Action</button>
<button type="button" class="btn dropdown-toggle btn-success">
<span class="caret"></span>
<span class="sr-only">success</span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb mr">
<button type="button" class="btn btn-info">Action</button>
<button type="button" class="btn dropdown-toggle btn-info">
<span class="caret"></span>
<span class="sr-only">info</span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb mr">
<button type="button" class="btn btn-warning">Action</button>
<button type="button" class="btn dropdown-toggle btn-warning">
<span class="caret"></span>
<span class="sr-only">warning</span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mb mr">
<button type="button" class="btn btn-danger">Action</button>
<button type="button" class="btn dropdown-toggle btn-danger">
<span class="caret"></span>
<span class="sr-only">danger</span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li class="divider"></li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<!-- END panel-->
</div>
</div>
<!-- END row-->
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-title">Dropdown Effects
<!-- START row-->
<div class="row">
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">zoomIn <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated zoomIn">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">zoomInDown <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated zoomInDown">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">zoomInLeft <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated zoomInLeft">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">zoomInRight <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated zoomInRight">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">zoomInUp <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated zoomInUp">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">bounce <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated bounce">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">flash <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated flash">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">pulse <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated pulse">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">rubberBand <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated rubberBand">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">shake <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated shake">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">swing <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated swing">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">tada <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated tada">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">wobble <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated wobble">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">bounceIn <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated bounceIn">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">bounceInDown <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated bounceInDown">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">bounceInLeft <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated bounceInLeft">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">bounceInRight <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated bounceInRight">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">bounceInUp <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated bounceInUp">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">fadeIn <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated fadeIn">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">fadeInDown <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated fadeInDown">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">fadeInDownBig <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated fadeInDownBig">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">fadeInLeft <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated fadeInLeft">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">fadeInLeftBig <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated fadeInLeftBig">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">fadeInRight <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated fadeInRight">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">fadeInRightBig <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated fadeInRightBig">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">fadeInUp <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated fadeInUp">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">fadeInUpBig <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated fadeInUpBig">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">flip <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated flip">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">flipInX <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated flipInX">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">flipInY <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated flipInY">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">lightSpeedIn <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated lightSpeedIn">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">rotateIn <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated rotateIn">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">rotateInDownLeft <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated rotateInDownLeft">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">rotateInDownRight <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated rotateInDownRight">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">rotateInUpLeft <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated rotateInUpLeft">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">rotateInUpRight <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated rotateInUpRight">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">hinge <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated hinge">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
<div class="col-md-2">
<div class="p">
<!-- START button group-->
<div dropdown="dropdown" class="btn-group mr">
<button class="btn btn-default dropdown-toggle btn-block">rollIn <b class="caret"></b>
</button>
<ul role="menu" class="dropdown-menu animated rollIn">
<li><a href="#">Action</a>
</li>
<li><a href="#">Another action</a>
</li>
<li><a href="#">Something else here</a>
</li>
<li><a href="#">Separated link</a>
</li>
</ul>
</div>
<!-- END button group-->
</div>
</div>
</div>
<!-- END row-->
</div>
</div>
</div>
|
resources/private/html/naked.html
|
fmw/vix
|
<html>
<body>
This is just a dummy HTML file to connect to the REPL.
Don't close this window until you're done with the REPL.
<script src="../../public/js/main-debug.js" type="text/javascript"></script>
<script type="text/javascript">
vix.repl.connect();
</script>
</body>
</html>
|
apidocs/org/apache/wicket/extensions/markup/html/basic/class-use/SmartLinkMultiLineLabel.html
|
afiantara/apache-wicket-1.5.7
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Wed May 30 16:48:34 EEST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.wicket.extensions.markup.html.basic.SmartLinkMultiLineLabel (Wicket Parent 1.5.7 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.apache.wicket.extensions.markup.html.basic.SmartLinkMultiLineLabel (Wicket Parent 1.5.7 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/wicket/extensions/markup/html/basic/SmartLinkMultiLineLabel.html" title="class in org.apache.wicket.extensions.markup.html.basic"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?org/apache/wicket/extensions/markup/html/basic/class-use/SmartLinkMultiLineLabel.html" target="_top"><B>FRAMES</B></A>
<A HREF="SmartLinkMultiLineLabel.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.wicket.extensions.markup.html.basic.SmartLinkMultiLineLabel</B></H2>
</CENTER>
No usage of org.apache.wicket.extensions.markup.html.basic.SmartLinkMultiLineLabel
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/wicket/extensions/markup/html/basic/SmartLinkMultiLineLabel.html" title="class in org.apache.wicket.extensions.markup.html.basic"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?org/apache/wicket/extensions/markup/html/basic/class-use/SmartLinkMultiLineLabel.html" target="_top"><B>FRAMES</B></A>
<A HREF="SmartLinkMultiLineLabel.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2006-2012 <a href="http://apache.org">Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
BlogPosts/CORD19_topics/cord19-2020-04-10-v7/results/2020-04-10-v7/html/Topic_10.html
|
roaminsight/roamresearch
|
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<head>
<title>Topic 10</title>
<style>
table {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #ddd;
padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #0099FF;
color: white;
}
</style>
</head>
<body>
<h2>Topic 10</h2>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>cite ad</th>
<th>title</th>
<th>authors</th>
<th>publish year</th>
<th>publish time</th>
<th>dataset</th>
<th>abstract mentions covid</th>
<th>pmcid</th>
<th>pubmed id</th>
<th>doi</th>
<th>cord uid</th>
<th>topic weight</th>
<th>Similarity scispacy</th>
<th>Similarity specter</th>
</tr>
</thead>
<tbody>
<tr>
<th id="adc3a8u7";>1</th>
<td>Nagy_2011</td>
<td>The dependence of viral RNA replication on co-opted host factors</td>
<td>Nagy, Peter D.; Pogany, Judit</td>
<td>2011</td>
<td>2011-12-19</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097227" target="_blank">PMC7097227</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22183253.0" target="_blank">22183253.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro2692" target="_blank">10.1038/nrmicro2692</a></td>
<td>adc3a8u7</td>
<td>0.835178</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#iu3dg7y1">Li_Z_2011</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="f32rcce3";>2</th>
<td>Diaz_2012</td>
<td>Role of host reticulon proteins in rearranging membranes for positive-strand RNA virus replication</td>
<td>Diaz, Arturo; Ahlquist, Paul</td>
<td>2012</td>
<td>2012-08-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3670673" target="_blank">PMC3670673</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22621853.0" target="_blank">22621853.0</a></td>
<td><a href="https://doi.org/10.1016/j.mib.2012.04.007" target="_blank">10.1016/j.mib.2012.04.007</a></td>
<td>f32rcce3</td>
<td>0.831353</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#iu3dg7y1">Li_Z_2011</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#zgyfwowq">Harak_2015</a></td>
</tr>
<tr>
<th id="p4eekani";>3</th>
<td>Welsch_2010</td>
<td>Hijacking Cellular Garbage Cans</td>
<td>Welsch, Sonja; Locker, Jacomine Krijnse</td>
<td>2010</td>
<td>2010-06-17</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7103366" target="_blank">PMC7103366</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20542246.0" target="_blank">20542246.0</a></td>
<td><a href="https://doi.org/10.1016/j.chom.2010.05.014" target="_blank">10.1016/j.chom.2010.05.014</a></td>
<td>p4eekani</td>
<td>0.829038</td>
<td><a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#wwiay5jm">Reggiori_2011</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="gskcaawt";>4</th>
<td>Nagy_2008</td>
<td>Host Factors Promoting Viral RNA Replication</td>
<td>Nagy, Peter D.; Pogany, Judit</td>
<td>2008</td>
<td>2008-11-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120932" target="_blank">PMC7120932</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/b135974_14" target="_blank">10.1007/b135974_14</a></td>
<td>gskcaawt</td>
<td>0.822728</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#iu3dg7y1">Li_Z_2011</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_21.html#06qfbvlr">Li_Z_2009</a></td>
</tr>
<tr>
<th id="477utyfm";>5</th>
<td>Sasvari_2010</td>
<td>Making of Viral Replication Organelles by Remodeling Interior Membranes</td>
<td>Sasvari, Zsuzsanna; Nagy, Peter D.</td>
<td>2010</td>
<td>2010-11-05</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3185585" target="_blank">PMC3185585</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21994625.0" target="_blank">21994625.0</a></td>
<td><a href="https://doi.org/10.3390/v2112436" target="_blank">10.3390/v2112436</a></td>
<td>477utyfm</td>
<td>0.822436</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#zgyfwowq">Harak_2015</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="686fxpum";>6</th>
<td>Miller_2008</td>
<td>Modification of intracellular membrane structures for virus replication</td>
<td>Miller, Sven; Krijnse-Locker, Jacomine</td>
<td>2008</td>
<td>2008-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7096853" target="_blank">PMC7096853</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18414501.0" target="_blank">18414501.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro1890" target="_blank">10.1038/nrmicro1890</a></td>
<td>686fxpum</td>
<td>0.809396</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a></td>
<td><a href="Topic_10.html#niddmbgp">Villanueva_2005</a>, <a href="Topic_10.html#7gpije5d">Netherton_2007</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="qdy29oym";>7</th>
<td>Denison_2008</td>
<td>Seeking Membranes: Positive-Strand RNA Virus Replication Complexes</td>
<td>Denison, Mark R</td>
<td>2008</td>
<td>2008-10-28</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2573941" target="_blank">PMC2573941</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18959488.0" target="_blank">18959488.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pbio.0060270" target="_blank">10.1371/journal.pbio.0060270</a></td>
<td>qdy29oym</td>
<td>0.799511</td>
<td><a href="Topic_13.html#4lou2mb6">Kapoor_2020</a>, <a href="Topic_02.html#hhl47b25">Mooney_2013</a>, <a href="Topic_04.html#9ud7y3mq">Mack_2007</a>, <a href="Topic_02.html#8plec8t4">Looker_2006</a></td>
<td><a href="Topic_10.html#477utyfm">Sasvari_2010</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a></td>
</tr>
<tr>
<th id="hbpfz8rt";>8</th>
<td>Glingston_2019</td>
<td>Organelle dynamics and viral infections: at cross roads</td>
<td>Glingston, R. Sahaya; Deb, Rachayeeta; Kumar, Sachin; Nagotu, Shirisha</td>
<td>2019</td>
<td>2019-02-28</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7110583" target="_blank">PMC7110583</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29953921.0" target="_blank">29953921.0</a></td>
<td><a href="https://doi.org/10.1016/j.micinf.2018.06.002" target="_blank">10.1016/j.micinf.2018.06.002</a></td>
<td>hbpfz8rt</td>
<td>0.787097</td>
<td><a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_10.html#l65ygqyu">Grangeon_2012</a>, <a href="Topic_10.html#0gkonrzw">Sze_C_2015</a></td>
</tr>
<tr>
<th id="8gd73q0h";>9</th>
<td>Strating_2013</td>
<td>Cholesterol: fa(s)t-food for enterovirus genome replication</td>
<td>Strating, Jeroen R.P.; van der Schaar, Hilde M.; van Kuppeveld, Frank J.M.</td>
<td>2013</td>
<td>2013-11-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7125759" target="_blank">PMC7125759</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24103385.0" target="_blank">24103385.0</a></td>
<td><a href="https://doi.org/10.1016/j.tim.2013.09.007" target="_blank">10.1016/j.tim.2013.09.007</a></td>
<td>8gd73q0h</td>
<td>0.783616</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_53.html#ert5e7fq">Mainou_2012</a></td>
</tr>
<tr>
<th id="ca2xxkb2";>10</th>
<td>Lloyd_2015</td>
<td>Nuclear proteins hijacked by mammalian cytoplasmic plus strand RNA viruses</td>
<td>Lloyd, Richard E.</td>
<td>2015</td>
<td>2015-05-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4426963" target="_blank">PMC4426963</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25818028.0" target="_blank">25818028.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2015.03.001" target="_blank">10.1016/j.virol.2015.03.001</a></td>
<td>ca2xxkb2</td>
<td>0.779002</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#iu3dg7y1">Li_Z_2011</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="2yl5qwsn";>11</th>
<td>den_Boon_2010</td>
<td>Cytoplasmic Viral Replication Complexes</td>
<td>den Boon, Johan A.; Diaz, Arturo; Ahlquist, Paul</td>
<td>2010</td>
<td>2010-07-22</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2921950" target="_blank">PMC2921950</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20638644.0" target="_blank">20638644.0</a></td>
<td><a href="https://doi.org/10.1016/j.chom.2010.06.010" target="_blank">10.1016/j.chom.2010.06.010</a></td>
<td>2yl5qwsn</td>
<td>0.768042</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#zpk3gjwo">Li_Z_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#zgyfwowq">Harak_2015</a></td>
</tr>
<tr>
<th id="0oikpvwo";>12</th>
<td>Walsh_2011</td>
<td>Viral subversion of the host protein synthesis machinery</td>
<td>Walsh, Derek; Mohr, Ian</td>
<td>2011</td>
<td>2011-10-17</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097311" target="_blank">PMC7097311</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22002165.0" target="_blank">22002165.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro2655" target="_blank">10.1038/nrmicro2655</a></td>
<td>0oikpvwo</td>
<td>0.765372</td>
<td><a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#b37c8aye">Roberts_2009</a>, <a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_10.html#yozk08w4">Guerrero_2015</a></td>
</tr>
<tr>
<th id="eewdmyou";>13</th>
<td>Li_S_2019</td>
<td>Regulation of Ribosomal Proteins on Viral Infection</td>
<td>Li, Shuo</td>
<td>2019</td>
<td>2019-05-27</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6562653" target="_blank">PMC6562653</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31137833.0" target="_blank">31137833.0</a></td>
<td><a href="https://doi.org/10.3390/cells8050508" target="_blank">10.3390/cells8050508</a></td>
<td>eewdmyou</td>
<td>0.762672</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="9mertwj7";>14</th>
<td>Netherton_2011</td>
<td>Virus factories, double membrane vesicles and viroplasm generated in animal cells</td>
<td>Netherton, Christopher L; Wileman, Tom</td>
<td>2011</td>
<td>2011-11-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102809" target="_blank">PMC7102809</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22440839.0" target="_blank">22440839.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2011.09.008" target="_blank">10.1016/j.coviro.2011.09.008</a></td>
<td>9mertwj7</td>
<td>0.759437</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#iu3dg7y1">Li_Z_2011</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#zgyfwowq">Harak_2015</a></td>
</tr>
<tr>
<th id="bbpmlo3c";>15</th>
<td>Lawton_2000</td>
<td>Mechanism of genome transcription in segmented dsRNA viruses</td>
<td>Lawton, Jeffrey A; Estes, Mary K; Venkataram Prasad, B.V</td>
<td>2000</td>
<td>2000-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/11050943.0" target="_blank">11050943.0</a></td>
<td><a href="https://doi.org/10.1016/s0065-3527(00)55004-0" target="_blank">10.1016/s0065-3527(00)55004-0</a></td>
<td>bbpmlo3c</td>
<td>0.752436</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_21.html#sik7m86l">Tzeng_2006</a></td>
</tr>
<tr>
<th id="jgrilsfc";>16</th>
<td>Philip_2018</td>
<td>Determination of host cell proteins constituting the molecular microenvironment of coronavirus replicase complexes by proximity-labeling</td>
<td>V’kovski Philip; Gerber Markus; Kelly Jenna; Pfaender Stephanie; Ebert Nadine; Braga Lagache Sophie; Simillion Cedric; Portmann Jasmine; Stalder Hanspeter; Gaschen Véronique; Bruggmann Remy; Stoffel Michael; Heller Manfred; Dijkman Ronald; Thiel Volker</td>
<td>2018</td>
<td>2018-09-14</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/417907" target="_blank">10.1101/417907</a></td>
<td>jgrilsfc</td>
<td>0.738712</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#dfqmih8r">V'kovski_2019</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="5tysuiuw";>17</th>
<td>Desfarges_2012</td>
<td>Viral Integration and Consequences on Host Gene Expression</td>
<td>Desfarges, Sébastien; Ciuffi, Angela</td>
<td>2012</td>
<td>2012-09-25</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120651" target="_blank">PMC7120651</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-94-007-4899-6_7" target="_blank">10.1007/978-94-007-4899-6_7</a></td>
<td>5tysuiuw</td>
<td>0.736792</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="1rm2ruqo";>18</th>
<td>Guo_L_2018</td>
<td>Viral manipulation of host mRNA decay</td>
<td>Guo, Liang; Vlasova-St Louis, Irina; Bohjanen, Paul R</td>
<td>2018</td>
<td>2018-03-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5939598" target="_blank">PMC5939598</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29750084.0" target="_blank">29750084.0</a></td>
<td><a href="https://doi.org/10.2217/fvl-2017-0106" target="_blank">10.2217/fvl-2017-0106</a></td>
<td>1rm2ruqo</td>
<td>0.728539</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#dkwcheu0">Abernathy_2015</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#dkwcheu0">Abernathy_2015</a>, <a href="Topic_10.html#4k5exdes">Du_S_2018</a>, <a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a></td>
</tr>
<tr>
<th id="3t78vm63";>19</th>
<td>Jaafar_2018</td>
<td>Viral RNA structure-based strategies to manipulate translation</td>
<td>Jaafar, Zane A.; Kieft, Jeffrey S.</td>
<td>2018</td>
<td>2018-12-04</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6452865" target="_blank">PMC6452865</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30514982.0" target="_blank">30514982.0</a></td>
<td><a href="https://doi.org/10.1038/s41579-018-0117-x" target="_blank">10.1038/s41579-018-0117-x</a></td>
<td>3t78vm63</td>
<td>0.728236</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#b37c8aye">Roberts_2009</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a></td>
<td><a href="Topic_10.html#b37c8aye">Roberts_2009</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="1awau7hm";>20</th>
<td>Wilson_2012</td>
<td>Sumoylation at the Host-Pathogen Interface</td>
<td>Wilson, Van G.</td>
<td>2012</td>
<td>2012-04-05</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3685863" target="_blank">PMC3685863</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23795346.0" target="_blank">23795346.0</a></td>
<td><a href="https://doi.org/10.3390/biom2020203" target="_blank">10.3390/biom2020203</a></td>
<td>1awau7hm</td>
<td>0.724121</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a></td>
<td><a href="Topic_10.html#vy4hfd62">Wimmer_2015</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_10.html#783kpnkq">Wilson_2016</a>, <a href="Topic_31.html#tgexahwd">van_Tol_2017</a></td>
</tr>
<tr>
<th id="hygxwl2f";>21</th>
<td>Charman_2020</td>
<td>Replication Compartments of DNA Viruses in the Nucleus: Location, Location, Location</td>
<td>Charman, Matthew; Weitzman, Matthew D.</td>
<td>2020</td>
<td>2020-01-29</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7077188" target="_blank">PMC7077188</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/32013091.0" target="_blank">32013091.0</a></td>
<td><a href="https://doi.org/10.3390/v12020151" target="_blank">10.3390/v12020151</a></td>
<td>hygxwl2f</td>
<td>0.722869</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#zgyfwowq">Harak_2015</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#7gpije5d">Netherton_2007</a></td>
</tr>
<tr>
<th id="ewnvy8fq";>22</th>
<td>Giorda_2013</td>
<td>Viroporins Customize Host Cells for Efficient Viral Propagation</td>
<td>Giorda, Kristina M.; Hebert, Daniel N.</td>
<td>2013</td>
<td>2013-10-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3785214" target="_blank">PMC3785214</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23945006.0" target="_blank">23945006.0</a></td>
<td><a href="https://doi.org/10.1089/dna.2013.2159" target="_blank">10.1089/dna.2013.2159</a></td>
<td>ewnvy8fq</td>
<td>0.719083</td>
<td><a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="phl7kr8f";>23</th>
<td>Goodwin_2015</td>
<td>Stealing the Keys to the Kitchen: Viral Manipulation of the Host Cell Metabolic Network</td>
<td>Goodwin, Christopher M.; Xu, Shihao; Munger, Joshua</td>
<td>2015</td>
<td>2015-12-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4679435" target="_blank">PMC4679435</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26439298.0" target="_blank">26439298.0</a></td>
<td><a href="https://doi.org/10.1016/j.tim.2015.08.007" target="_blank">10.1016/j.tim.2015.08.007</a></td>
<td>phl7kr8f</td>
<td>0.712314</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_10.html#554zcjoq">Mayer_2019</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a></td>
</tr>
<tr>
<th id="cwwnsx9y";>24</th>
<td>Moon_2012</td>
<td>Inhibition and Avoidance of mRNA Degradation by RNA Viruses</td>
<td>Moon, Stephanie L.; Barnhart, Michael D.; Wilusz, Jeffrey</td>
<td>2012</td>
<td>2012-08-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3424362" target="_blank">PMC3424362</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22626865.0" target="_blank">22626865.0</a></td>
<td><a href="https://doi.org/10.1016/j.mib.2012.04.009" target="_blank">10.1016/j.mib.2012.04.009</a></td>
<td>cwwnsx9y</td>
<td>0.712105</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#dkwcheu0">Abernathy_2015</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#4k5exdes">Du_S_2018</a>, <a href="Topic_10.html#dkwcheu0">Abernathy_2015</a>, <a href="Topic_10.html#3xof6e7g">Gaete-Argel_2019</a></td>
</tr>
<tr>
<th id="xvl9i86c";>25</th>
<td>Heaton_2011</td>
<td>Multifaceted roles for lipids in viral infection</td>
<td>Heaton, Nicholas S.; Randall, Glenn</td>
<td>2011</td>
<td>2011-07-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3130080" target="_blank">PMC3130080</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21530270.0" target="_blank">21530270.0</a></td>
<td><a href="https://doi.org/10.1016/j.tim.2011.03.007" target="_blank">10.1016/j.tim.2011.03.007</a></td>
<td>xvl9i86c</td>
<td>0.711088</td>
<td><a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#1oawya1p">Chiramel_2013</a>, <a href="Topic_10.html#y7v7bm0b">Chan_2010</a>, <a href="Topic_10.html#0gkonrzw">Sze_C_2015</a></td>
</tr>
<tr>
<th id="iu3dg7y1";>26</th>
<td>Li_Z_2011</td>
<td>Diverse roles of host RNA-binding proteins in RNA virus replication</td>
<td>Li, Zhenghe; Nagy, Peter D</td>
<td>2011</td>
<td>2011-03-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3230553" target="_blank">PMC3230553</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21505273.0" target="_blank">21505273.0</a></td>
<td><a href="https://doi.org/10.4161/rna.8.2.15391" target="_blank">10.4161/rna.8.2.15391</a></td>
<td>iu3dg7y1</td>
<td>0.709670</td>
<td><a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_21.html#06qfbvlr">Li_Z_2009</a>, <a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="2gxmhwit";>27</th>
<td>Mesters_2006</td>
<td>Viral enzymes</td>
<td>Mesters, Jeroen R; Tan, Jinzhi; Hilgenfeld, Rolf</td>
<td>2006</td>
<td>2006-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127120" target="_blank">PMC7127120</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17085042.0" target="_blank">17085042.0</a></td>
<td><a href="https://doi.org/10.1016/j.sbi.2006.10.010" target="_blank">10.1016/j.sbi.2006.10.010</a></td>
<td>2gxmhwit</td>
<td>0.709663</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#vefs1h6o">Jeang_2006</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="jcn7v69v";>28</th>
<td>Murray_2008</td>
<td>Architects of Assembly: roles of Flaviviridae nonstructural proteins in virion morphogenesis</td>
<td>Murray, Catherine L.; Jones, Christopher T.; Rice, Charles M.</td>
<td>2008</td>
<td>2008-06-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2764292" target="_blank">PMC2764292</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18587411.0" target="_blank">18587411.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro1928" target="_blank">10.1038/nrmicro1928</a></td>
<td>jcn7v69v</td>
<td>0.706884</td>
<td><a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a></td>
<td><a href="Topic_31.html#pdfs6ojs">Narayanan_2015</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_31.html#97t45w73">Zhou_2012</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="dfqmih8r";>29</th>
<td>V'kovski_2019</td>
<td>Determination of host proteins composing the microenvironment of coronavirus replicase complexes by proximity-labeling</td>
<td>V'kovski, Philip; Gerber, Markus; Kelly, Jenna; Pfaender, Stephanie; Ebert, Nadine; Braga Lagache, Sophie; Simillion, Cedric; Portmann, Jasmine; Stalder, Hanspeter; Gaschen, Véronique; Bruggmann, Rémy; Stoffel, Michael H; Heller, Manfred; Dijkman, Ronald; Thiel, Volker</td>
<td>2019</td>
<td>2019-01-11</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6372286" target="_blank">PMC6372286</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30632963.0" target="_blank">30632963.0</a></td>
<td><a href="https://doi.org/10.7554/elife.42037" target="_blank">10.7554/elife.42037</a></td>
<td>dfqmih8r</td>
<td>0.705352</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#jgrilsfc">Philip_2018</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="0e9lonq4";>30</th>
<td>Cullen_2009</td>
<td>Viral RNAs: Lessons from the Enemy</td>
<td>Cullen, Bryan R.</td>
<td>2009</td>
<td>2009-02-20</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127818" target="_blank">PMC7127818</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19239880.0" target="_blank">19239880.0</a></td>
<td><a href="https://doi.org/10.1016/j.cell.2009.01.048" target="_blank">10.1016/j.cell.2009.01.048</a></td>
<td>0e9lonq4</td>
<td>0.702119</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td><a href="Topic_10.html#vefs1h6o">Jeang_2006</a>, <a href="Topic_21.html#sik7m86l">Tzeng_2006</a></td>
</tr>
<tr>
<th id="5dxclfnr";>31</th>
<td>Diehl_2013</td>
<td>Make Yourself at Home: Viral Hijacking of the PI3K/Akt Signaling Pathway</td>
<td>Diehl, Nora; Schaal, Heiner</td>
<td>2013</td>
<td>2013-12-16</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3967167" target="_blank">PMC3967167</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24351799.0" target="_blank">24351799.0</a></td>
<td><a href="https://doi.org/10.3390/v5123192" target="_blank">10.3390/v5123192</a></td>
<td>5dxclfnr</td>
<td>0.696079</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a></td>
<td><a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="4b5s9nal";>32</th>
<td>Mudhakir_2009</td>
<td>Learning from the Viral Journey: How to Enter Cells and How to Overcome Intracellular Barriers to Reach the Nucleus</td>
<td>Mudhakir, Diky; Harashima, Hideyoshi</td>
<td>2009</td>
<td>2009-02-05</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2664881" target="_blank">PMC2664881</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19194803.0" target="_blank">19194803.0</a></td>
<td><a href="https://doi.org/10.1208/s12248-009-9080-9" target="_blank">10.1208/s12248-009-9080-9</a></td>
<td>4b5s9nal</td>
<td>0.692313</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="sx1fyqw0";>33</th>
<td>Durmuş_2017</td>
<td>Comparative interactomics for virus–human protein–protein interactions: DNA viruses versus RNA viruses</td>
<td>Durmuş, Saliha; Ülgen, Kutlu Ö.</td>
<td>2017</td>
<td>2017-01-04</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5221455" target="_blank">PMC5221455</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28097092.0" target="_blank">28097092.0</a></td>
<td><a href="https://doi.org/10.1002/2211-5463.12167" target="_blank">10.1002/2211-5463.12167</a></td>
<td>sx1fyqw0</td>
<td>0.692310</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="emfnhenm";>34</th>
<td>Mazzon_2014</td>
<td>Lipid interactions during virus entry and infection</td>
<td>Mazzon, Michela; Mercer, Jason</td>
<td>2014</td>
<td>2014-09-11</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4265854" target="_blank">PMC4265854</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25131438.0" target="_blank">25131438.0</a></td>
<td><a href="https://doi.org/10.1111/cmi.12340" target="_blank">10.1111/cmi.12340</a></td>
<td>emfnhenm</td>
<td>0.690917</td>
<td><a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#v4op73hf">Grove_2011</a>, <a href="Topic_10.html#y7v7bm0b">Chan_2010</a></td>
</tr>
<tr>
<th id="xc34ugbe";>35</th>
<td>Kumar_2018</td>
<td>Role of MAPK/MNK1 signaling in virus replication</td>
<td>Kumar, Ram; Khandelwal, Nitin; Thachamvally, Riyesh; Tripathi, Bhupendra Nath; Barua, Sanjay; Kashyap, Sudhir Kumar; Maherchandani, Sunil; Kumar, Naveen</td>
<td>2018</td>
<td>2018-07-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114592" target="_blank">PMC7114592</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29864503.0" target="_blank">29864503.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2018.05.028" target="_blank">10.1016/j.virusres.2018.05.028</a></td>
<td>xc34ugbe</td>
<td>0.689080</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_25.html#y5gmlsi1">Kumar_2016</a>, <a href="Topic_31.html#lqz1v54q">Dixit_2013</a></td>
<td><a href="Topic_10.html#9fm2gpxx">Cooray_2007</a></td>
</tr>
<tr>
<th id="zgyfwowq";>36</th>
<td>Harak_2015</td>
<td>Ultrastructure of the replication sites of positive-strand RNA viruses</td>
<td>Harak, Christian; Lohmann, Volker</td>
<td>2015</td>
<td>2015-05-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7111692" target="_blank">PMC7111692</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25746936.0" target="_blank">25746936.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2015.02.029" target="_blank">10.1016/j.virol.2015.02.029</a></td>
<td>zgyfwowq</td>
<td>0.686876</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="s0bldxg9";>37</th>
<td>Cann_2012</td>
<td>Chapter 4 Replication</td>
<td>Cann, Alan J.</td>
<td>2012</td>
<td>2012-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-384939-7.10004-3" target="_blank">10.1016/b978-0-12-384939-7.10004-3</a></td>
<td>s0bldxg9</td>
<td>0.684792</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#7gpije5d">Netherton_2007</a>, <a href="Topic_10.html#nrh3lv1a">Bagga_2014</a></td>
</tr>
<tr>
<th id="aas31i79";>38</th>
<td>Maillard_2019</td>
<td>Slicing and dicing viruses: antiviral RNA interference in mammals</td>
<td>Maillard, Pierre V; van der Veen, Annemarthe G; Poirier, Enzo Z; Reis e Sousa, Caetano</td>
<td>2019</td>
<td>2019-03-15</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6463209" target="_blank">PMC6463209</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30872283.0" target="_blank">30872283.0</a></td>
<td><a href="https://doi.org/10.15252/embj.2018100941" target="_blank">10.15252/embj.2018100941</a></td>
<td>aas31i79</td>
<td>0.683556</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a></td>
<td><a href="Topic_31.html#p3b4yk5d">Case_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_31.html#w7fdkb2o">Schuster_2019</a></td>
</tr>
<tr>
<th id="egh12cqb";>39</th>
<td>Reid_2015</td>
<td>The Virus-Host Interplay: Biogenesis of +RNA Replication Complexes</td>
<td>Reid, Colleen R.; Airo, Adriana M.; Hobman, Tom C.</td>
<td>2015</td>
<td>2015-08-06</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4576186" target="_blank">PMC4576186</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26287230.0" target="_blank">26287230.0</a></td>
<td><a href="https://doi.org/10.3390/v7082825" target="_blank">10.3390/v7082825</a></td>
<td>egh12cqb</td>
<td>0.683341</td>
<td><a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a></td>
</tr>
<tr>
<th id="3ahamzjv";>40</th>
<td>Zhou_2011</td>
<td>Viral proteomics: The emerging cutting-edge of virus research</td>
<td>Zhou, ShengTao; Liu, Rui; Zhao, Xia; Huang, CanHua; Wei, YuQuan</td>
<td>2011</td>
<td>2011-06-26</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7089374" target="_blank">PMC7089374</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21706410.0" target="_blank">21706410.0</a></td>
<td><a href="https://doi.org/10.1007/s11427-011-4177-7" target="_blank">10.1007/s11427-011-4177-7</a></td>
<td>3ahamzjv</td>
<td>0.681331</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_34.html#7vdvi0me">Ding_2012</a></td>
</tr>
<tr>
<th id="mth4aebn";>41</th>
<td>Santoro_2009</td>
<td>Role of Heat Shock Proteins in Viral Infection</td>
<td>Santoro, M. Gabriella; Amici, Carla; Rossi, Antonio</td>
<td>2009</td>
<td>2009-10-24</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121897" target="_blank">PMC7121897</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-90-481-2976-8_3" target="_blank">10.1007/978-90-481-2976-8_3</a></td>
<td>mth4aebn</td>
<td>0.679028</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_40.html#0bwf8f1i">Song_2018</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="b37c8aye";>42</th>
<td>Roberts_2009</td>
<td>Chapter 9 Viral Strategies to Subvert the Mammalian Translation Machinery</td>
<td>Roberts, Lisa O.; Jopling, Catherine L.; Jackson, Richard J.; Willis, Anne E.</td>
<td>2009</td>
<td>2009-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102724" target="_blank">PMC7102724</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20374746.0" target="_blank">20374746.0</a></td>
<td><a href="https://doi.org/10.1016/s1877-1173(09)90009-6" target="_blank">10.1016/s1877-1173(09)90009-6</a></td>
<td>b37c8aye</td>
<td>0.678583</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a></td>
<td><a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_21.html#tkfozwpf">Sasvari_2011</a></td>
</tr>
<tr>
<th id="29nkw7j4";>43</th>
<td>Hosmillo_2019</td>
<td>Noroviruses subvert the core stress granule component G3BP1 to promote viral VPg-dependent translation</td>
<td>Hosmillo, Myra; Lu, Jia; McAllaster, Michael R; Eaglesham, James B; Wang, Xinjie; Emmott, Edward; Domingues, Patricia; Chaudhry, Yasmin; Fitzmaurice, Tim J; Tung, Matthew KH; Panas, Marc Dominik; McInerney, Gerald; Locker, Nicolas; Wilen, Craig B; Goodfellow, Ian G</td>
<td>2019</td>
<td>2019-08-12</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6739877" target="_blank">PMC6739877</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31403400.0" target="_blank">31403400.0</a></td>
<td><a href="https://doi.org/10.7554/elife.46681" target="_blank">10.7554/elife.46681</a></td>
<td>29nkw7j4</td>
<td>0.677098</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#d0q5lhf4">Hosmillo_2019</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_31.html#p3b4yk5d">Case_2017</a></td>
</tr>
<tr>
<th id="psjua913";>44</th>
<td>V’kovski_2015</td>
<td>New insights on the role of paired membrane structures in coronavirus replication</td>
<td>V’kovski, Philip; Al-Mulla, Hawaa; Thiel, Volker; Neuman, Benjamin W.</td>
<td>2015</td>
<td>2015-04-16</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114427" target="_blank">PMC7114427</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25550072.0" target="_blank">25550072.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2014.12.021" target="_blank">10.1016/j.virusres.2014.12.021</a></td>
<td>psjua913</td>
<td>0.676492</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_26.html#uozkwxs5">Hagemeijer_2014</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="7nyo34vq";>45</th>
<td>Dickson_2011</td>
<td>Strategies for viral RNA stability: live long and prosper</td>
<td>Dickson, Alexa M.; Wilusz, Jeffrey</td>
<td>2011</td>
<td>2011-07-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3123725" target="_blank">PMC3123725</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21640425.0" target="_blank">21640425.0</a></td>
<td><a href="https://doi.org/10.1016/j.tig.2011.04.003" target="_blank">10.1016/j.tig.2011.04.003</a></td>
<td>7nyo34vq</td>
<td>0.675019</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="c1qr27lg";>46</th>
<td>Boguszewska‐Chachulska_2005</td>
<td>Rna Viruses Redirect Host Factors to Better Amplify Their Genome</td>
<td>Boguszewska‐Chachulska, Anna M.; Haenni, Anne‐Lise</td>
<td>2005</td>
<td>2005-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119065" target="_blank">PMC7119065</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16387193.0" target="_blank">16387193.0</a></td>
<td><a href="https://doi.org/10.1016/s0065-3527(05)65002-6" target="_blank">10.1016/s0065-3527(05)65002-6</a></td>
<td>c1qr27lg</td>
<td>0.674809</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="ddbybpv2";>47</th>
<td>Ravindran_2016</td>
<td>Opportunistic intruders: how viruses orchestrate ER functions to infect cells</td>
<td>Ravindran, Madhu Sudhan; Bagchi, Parikshit; Cunningham, Corey Nathaniel; Tsai, Billy</td>
<td>2016</td>
<td>2016-06-06</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5272919" target="_blank">PMC5272919</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27265768.0" target="_blank">27265768.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro.2016.60" target="_blank">10.1038/nrmicro.2016.60</a></td>
<td>ddbybpv2</td>
<td>0.674437</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="gabr03sm";>48</th>
<td>Souza_2019</td>
<td>Killing two birds with one stone: How do Plant Viruses Break Down Plant Defenses and Manipulate Cellular Processes to Replicate Themselves?</td>
<td>Souza, Pedro Filho Noronha; Carvalho, Fabricio Eulálio Leite</td>
<td>2019</td>
<td>2019-05-27</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7090608" target="_blank">PMC7090608</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/s12374-019-0056-8" target="_blank">10.1007/s12374-019-0056-8</a></td>
<td>gabr03sm</td>
<td>0.674431</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#xkcqo86y">Garcia_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
</tr>
<tr>
<th id="lkrgdt6y";>49</th>
<td>Lever_2011</td>
<td>Insights into cellular factors that regulate HIV-1 replication in human cells</td>
<td>Lever, Andrew ML; Jeang, Kuan-Teh</td>
<td>2011</td>
<td>2011-02-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3035746" target="_blank">PMC3035746</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21218853.0" target="_blank">21218853.0</a></td>
<td><a href="https://doi.org/10.1021/bi101805f" target="_blank">10.1021/bi101805f</a></td>
<td>lkrgdt6y</td>
<td>0.673948</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#vefs1h6o">Jeang_2006</a></td>
</tr>
<tr>
<th id="4eufvh88";>50</th>
<td>Shulla_2016</td>
<td>(+) RNA virus replication compartments: a safe home for (most) viral replication</td>
<td>Shulla, Ana; Randall, Glenn</td>
<td>2016</td>
<td>2016-08-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4983521" target="_blank">PMC4983521</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27253151.0" target="_blank">27253151.0</a></td>
<td><a href="https://doi.org/10.1016/j.mib.2016.05.003" target="_blank">10.1016/j.mib.2016.05.003</a></td>
<td>4eufvh88</td>
<td>0.666809</td>
<td><a href="Topic_30.html#v4cf95qh">Walker_2010</a>, <a href="Topic_01.html#6vja5e5o">Johnson_2018</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_61.html#qo74f00i">Valle_1988</a></td>
<td><a href="Topic_10.html#477utyfm">Sasvari_2010</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a></td>
</tr>
<tr>
<th id="8rl4kswe";>51</th>
<td>Marsh_2006</td>
<td>Virus Entry: Open Sesame</td>
<td>Marsh, Mark; Helenius, Ari</td>
<td>2006</td>
<td>2006-02-24</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112260" target="_blank">PMC7112260</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16497584.0" target="_blank">16497584.0</a></td>
<td><a href="https://doi.org/10.1016/j.cell.2006.02.007" target="_blank">10.1016/j.cell.2006.02.007</a></td>
<td>8rl4kswe</td>
<td>0.666706</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_10.html#tfok8ep7">Alcami_2000</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#402o8uys">Mainou_2017</a>, <a href="Topic_10.html#0gkonrzw">Sze_C_2015</a></td>
</tr>
<tr>
<th id="4s0keus5";>52</th>
<td>Meyers_2011</td>
<td>Viral RNase Involvement in Strategies of Infection</td>
<td>Meyers, Gregor; Rümenapf, Tillmann; Ziebuhr, John</td>
<td>2011</td>
<td>2011-07-12</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120235" target="_blank">PMC7120235</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-3-642-21078-5_6" target="_blank">10.1007/978-3-642-21078-5_6</a></td>
<td>4s0keus5</td>
<td>0.666688</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="685ro9u0";>53</th>
<td>Narayanan_2013</td>
<td>Interplay between viruses and host mRNA degradation</td>
<td>Narayanan, Krishna; Makino, Shinji</td>
<td>2013</td>
<td>2013-07-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3632658" target="_blank">PMC3632658</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23274304.0" target="_blank">23274304.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbagrm.2012.12.003" target="_blank">10.1016/j.bbagrm.2012.12.003</a></td>
<td>685ro9u0</td>
<td>0.666685</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#dkwcheu0">Abernathy_2015</a>, <a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
</tr>
<tr>
<th id="tvs1pnib";>54</th>
<td>Singh_2018</td>
<td>Chapter 7 Cellular RNA Helicases Support Early and Late Events in Retroviral Replication</td>
<td>Singh, Gatikrushna; Heng, Xiao; Boris-Lawrie, Kathleen</td>
<td>2018</td>
<td>2018-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-811185-7.00007-8" target="_blank">10.1016/b978-0-12-811185-7.00007-8</a></td>
<td>tvs1pnib</td>
<td>0.661801</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#vefs1h6o">Jeang_2006</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="jn8w7z0t";>55</th>
<td>Alcami_2000</td>
<td>Viral mechanisms of immune evasion</td>
<td>Alcami, Antonio; Koszinowski, Ulrich H.</td>
<td>2000</td>
<td>2000-09-01</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/s0167-5699(00)01699-6" target="_blank">10.1016/s0167-5699(00)01699-6</a></td>
<td>jn8w7z0t</td>
<td>0.660052</td>
<td><a href="Topic_10.html#504kr50e">Alcami_2000</a>, <a href="Topic_10.html#tfok8ep7">Alcami_2000</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a></td>
<td><a href="Topic_10.html#tfok8ep7">Alcami_2000</a>, <a href="Topic_10.html#504kr50e">Alcami_2000</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="504kr50e";>56</th>
<td>Alcami_2000</td>
<td>Viral mechanisms of immune evasion</td>
<td>Alcami, Antonio; Koszinowski, Ulrich H.</td>
<td>2000</td>
<td>2000-09-01</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/10954870.0" target="_blank">10954870.0</a></td>
<td><a href="https://doi.org/10.1016/s1357-4310(00)01775-5" target="_blank">10.1016/s1357-4310(00)01775-5</a></td>
<td>504kr50e</td>
<td>0.660052</td>
<td><a href="Topic_10.html#jn8w7z0t">Alcami_2000</a>, <a href="Topic_10.html#tfok8ep7">Alcami_2000</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a></td>
<td><a href="Topic_10.html#tfok8ep7">Alcami_2000</a>, <a href="Topic_10.html#jn8w7z0t">Alcami_2000</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="84fv3na7";>57</th>
<td>Levene_2018</td>
<td>Host Shutoff in Influenza A Virus: Many Means to an End</td>
<td>Levene, Rachel Emily; Gaglia, Marta Maria</td>
<td>2018</td>
<td>2018-09-05</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6165434" target="_blank">PMC6165434</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30189604.0" target="_blank">30189604.0</a></td>
<td><a href="https://doi.org/10.3390/v10090475" target="_blank">10.3390/v10090475</a></td>
<td>84fv3na7</td>
<td>0.659603</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_10.html#89stvkqn">Brass_2009</a></td>
</tr>
<tr>
<th id="6s01qplg";>58</th>
<td>Neuman_2014</td>
<td>Does form meet function in the coronavirus replicative organelle?</td>
<td>Neuman, Benjamin W.; Angelini, Megan M.; Buchmeier, Michael J.</td>
<td>2014</td>
<td>2014-11-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127430" target="_blank">PMC7127430</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25037114.0" target="_blank">25037114.0</a></td>
<td><a href="https://doi.org/10.1016/j.tim.2014.06.003" target="_blank">10.1016/j.tim.2014.06.003</a></td>
<td>6s01qplg</td>
<td>0.655223</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#psjua913">V’kovski_2015</a></td>
</tr>
<tr>
<th id="mjaqt6wk";>59</th>
<td>Enard_2016</td>
<td>Viruses are a dominant driver of protein adaptation in mammals</td>
<td>Enard, David; Cai, Le; Gwennap, Carina; Petrov, Dmitri A</td>
<td>2016</td>
<td>2016-05-17</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4869911" target="_blank">PMC4869911</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27187613.0" target="_blank">27187613.0</a></td>
<td><a href="https://doi.org/10.7554/elife.12469" target="_blank">10.7554/elife.12469</a></td>
<td>mjaqt6wk</td>
<td>0.654234</td>
<td><a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#q5iylws9">Enard_2015</a>, <a href="Topic_10.html#629kl04a">Bahir_2009</a>, <a href="Topic_10.html#rj03dsib">Schein_2018</a></td>
</tr>
<tr>
<th id="ot7a2h9p";>60</th>
<td>Gonzales-van_Horn_2017</td>
<td>Making the Mark: The Role of Adenosine Modifications in the Life Cycle of RNA Viruses</td>
<td>Gonzales-van Horn, Sarah R.; Sarnow, Peter</td>
<td>2017</td>
<td>2017-06-14</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5555051" target="_blank">PMC5555051</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28618265.0" target="_blank">28618265.0</a></td>
<td><a href="https://doi.org/10.1016/j.chom.2017.05.008" target="_blank">10.1016/j.chom.2017.05.008</a></td>
<td>ot7a2h9p</td>
<td>0.653375</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_21.html#d9urjb9e">Masante_2015</a>, <a href="Topic_61.html#eljk918r">Chen_2016</a></td>
</tr>
<tr>
<th id="ll34i3eg";>61</th>
<td>Mazzon_2019</td>
<td>Targeting viral entry as a strategy for broad-spectrum antivirals</td>
<td>Mazzon, Michela; Marsh, Mark</td>
<td>2019</td>
<td>2019-09-12</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6743247" target="_blank">PMC6743247</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31559009.0" target="_blank">31559009.0</a></td>
<td><a href="https://doi.org/10.12688/f1000research.19694.1" target="_blank">10.12688/f1000research.19694.1</a></td>
<td>ll34i3eg</td>
<td>0.652243</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#nqw6y8ku">Teissier_2010</a>, <a href="Topic_18.html#u1evs9i2">Tai_C_2015</a>, <a href="Topic_01.html#8jin6oru">Martínez_2008</a>, <a href="Topic_18.html#33gvt7pe">Lin_K_2013</a></td>
</tr>
<tr>
<th id="ayacjojb";>62</th>
<td>Stapleford_2010</td>
<td>Role of Cellular Lipids in Positive-Sense RNA Virus Replication Complex Assembly and Function</td>
<td>Stapleford, Kenneth A.; Miller, David J.</td>
<td>2010</td>
<td>2010-04-29</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3187604" target="_blank">PMC3187604</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21994671.0" target="_blank">21994671.0</a></td>
<td><a href="https://doi.org/10.3390/v2051055" target="_blank">10.3390/v2051055</a></td>
<td>ayacjojb</td>
<td>0.652220</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#zgyfwowq">Harak_2015</a></td>
</tr>
<tr>
<th id="x3wes54j";>63</th>
<td>Ploubidou_2001</td>
<td>Viral transport and the cytoskeleton</td>
<td>Ploubidou, Aspasia; Way, Michael</td>
<td>2001</td>
<td>2001-02-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7125730" target="_blank">PMC7125730</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/11163140.0" target="_blank">11163140.0</a></td>
<td><a href="https://doi.org/10.1016/s0955-0674(00)00180-0" target="_blank">10.1016/s0955-0674(00)00180-0</a></td>
<td>x3wes54j</td>
<td>0.648741</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_10.html#0gkonrzw">Sze_C_2015</a>, <a href="Topic_08.html#any3mpkq">Mak_T_2016</a>, <a href="Topic_10.html#q78ujqcs">Veiga_2006</a></td>
</tr>
<tr>
<th id="d0q5lhf4";>64</th>
<td>Hosmillo_2019</td>
<td>Noroviruses subvert the core stress granule component G3BP1 to promote viral VPg-dependent translation</td>
<td>Myra Hosmillo; Jia Lu; Michael R. McAllaster; James B. Eaglesham; Xinjie Wang; Edward Emmott; Patricia Domingues; Yasmin Chaudhry; Timothy J Fitzmaurice; Matthew K.H. Tung; Marc Panas; Gerald McInerney; Nicholas Locker; Craig B. Willen; Ian Goodfellow</td>
<td>2019</td>
<td>2019-03-08</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/571455" target="_blank">10.1101/571455</a></td>
<td>d0q5lhf4</td>
<td>0.644894</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_10.html#29nkw7j4">Hosmillo_2019</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_21.html#tkfozwpf">Sasvari_2011</a></td>
</tr>
<tr>
<th id="7lj4bfli";>65</th>
<td>Luo_H_2016</td>
<td>Interplay between the virus and the ubiquitin–proteasome system: molecular mechanism of viral pathogenesis</td>
<td>Luo, Honglin</td>
<td>2016</td>
<td>2016-04-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102833" target="_blank">PMC7102833</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26426962.0" target="_blank">26426962.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2015.09.005" target="_blank">10.1016/j.coviro.2015.09.005</a></td>
<td>7lj4bfli</td>
<td>0.642896</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="dkwcheu0";>66</th>
<td>Abernathy_2015</td>
<td>Emerging roles for RNA degradation in viral replication and antiviral defense</td>
<td>Abernathy, Emma; Glaunsinger, Britt</td>
<td>2015</td>
<td>2015-05-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4424162" target="_blank">PMC4424162</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25721579.0" target="_blank">25721579.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2015.02.007" target="_blank">10.1016/j.virol.2015.02.007</a></td>
<td>dkwcheu0</td>
<td>0.642891</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_61.html#pmdera3v">Masaki_2015</a></td>
</tr>
<tr>
<th id="vaddp7qk";>67</th>
<td>Hiscox_2003</td>
<td>The interaction of animal cytoplasmic RNA viruses with the nucleus to facilitate replication</td>
<td>Hiscox, Julian A.</td>
<td>2003</td>
<td>2003-09-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7125749" target="_blank">PMC7125749</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/12921992.0" target="_blank">12921992.0</a></td>
<td><a href="https://doi.org/10.1016/s0168-1702(03)00160-6" target="_blank">10.1016/s0168-1702(03)00160-6</a></td>
<td>vaddp7qk</td>
<td>0.642891</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="nrh3lv1a";>68</th>
<td>Bagga_2014</td>
<td>Cell Cycle Regulation During Viral Infection</td>
<td>Bagga, Sumedha; Bouchard, Michael J.</td>
<td>2014</td>
<td>2014-03-27</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122065" target="_blank">PMC7122065</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24906315.0" target="_blank">24906315.0</a></td>
<td><a href="https://doi.org/10.1007/978-1-4939-0888-2_10" target="_blank">10.1007/978-1-4939-0888-2_10</a></td>
<td>nrh3lv1a</td>
<td>0.641200</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_10.html#aenuyht0">Emmett_2005</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="vb7380tp";>69</th>
<td>Puschnik_2017</td>
<td>A CRISPR toolbox to study virus–host interactions</td>
<td>Puschnik, Andreas S.; Majzoub, Karim; Ooi, Yaw Shin; Carette, Jan E.</td>
<td>2017</td>
<td>2017-04-19</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5800792" target="_blank">PMC5800792</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28420884.0" target="_blank">28420884.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro.2017.29" target="_blank">10.1038/nrmicro.2017.29</a></td>
<td>vb7380tp</td>
<td>0.629268</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#de7v4e5s">Moens_2009</a></td>
</tr>
<tr>
<th id="btwn1jy0";>70</th>
<td>Herbert_2016</td>
<td>A Tale of Two RNAs during Viral Infection: How Viruses Antagonize mRNAs and Small Non-Coding RNAs in The Host Cell</td>
<td>Herbert, Kristina M.; Nag, Anita</td>
<td>2016</td>
<td>2016-06-02</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4926174" target="_blank">PMC4926174</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27271653.0" target="_blank">27271653.0</a></td>
<td><a href="https://doi.org/10.3390/v8060154" target="_blank">10.3390/v8060154</a></td>
<td>btwn1jy0</td>
<td>0.628641</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a></td>
<td><a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_10.html#dkwcheu0">Abernathy_2015</a></td>
</tr>
<tr>
<th id="q5iylws9";>71</th>
<td>Enard_2015</td>
<td>Viruses are a dominant driver of protein adaptation in mammals</td>
<td>David Enard; Le Cai; Carina Gwenapp; Dmitri A Petrov</td>
<td>2015</td>
<td>2015-10-18</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/029397" target="_blank">10.1101/029397</a></td>
<td>q5iylws9</td>
<td>0.627964</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#mjaqt6wk">Enard_2016</a>, <a href="Topic_10.html#629kl04a">Bahir_2009</a>, <a href="Topic_10.html#rj03dsib">Schein_2018</a></td>
</tr>
<tr>
<th id="44ecr3re";>72</th>
<td>Rivas_2016</td>
<td>Shutoff of Host Gene Expression in Influenza A Virus and Herpesviruses: Similar Mechanisms and Common Themes</td>
<td>Rivas, Hembly G.; Schmaling, Summer K.; Gaglia, Marta M.</td>
<td>2016</td>
<td>2016-04-16</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4848596" target="_blank">PMC4848596</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27092522.0" target="_blank">27092522.0</a></td>
<td><a href="https://doi.org/10.3390/v8040102" target="_blank">10.3390/v8040102</a></td>
<td>44ecr3re</td>
<td>0.626566</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_10.html#8k7w467p">Gaucherand_2018</a></td>
</tr>
<tr>
<th id="sblrsi6y";>73</th>
<td>Trobaugh_2017</td>
<td>MicroRNA Regulation of RNA Virus Replication and Pathogenesis</td>
<td>Trobaugh, Derek W.; Klimstra, William B.</td>
<td>2017</td>
<td>2017-01-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5836316" target="_blank">PMC5836316</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27989642.0" target="_blank">27989642.0</a></td>
<td><a href="https://doi.org/10.1016/j.molmed.2016.11.003" target="_blank">10.1016/j.molmed.2016.11.003</a></td>
<td>sblrsi6y</td>
<td>0.625064</td>
<td><a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#de7v4e5s">Moens_2009</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_34.html#er3kkn9m">Trypsteen_2016</a>, <a href="Topic_10.html#259cspey">Poltronieri_2015</a></td>
</tr>
<tr>
<th id="6jrsz9ce";>74</th>
<td>Gustin_2003</td>
<td>Inhibition of nucleo-cytoplasmic trafficking by RNA viruses: targeting the nuclear pore complex</td>
<td>Gustin, Kurt E.</td>
<td>2003</td>
<td>2003-09-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7125697" target="_blank">PMC7125697</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/12921994.0" target="_blank">12921994.0</a></td>
<td><a href="https://doi.org/10.1016/s0168-1702(03)00165-5" target="_blank">10.1016/s0168-1702(03)00165-5</a></td>
<td>6jrsz9ce</td>
<td>0.623591</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#5g58qfn6">Yarbrough_2013</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="p7k98yjy";>75</th>
<td>Solvik_2016</td>
<td>At the crossroads of autophagy and infection: Noncanonical roles for ATG proteins in viral replication</td>
<td>Solvik, Tina; Debnath, Jayanta</td>
<td>2016</td>
<td>2016-08-29</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5004452" target="_blank">PMC5004452</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27573461.0" target="_blank">27573461.0</a></td>
<td><a href="https://doi.org/10.1083/jcb.201608032" target="_blank">10.1083/jcb.201608032</a></td>
<td>p7k98yjy</td>
<td>0.617813</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_61.html#qm9urt2w">Blank_2017</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_08.html#tibfiavk">Rey-Jurado_2015</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a></td>
</tr>
<tr>
<th id="783kpnkq";>76</th>
<td>Wilson_2016</td>
<td>Viral Interplay with the Host Sumoylation System</td>
<td>Wilson, Van G.</td>
<td>2016</td>
<td>2016-12-12</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121812" target="_blank">PMC7121812</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28197923.0" target="_blank">28197923.0</a></td>
<td><a href="https://doi.org/10.1007/978-3-319-50044-7_21" target="_blank">10.1007/978-3-319-50044-7_21</a></td>
<td>783kpnkq</td>
<td>0.616714</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a></td>
<td><a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_10.html#vy4hfd62">Wimmer_2015</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a></td>
</tr>
<tr>
<th id="kmiybuxu";>77</th>
<td>Huang_2019</td>
<td>The interplay of autophagy and enterovirus</td>
<td>Huang, Lihong; Yue, Jianbo</td>
<td>2019</td>
<td>2019-09-25</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/j.semcdb.2019.08.001" target="_blank">10.1016/j.semcdb.2019.08.001</a></td>
<td>kmiybuxu</td>
<td>0.615440</td>
<td><a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a></td>
<td><a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_25.html#uaaj66xq">Ding_2017</a>, <a href="Topic_08.html#on3cnr8i">Espert_2007</a></td>
</tr>
<tr>
<th id="niddmbgp";>78</th>
<td>Villanueva_2005</td>
<td>Interactions Between Virus Proteins and Host Cell Membranes During the Viral Life Cycle</td>
<td>Villanueva, Rodrigo A.; Rouillé, Yves; Dubuisson, Jean</td>
<td>2005</td>
<td>2005-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112339" target="_blank">PMC7112339</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16125548.0" target="_blank">16125548.0</a></td>
<td><a href="https://doi.org/10.1016/s0074-7696(05)45006-8" target="_blank">10.1016/s0074-7696(05)45006-8</a></td>
<td>niddmbgp</td>
<td>0.614644</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_53.html#fsfer9ue">Roman_1985</a></td>
<td><a href="Topic_53.html#zd039ohv">Dumas_2014</a>, <a href="Topic_53.html#wc4lxk45">Más_V_2013</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="3yk5c94t";>79</th>
<td>Tenorio_2019</td>
<td>Function, Architecture, and Biogenesis of Reovirus Replication Neoorganelles</td>
<td>Tenorio, Raquel; Fernández de Castro, Isabel; Knowlton, Jonathan J.; Zamora, Paula F.; Sutherland, Danica M.; Risco, Cristina; Dermody, Terence S.</td>
<td>2019</td>
<td>2019-03-21</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6466366" target="_blank">PMC6466366</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30901959.0" target="_blank">30901959.0</a></td>
<td><a href="https://doi.org/10.3390/v11030288" target="_blank">10.3390/v11030288</a></td>
<td>3yk5c94t</td>
<td>0.613495</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#3wz7k4vy">Lenard_2008</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="ti0avcqy";>80</th>
<td>Tarakhovsky_2018</td>
<td>Drawing on disorder: How viruses use histone mimicry to their advantage</td>
<td>Tarakhovsky, Alexander; Prinjha, Rab K.</td>
<td>2018</td>
<td>2018-07-02</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6028506" target="_blank">PMC6028506</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29934321.0" target="_blank">29934321.0</a></td>
<td><a href="https://doi.org/10.1084/jem.20180099" target="_blank">10.1084/jem.20180099</a></td>
<td>ti0avcqy</td>
<td>0.609267</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="q3leqiou";>81</th>
<td>Stram_2006</td>
<td>Inhibition of Viruses by RNA Interference</td>
<td>Stram, Yehuda; Kuzntzova, Larisa</td>
<td>2006</td>
<td>2006-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7088519" target="_blank">PMC7088519</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16732482.0" target="_blank">16732482.0</a></td>
<td><a href="https://doi.org/10.1007/s11262-005-6914-0" target="_blank">10.1007/s11262-005-6914-0</a></td>
<td>q3leqiou</td>
<td>0.608750</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_37.html#c1kwd9d1">Rothe_2010</a>, <a href="Topic_37.html#3mi2aop5">Haddad_2011</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
</tr>
<tr>
<th id="b648h28z";>82</th>
<td>Ahlquist_2006</td>
<td>Parallels among positive-strand RNA viruses, reverse-transcribing viruses and double-stranded RNA viruses</td>
<td>Ahlquist, Paul</td>
<td>2006</td>
<td>2006-04-03</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097367" target="_blank">PMC7097367</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16582931.0" target="_blank">16582931.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro1389" target="_blank">10.1038/nrmicro1389</a></td>
<td>b648h28z</td>
<td>0.606663</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="cjqbisvm";>83</th>
<td>Thomas_2018</td>
<td>Upsetting the Balance: When Viruses Manipulate Cell Polarity Control</td>
<td>Thomas, Miranda; Banks, Lawrence</td>
<td>2018</td>
<td>2018-09-28</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094317" target="_blank">PMC7094317</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29680664.0" target="_blank">29680664.0</a></td>
<td><a href="https://doi.org/10.1016/j.jmb.2018.04.016" target="_blank">10.1016/j.jmb.2018.04.016</a></td>
<td>cjqbisvm</td>
<td>0.606663</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="v8lpw4r7";>84</th>
<td>Viktorovskaya_2016</td>
<td>Identification of RNA Binding Proteins Associated with Dengue Virus RNA in Infected Cells Reveals Temporally Distinct Host Factor Requirements</td>
<td>Viktorovskaya, Olga V.; Greco, Todd M.; Cristea, Ileana M.; Thompson, Sunnie R.</td>
<td>2016</td>
<td>2016-08-24</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4996428" target="_blank">PMC4996428</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27556644.0" target="_blank">27556644.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pntd.0004921" target="_blank">10.1371/journal.pntd.0004921</a></td>
<td>v8lpw4r7</td>
<td>0.605441</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a></td>
<td><a href="Topic_10.html#89stvkqn">Brass_2009</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="ua9xagq3";>85</th>
<td>Gustin_2011</td>
<td>Viral Takeover of the Host Ubiquitin System</td>
<td>Gustin, Jean K.; Moses, Ashlee V.; Früh, Klaus; Douglas, Janet L.</td>
<td>2011</td>
<td>2011-07-28</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3147166" target="_blank">PMC3147166</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21847386.0" target="_blank">21847386.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2011.00161" target="_blank">10.3389/fmicb.2011.00161</a></td>
<td>ua9xagq3</td>
<td>0.603506</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#vy4hfd62">Wimmer_2015</a>, <a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#qcx5ehnh">Calistri_2014</a></td>
</tr>
<tr>
<th id="8eu6wp9b";>86</th>
<td>Valiente-Echeverría_2012</td>
<td>Viral modulation of stress granules</td>
<td>Valiente-Echeverría, Fernando; Melnychuk, Luca; Mouland, Andrew J.</td>
<td>2012</td>
<td>2012-11-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114395" target="_blank">PMC7114395</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22705970.0" target="_blank">22705970.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2012.06.004" target="_blank">10.1016/j.virusres.2012.06.004</a></td>
<td>8eu6wp9b</td>
<td>0.602831</td>
<td><a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_10.html#9a56rr1j">Montero_2011</a>, <a href="Topic_10.html#pzuff2al">Miller_2011</a></td>
</tr>
<tr>
<th id="1k3h4xks";>87</th>
<td>Urbanowski_2008</td>
<td>Modulation of signaling pathways by RNA virus capsid proteins</td>
<td>Urbanowski, Matthew D.; Ilkow, Carolina S.; Hobman, Tom C.</td>
<td>2008</td>
<td>2008-07-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127581" target="_blank">PMC7127581</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18258415.0" target="_blank">18258415.0</a></td>
<td><a href="https://doi.org/10.1016/j.cellsig.2007.12.018" target="_blank">10.1016/j.cellsig.2007.12.018</a></td>
<td>1k3h4xks</td>
<td>0.602650</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#qv3ne8cm">Ni_P_2013</a></td>
</tr>
<tr>
<th id="tvdx9gkk";>88</th>
<td>Rampersad_2018</td>
<td>Chapter 3 Replication and Expression Strategies of Viruses</td>
<td>Rampersad, Sephra; Tennant, Paula</td>
<td>2018</td>
<td>2018-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-811257-1.00003-6" target="_blank">10.1016/b978-0-12-811257-1.00003-6</a></td>
<td>tvdx9gkk</td>
<td>0.602491</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#7gpije5d">Netherton_2007</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="3aonqyub";>89</th>
<td>Royle_2015</td>
<td>Emerging Roles of Viroporins Encoded by DNA Viruses: Novel Targets for Antivirals?</td>
<td>Royle, Jamie; Dobson, Samuel John; Müller, Marietta; Macdonald, Andrew</td>
<td>2015</td>
<td>2015-10-16</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4632388" target="_blank">PMC4632388</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26501313.0" target="_blank">26501313.0</a></td>
<td><a href="https://doi.org/10.3390/v7102880" target="_blank">10.3390/v7102880</a></td>
<td>3aonqyub</td>
<td>0.600092</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#qhx330ig">Nieva_2012</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="5jnuhpp9";>90</th>
<td>Reineke_2011</td>
<td>Animal virus schemes for translation dominance</td>
<td>Reineke, Lucas C; Lloyd, Richard E</td>
<td>2011</td>
<td>2011-11-30</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3272495" target="_blank">PMC3272495</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22319551.0" target="_blank">22319551.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2011.10.009" target="_blank">10.1016/j.coviro.2011.10.009</a></td>
<td>5jnuhpp9</td>
<td>0.600077</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#b37c8aye">Roberts_2009</a>, <a href="Topic_10.html#yozk08w4">Guerrero_2015</a></td>
</tr>
<tr>
<th id="qcx5ehnh";>91</th>
<td>Calistri_2014</td>
<td>The Ubiquitin-Conjugating System: Multiple Roles in Viral Replication and Infection</td>
<td>Calistri, Arianna; Munegato, Denis; Carli, Ilaria; Parolin, Cristina; Palù, Giorgio</td>
<td>2014</td>
<td>2014-05-06</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4092849" target="_blank">PMC4092849</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24805990.0" target="_blank">24805990.0</a></td>
<td><a href="https://doi.org/10.3390/cells3020386" target="_blank">10.3390/cells3020386</a></td>
<td>qcx5ehnh</td>
<td>0.597903</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#1awau7hm">Wilson_2012</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a></td>
<td><a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_10.html#vy4hfd62">Wimmer_2015</a>, <a href="Topic_10.html#4v41s3wi">Bailey-Elkin_2017</a>, <a href="Topic_10.html#ua9xagq3">Gustin_2011</a></td>
</tr>
<tr>
<th id="m69hf9ys";>92</th>
<td>Boggio_2006</td>
<td>Viruses and sumoylation: recent highlights</td>
<td>Boggio, Roberto; Chiocca, Susanna</td>
<td>2006</td>
<td>2006-08-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108358" target="_blank">PMC7108358</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16815735.0" target="_blank">16815735.0</a></td>
<td><a href="https://doi.org/10.1016/j.mib.2006.06.008" target="_blank">10.1016/j.mib.2006.06.008</a></td>
<td>m69hf9ys</td>
<td>0.596616</td>
<td><a href="Topic_31.html#ifla4aix">Choudhury_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#1awau7hm">Wilson_2012</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#vy4hfd62">Wimmer_2015</a>, <a href="Topic_31.html#l3qp0n9f">Deng_2019</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="nb4437qs";>93</th>
<td>Omel’yanchuk_2011</td>
<td>Drosophila melanogaster as a model for studying the function of animal viral proteins</td>
<td>Omel’yanchuk, L. V.; Yudina, O. S.</td>
<td>2011</td>
<td>2011-07-16</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7088594" target="_blank">PMC7088594</a></td>
<td></td>
<td><a href="https://doi.org/10.1134/s1022795411040090" target="_blank">10.1134/s1022795411040090</a></td>
<td>nb4437qs</td>
<td>0.596616</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_10.html#n3p4wefa">Hughes_2012</a>, <a href="Topic_37.html#77lqxgmh">Wu_H_2004</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a></td>
</tr>
<tr>
<th id="nreqluol";>94</th>
<td>Heise_2014</td>
<td>Viral Pathogenesis</td>
<td>Heise, M.T.</td>
<td>2014</td>
<td>2014-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-801238-3.00079-9" target="_blank">10.1016/b978-0-12-801238-3.00079-9</a></td>
<td>nreqluol</td>
<td>0.596616</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a></td>
<td><a href="Topic_10.html#1b3g0ls3">Hibbs_1995</a>, <a href="Topic_09.html#w70dzne7">Cann_2016</a>, <a href="Topic_10.html#hf4h2u4b">Cann_2012</a>, <a href="Topic_46.html#z74mk342">Weis_2019</a></td>
</tr>
<tr>
<th id="snth4ah6";>95</th>
<td>te_Velthuis_2014</td>
<td>Common and unique features of viral RNA-dependent polymerases</td>
<td>te Velthuis, Aartjan J. W.</td>
<td>2014</td>
<td>2014-08-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4207942" target="_blank">PMC4207942</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25080879.0" target="_blank">25080879.0</a></td>
<td><a href="https://doi.org/10.1007/s00018-014-1695-z" target="_blank">10.1007/s00018-014-1695-z</a></td>
<td>snth4ah6</td>
<td>0.596292</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_21.html#bww62vx8">Gopinath_2015</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a></td>
</tr>
<tr>
<th id="mvdtoplq";>96</th>
<td>Maginnis_2018</td>
<td>Virus–Receptor Interactions: The Key to Cellular Invasion</td>
<td>Maginnis, Melissa S.</td>
<td>2018</td>
<td>2018-08-17</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6083867" target="_blank">PMC6083867</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29924965.0" target="_blank">29924965.0</a></td>
<td><a href="https://doi.org/10.1016/j.jmb.2018.06.024" target="_blank">10.1016/j.jmb.2018.06.024</a></td>
<td>mvdtoplq</td>
<td>0.595641</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_08.html#rhkocfx4">Bermejo-Jambrina_2018</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#y80qkv05">Casasnovas_2013</a>, <a href="Topic_41.html#9q1rt8i7">Hussein_2015</a></td>
</tr>
<tr>
<th id="oq25o4qr";>97</th>
<td>Ahlquist_2005</td>
<td>Viral and host determinants of RNA virus vector replication and expression</td>
<td>Ahlquist, Paul; Schwartz, Michael; Chen, Jianbo; Kushner, David; Hao, Linhui; Dye, Billy T.</td>
<td>2005</td>
<td>2005-03-07</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7115378" target="_blank">PMC7115378</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15734041.0" target="_blank">15734041.0</a></td>
<td><a href="https://doi.org/10.1016/j.vaccine.2004.11.005" target="_blank">10.1016/j.vaccine.2004.11.005</a></td>
<td>oq25o4qr</td>
<td>0.594693</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#zgyfwowq">Harak_2015</a></td>
</tr>
<tr>
<th id="y80qkv05";>98</th>
<td>Casasnovas_2013</td>
<td>Virus-Receptor Interactions and Receptor-Mediated Virus Entry into Host Cells</td>
<td>Casasnovas, José M.</td>
<td>2013</td>
<td>2013-02-16</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122110" target="_blank">PMC7122110</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23737061.0" target="_blank">23737061.0</a></td>
<td><a href="https://doi.org/10.1007/978-94-007-6552-8_15" target="_blank">10.1007/978-94-007-6552-8_15</a></td>
<td>y80qkv05</td>
<td>0.594660</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_53.html#fsfer9ue">Roman_1985</a></td>
<td><a href="Topic_53.html#zd039ohv">Dumas_2014</a>, <a href="Topic_20.html#36gbl7tu">Mori_2011</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="55ceq7ze";>99</th>
<td>Magden_2004</td>
<td>Inhibitors of virus replication: recent developments and prospects</td>
<td>Magden, Julia; Kääriäinen, Leevi; Ahola, Tero</td>
<td>2004</td>
<td>2004-12-09</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7082807" target="_blank">PMC7082807</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15592828.0" target="_blank">15592828.0</a></td>
<td><a href="https://doi.org/10.1007/s00253-004-1783-3" target="_blank">10.1007/s00253-004-1783-3</a></td>
<td>55ceq7ze</td>
<td>0.594040</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td>
<td><a href="Topic_10.html#arz8r204">Federico_2011</a>, <a href="Topic_10.html#xy59hlr9">Müller_2009</a>, <a href="Topic_18.html#itz0bdrc">Paintsil_2009</a></td>
</tr>
<tr>
<th id="7gpije5d";>100</th>
<td>Netherton_2007</td>
<td>A Guide to Viral Inclusions, Membrane Rearrangements, Factories, and Viroplasm Produced During Virus Replication</td>
<td>Netherton, Christopher; Moffat, Katy; Brooks, Elizabeth; Wileman, Thomas</td>
<td>2007</td>
<td>2007-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112299" target="_blank">PMC7112299</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17765705.0" target="_blank">17765705.0</a></td>
<td><a href="https://doi.org/10.1016/s0065-3527(07)70004-0" target="_blank">10.1016/s0065-3527(07)70004-0</a></td>
<td>7gpije5d</td>
<td>0.591296</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="fbw99knd";>101</th>
<td>Wendt_2020</td>
<td>The Ebola Virus Nucleoprotein Recruits the Nuclear RNA Export Factor NXF1 into Inclusion Bodies to Facilitate Viral Protein Expression</td>
<td>Wendt, Lisa; Brandt, Janine; Bodmer, Bianca S.; Reiche, Sven; Schmidt, Marie Luisa; Traeger, Shelby; Hoenen, Thomas</td>
<td>2020</td>
<td>2020-01-11</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7017048" target="_blank">PMC7017048</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31940815.0" target="_blank">31940815.0</a></td>
<td><a href="https://doi.org/10.3390/cells9010187" target="_blank">10.3390/cells9010187</a></td>
<td>fbw99knd</td>
<td>0.591170</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="cf336j6k";>102</th>
<td>König_2015</td>
<td>Recent strategies and progress in identifying host factors involved in virus replication</td>
<td>König, Renate; Stertz, Silke</td>
<td>2015</td>
<td>2015-08-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26112615.0" target="_blank">26112615.0</a></td>
<td><a href="https://doi.org/10.1016/j.mib.2015.06.001" target="_blank">10.1016/j.mib.2015.06.001</a></td>
<td>cf336j6k</td>
<td>0.589146</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_01.html#6vja5e5o">Johnson_2018</a>, <a href="Topic_10.html#504kr50e">Alcami_2000</a>, <a href="Topic_10.html#tfok8ep7">Alcami_2000</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#xy59hlr9">Müller_2009</a>, <a href="Topic_10.html#4s0keus5">Meyers_2011</a>, <a href="Topic_10.html#nrh3lv1a">Bagga_2014</a></td>
</tr>
<tr>
<th id="ttc9oxgs";>103</th>
<td>Tang_2018</td>
<td>Pleiotropic roles of the ubiquitin-proteasome system during viral propagation</td>
<td>Tang, Qi; Wu, Peng; Chen, Huiqing; Li, Guohui</td>
<td>2018</td>
<td>2018-08-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094228" target="_blank">PMC7094228</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29913185.0" target="_blank">29913185.0</a></td>
<td><a href="https://doi.org/10.1016/j.lfs.2018.06.014" target="_blank">10.1016/j.lfs.2018.06.014</a></td>
<td>ttc9oxgs</td>
<td>0.586842</td>
<td><a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#4v41s3wi">Bailey-Elkin_2017</a></td>
<td><a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_10.html#4v41s3wi">Bailey-Elkin_2017</a>, <a href="Topic_10.html#15c85zi4">Luo_H_2010</a>, <a href="Topic_10.html#vy4hfd62">Wimmer_2015</a></td>
</tr>
<tr>
<th id="ylnb6qfl";>104</th>
<td>van_der_Schaar_2016</td>
<td>Fat(al) attraction: Picornaviruses Usurp Lipid Transfer at Membrane Contact Sites to Create Replication Organelles</td>
<td>van der Schaar, Hilde M.; Dorobantu, Cristina M.; Albulescu, Lucian; Strating, Jeroen R.P.M.; van Kuppeveld, Frank J.M.</td>
<td>2016</td>
<td>2016-07-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126954" target="_blank">PMC7126954</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27020598.0" target="_blank">27020598.0</a></td>
<td><a href="https://doi.org/10.1016/j.tim.2016.02.017" target="_blank">10.1016/j.tim.2016.02.017</a></td>
<td>ylnb6qfl</td>
<td>0.585191</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="jqq7fh5j";>105</th>
<td>Gerits_2012</td>
<td>Agnoprotein of mammalian polyomaviruses</td>
<td>Gerits, Nancy; Moens, Ugo</td>
<td>2012</td>
<td>2012-10-25</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7111918" target="_blank">PMC7111918</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22726243.0" target="_blank">22726243.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2012.05.024" target="_blank">10.1016/j.virol.2012.05.024</a></td>
<td>jqq7fh5j</td>
<td>0.583430</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_21.html#10jlzjf0">Shi_S_2005</a></td>
<td><a href="Topic_21.html#ov92qh6h">Nowak_1984</a></td>
</tr>
<tr>
<th id="2vy28i4m";>106</th>
<td>Lou_Z_2014</td>
<td>Current progress in antiviral strategies</td>
<td>Lou, Zhiyong; Sun, Yuna; Rao, Zihe</td>
<td>2014</td>
<td>2014-02-28</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112804" target="_blank">PMC7112804</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24439476.0" target="_blank">24439476.0</a></td>
<td><a href="https://doi.org/10.1016/j.tips.2013.11.006" target="_blank">10.1016/j.tips.2013.11.006</a></td>
<td>2vy28i4m</td>
<td>0.583408</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_15.html#z2u5frvq">Montefiori_2007</a></td>
<td><a href="Topic_18.html#itz0bdrc">Paintsil_2009</a>, <a href="Topic_10.html#xy59hlr9">Müller_2009</a>, <a href="Topic_08.html#sf14vnii">Kaufmann_2017</a>, <a href="Topic_10.html#55ceq7ze">Magden_2004</a></td>
</tr>
<tr>
<th id="g1muealp";>107</th>
<td>Belov_2012</td>
<td>(+)RNA viruses rewire cellular pathways to build replication organelles</td>
<td>Belov, George A; van Kuppeveld, Frank JM</td>
<td>2012</td>
<td>2012-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102821" target="_blank">PMC7102821</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23036609.0" target="_blank">23036609.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2012.09.006" target="_blank">10.1016/j.coviro.2012.09.006</a></td>
<td>g1muealp</td>
<td>0.581491</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#zgyfwowq">Harak_2015</a></td>
</tr>
<tr>
<th id="vy4hfd62";>108</th>
<td>Wimmer_2015</td>
<td>Viral Mimicry to Usurp Ubiquitin and SUMO Host Pathways</td>
<td>Wimmer, Peter; Schreiner, Sabrina</td>
<td>2015</td>
<td>2015-08-28</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4584293" target="_blank">PMC4584293</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26343706.0" target="_blank">26343706.0</a></td>
<td><a href="https://doi.org/10.3390/v7092849" target="_blank">10.3390/v7092849</a></td>
<td>vy4hfd62</td>
<td>0.579021</td>
<td><a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#4v41s3wi">Bailey-Elkin_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_10.html#4v41s3wi">Bailey-Elkin_2017</a>, <a href="Topic_31.html#l3qp0n9f">Deng_2019</a>, <a href="Topic_10.html#38c28tw1">Fung_2018</a></td>
</tr>
<tr>
<th id="qo5h18ui";>109</th>
<td>Buck_1996</td>
<td>Comparison of The Replication of Positive-Stranded Rna Viruses of Plants and Animals</td>
<td>Buck, Kenneth W.</td>
<td>1996</td>
<td>1996-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7131377" target="_blank">PMC7131377</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/8895833.0" target="_blank">8895833.0</a></td>
<td><a href="https://doi.org/10.1016/s0065-3527(08)60736-8" target="_blank">10.1016/s0065-3527(08)60736-8</a></td>
<td>qo5h18ui</td>
<td>0.579021</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a></td>
</tr>
<tr>
<th id="3kg4oe4g";>110</th>
<td>Agol_2010</td>
<td>Viral security proteins: counteracting host defences</td>
<td>Agol, Vadim I.; Gmyl, Anatoly P.</td>
<td>2010</td>
<td>2010-11-09</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7096814" target="_blank">PMC7096814</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21060318.0" target="_blank">21060318.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro2452" target="_blank">10.1038/nrmicro2452</a></td>
<td>3kg4oe4g</td>
<td>0.573451</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a></td>
</tr>
<tr>
<th id="8k7w467p";>111</th>
<td>Gaucherand_2018</td>
<td>The influenza A virus endoribonuclease PA-X usurps host mRNA processing machinery to limit host gene expression</td>
<td>Lea Gaucherand; Brittany K. Porter; Summer K. Schmaling; Christopher Harley Rycroft; Yuzo Kevorkian; Craig McCormick; Denys A. Khaperskyy; Marta Maria Gaglia</td>
<td>2018</td>
<td>2018-10-14</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/442996" target="_blank">10.1101/442996</a></td>
<td>8k7w467p</td>
<td>0.572901</td>
<td><a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_31.html#p3b4yk5d">Case_2017</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="v891bc3i";>112</th>
<td>Terrier_2016</td>
<td>Nucleolin interacts with influenza A nucleoprotein and contributes to viral ribonucleoprotein complexes nuclear trafficking and efficient influenza viral replication</td>
<td>Terrier, Olivier; Carron, Coralie; De Chassey, Benoît; Dubois, Julia; Traversier, Aurélien; Julien, Thomas; Cartet, Gaëlle; Proust, Anaïs; Hacot, Sabine; Ressnikoff, Denis; Lotteau, Vincent; Lina, Bruno; Diaz, Jean-Jacques; Moules, Vincent; Rosa-Calatrava, Manuel</td>
<td>2016</td>
<td>2016-07-04</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4931502" target="_blank">PMC4931502</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27373907.0" target="_blank">27373907.0</a></td>
<td><a href="https://doi.org/10.1038/srep29006" target="_blank">10.1038/srep29006</a></td>
<td>v891bc3i</td>
<td>0.569990</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="zy3ynp7q";>113</th>
<td>Connolly_2017</td>
<td>Viral hijacking of host caspases: an emerging category of pathogen–host interactions</td>
<td>Connolly, Patrick F; Fearnhead, Howard O</td>
<td>2017</td>
<td>2017-05-12</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5520459" target="_blank">PMC5520459</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28524855.0" target="_blank">28524855.0</a></td>
<td><a href="https://doi.org/10.1038/cdd.2017.59" target="_blank">10.1038/cdd.2017.59</a></td>
<td>zy3ynp7q</td>
<td>0.569570</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a></td>
</tr>
<tr>
<th id="hina8545";>114</th>
<td>Arakawa_2019</td>
<td>Flavivirus Replication Organelle Biogenesis in the Endoplasmic Reticulum: Comparison with Other Single-Stranded Positive-Sense RNA Viruses</td>
<td>Arakawa, Masashi; Morita, Eiji</td>
<td>2019</td>
<td>2019-05-11</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6539296" target="_blank">PMC6539296</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31083507.0" target="_blank">31083507.0</a></td>
<td><a href="https://doi.org/10.3390/ijms20092336" target="_blank">10.3390/ijms20092336</a></td>
<td>hina8545</td>
<td>0.568517</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#1s6andwf">Hobman_1993</a>, <a href="Topic_10.html#v5kpmk0b">Hagemeijer_2012</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="51ooph3v";>115</th>
<td>Wang_2017</td>
<td>Recent advances in the identification of the host factors involved in dengue virus replication</td>
<td>Wang, Yi; Zhang, Ping</td>
<td>2017</td>
<td>2017-01-24</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6598876" target="_blank">PMC6598876</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28124222.0" target="_blank">28124222.0</a></td>
<td><a href="https://doi.org/10.1007/s12250-016-3902-6" target="_blank">10.1007/s12250-016-3902-6</a></td>
<td>51ooph3v</td>
<td>0.567692</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a></td>
<td><a href="Topic_18.html#wmfwl2bh">Jung_2019</a>, <a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a>, <a href="Topic_53.html#zwkl1ywk">Yu_D_2017</a></td>
</tr>
<tr>
<th id="2d9yu7jw";>116</th>
<td>Cann_2016</td>
<td>Chapter 4 Replication</td>
<td>Cann, Alan J.</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-801946-7.00004-3" target="_blank">10.1016/b978-0-12-801946-7.00004-3</a></td>
<td>2d9yu7jw</td>
<td>0.566213</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#402o8uys">Mainou_2017</a></td>
</tr>
<tr>
<th id="cq1kbjkr";>117</th>
<td>Mouland_2012</td>
<td>22 Role of Dynein in Viral Pathogenesis</td>
<td>Mouland, Andrew J.; Milev, Miroslav P.</td>
<td>2012</td>
<td>2012-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-382004-4.10022-6" target="_blank">10.1016/b978-0-12-382004-4.10022-6</a></td>
<td>cq1kbjkr</td>
<td>0.566096</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="xdfevaok";>118</th>
<td>Helenius_2018</td>
<td>Virus Entry: Looking Back and Moving Forward</td>
<td>Helenius, Ari</td>
<td>2018</td>
<td>2018-06-22</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094621" target="_blank">PMC7094621</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29709571.0" target="_blank">29709571.0</a></td>
<td><a href="https://doi.org/10.1016/j.jmb.2018.03.034" target="_blank">10.1016/j.jmb.2018.03.034</a></td>
<td>xdfevaok</td>
<td>0.564224</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_53.html#tpdgw5ba">Regan_2013</a>, <a href="Topic_53.html#zd039ohv">Dumas_2014</a>, <a href="Topic_53.html#i02c5qw5">Patterson_1986</a></td>
</tr>
<tr>
<th id="zf5wdcb2";>119</th>
<td>Tyler_1987</td>
<td>Host and viral factors that influence viral neurotropism II. Viral genes, host genes, site of entry and route of spread of virus</td>
<td>Tyler, Kenneth L.</td>
<td>1987</td>
<td>1987-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/0166-2236(87)90127-5" target="_blank">10.1016/0166-2236(87)90127-5</a></td>
<td>zf5wdcb2</td>
<td>0.563931</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a></td>
<td><a href="Topic_10.html#wnewx3cx">Tyler_1988</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="f3lp10lm";>120</th>
<td>Delgui_2017</td>
<td>A Novel Mechanism Underlying the Innate Immune Response Induction upon Viral-Dependent Replication of Host Cell mRNA: A Mistake of +sRNA Viruses' Replicases</td>
<td>Delgui, Laura R.; Colombo, María I.</td>
<td>2017</td>
<td>2017-01-20</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5247633" target="_blank">PMC5247633</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28164038.0" target="_blank">28164038.0</a></td>
<td><a href="https://doi.org/10.3389/fcimb.2017.00005" target="_blank">10.3389/fcimb.2017.00005</a></td>
<td>f3lp10lm</td>
<td>0.562931</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="u6x5zd4i";>121</th>
<td>Taliansky_2010</td>
<td>Chapter 5 Involvement of the Plant Nucleolus in Virus and Viroid Infections Parallels with Animal Pathosystems</td>
<td>Taliansky, M.E.; Brown, J.W.S.; Rajamäki, M.L.; Valkonen, J.P.T.; Kalinina, N.O.</td>
<td>2010</td>
<td>2010-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20951872.0" target="_blank">20951872.0</a></td>
<td><a href="https://doi.org/10.1016/b978-0-12-385034-8.00005-3" target="_blank">10.1016/b978-0-12-385034-8.00005-3</a></td>
<td>u6x5zd4i</td>
<td>0.562600</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#iu3dg7y1">Li_Z_2011</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_21.html#waho38j5">Bhat_2011</a></td>
</tr>
<tr>
<th id="tfok8ep7";>122</th>
<td>Alcami_2000</td>
<td>Viral mechanisms of immune evasion</td>
<td>Alcami, Antonio; Koszinowski, Ulrich H.</td>
<td>2000</td>
<td>2000-09-01</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/10989308.0" target="_blank">10989308.0</a></td>
<td><a href="https://doi.org/10.1016/s0966-842x(00)01830-8" target="_blank">10.1016/s0966-842x(00)01830-8</a></td>
<td>tfok8ep7</td>
<td>0.560195</td>
<td><a href="Topic_10.html#504kr50e">Alcami_2000</a>, <a href="Topic_10.html#jn8w7z0t">Alcami_2000</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a></td>
<td><a href="Topic_10.html#jn8w7z0t">Alcami_2000</a>, <a href="Topic_10.html#504kr50e">Alcami_2000</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="d6ycc8ci";>123</th>
<td>Romero-Brey_2015</td>
<td>Viral Infection at High Magnification: 3D Electron Microscopy Methods to Analyze the Architecture of Infected Cells</td>
<td>Romero-Brey, Inés; Bartenschlager, Ralf</td>
<td>2015</td>
<td>2015-12-03</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4690864" target="_blank">PMC4690864</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26633469.0" target="_blank">26633469.0</a></td>
<td><a href="https://doi.org/10.3390/v7122940" target="_blank">10.3390/v7122940</a></td>
<td>d6ycc8ci</td>
<td>0.558968</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_10.html#8rl4kswe">Marsh_2006</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#a64pbftg">Sachse_2019</a>, <a href="Topic_10.html#spye2c1x">Fu_C_2011</a>, <a href="Topic_10.html#mkibohiw">Risco_2013</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="z5axksvp";>124</th>
<td>Ma-Lauer_2012</td>
<td>Virus–host interactomes — antiviral drug discovery</td>
<td>Ma-Lauer, Yue; Lei, Jian; Hilgenfeld, Rolf; von Brunn, Albrecht</td>
<td>2012</td>
<td>2012-10-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102765" target="_blank">PMC7102765</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23057872.0" target="_blank">23057872.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2012.09.003" target="_blank">10.1016/j.coviro.2012.09.003</a></td>
<td>z5axksvp</td>
<td>0.558570</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_18.html#33gvt7pe">Lin_K_2013</a>, <a href="Topic_10.html#sx1fyqw0">Durmuş_2017</a></td>
</tr>
<tr>
<th id="zdr0f2uq";>125</th>
<td>Watanabe_2019</td>
<td>Exploitation of glycosylation in enveloped virus pathobiology</td>
<td>Watanabe, Yasunori; Bowden, Thomas A.; Wilson, Ian A.; Crispin, Max</td>
<td>2019</td>
<td>2019-10-10</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6686077" target="_blank">PMC6686077</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31121217.0" target="_blank">31121217.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbagen.2019.05.012" target="_blank">10.1016/j.bbagen.2019.05.012</a></td>
<td>zdr0f2uq</td>
<td>0.557999</td>
<td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_10.html#1bxoxy30">Vigerust_2007</a>, <a href="Topic_10.html#g8bb3z4o">Bagdonaite_2018</a>, <a href="Topic_10.html#30d7t5bf">Raman_2016</a></td>
</tr>
<tr>
<th id="w9i9pgt4";>126</th>
<td>Robinson_2018</td>
<td>Viral journeys on the intracellular highways</td>
<td>Robinson, Makeda; Schor, Stanford; Barouch-Bentov, Rina; Einav, Shirit</td>
<td>2018</td>
<td>2018-07-24</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6151136" target="_blank">PMC6151136</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30043139.0" target="_blank">30043139.0</a></td>
<td><a href="https://doi.org/10.1007/s00018-018-2882-0" target="_blank">10.1007/s00018-018-2882-0</a></td>
<td>w9i9pgt4</td>
<td>0.557788</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a></td>
</tr>
<tr>
<th id="91qwbslx";>127</th>
<td>Milev_2018</td>
<td>10 Impacts of virus-mediated manipulation of host Dynein</td>
<td>Milev, Miroslav P.; Yao, Xaojian; Berthoux, Lionel; Mouland, Andrew J.</td>
<td>2018</td>
<td>2018-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-809470-9.00010-2" target="_blank">10.1016/b978-0-12-809470-9.00010-2</a></td>
<td>91qwbslx</td>
<td>0.557025</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_10.html#cq1kbjkr">Mouland_2012</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a></td>
</tr>
<tr>
<th id="24ktozs7";>128</th>
<td>Welsch_2007</td>
<td>More than one door – Budding of enveloped viruses through cellular membranes</td>
<td>Welsch, Sonja; Müller, Barbara; Kräusslich, Hans-Georg</td>
<td>2007</td>
<td>2007-05-22</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126970" target="_blank">PMC7126970</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17434167.0" target="_blank">17434167.0</a></td>
<td><a href="https://doi.org/10.1016/j.febslet.2007.03.060" target="_blank">10.1016/j.febslet.2007.03.060</a></td>
<td>24ktozs7</td>
<td>0.553663</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#1s6andwf">Hobman_1993</a>, <a href="Topic_10.html#3wz7k4vy">Lenard_2008</a></td>
<td><a href="Topic_53.html#wc4lxk45">Más_V_2013</a>, <a href="Topic_10.html#niddmbgp">Villanueva_2005</a>, <a href="Topic_53.html#0287r8k8">Modis_2009</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="s935ttyn";>129</th>
<td>Wulan_2015</td>
<td>Nucleocytoplasmic transport of nucleocapsid proteins of enveloped RNA viruses</td>
<td>Wulan, Wahyu N.; Heydet, Deborah; Walker, Erin J.; Gahan, Michelle E.; Ghildyal, Reena</td>
<td>2015</td>
<td>2015-06-02</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4451415" target="_blank">PMC4451415</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26082769.0" target="_blank">26082769.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2015.00553" target="_blank">10.3389/fmicb.2015.00553</a></td>
<td>s935ttyn</td>
<td>0.551813</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#5g58qfn6">Yarbrough_2013</a></td>
</tr>
<tr>
<th id="a3f4l6iu";>130</th>
<td>Dou_D_2018</td>
<td>Influenza A Virus Cell Entry, Replication, Virion Assembly and Movement</td>
<td>Dou, Dan; Revol, Rebecca; Östbye, Henrik; Wang, Hao; Daniels, Robert</td>
<td>2018</td>
<td>2018-07-20</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6062596" target="_blank">PMC6062596</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30079062.0" target="_blank">30079062.0</a></td>
<td><a href="https://doi.org/10.3389/fimmu.2018.01581" target="_blank">10.3389/fimmu.2018.01581</a></td>
<td>a3f4l6iu</td>
<td>0.550105</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="fmkcvhkh";>131</th>
<td>Lloyd_2013</td>
<td>Regulation of Stress Granules and P-Bodies During RNA Virus Infection</td>
<td>Lloyd, Richard E.</td>
<td>2013</td>
<td>2013-04-03</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3652661" target="_blank">PMC3652661</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23554219.0" target="_blank">23554219.0</a></td>
<td><a href="https://doi.org/10.1002/wrna.1162" target="_blank">10.1002/wrna.1162</a></td>
<td>fmkcvhkh</td>
<td>0.549644</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#mbsemrty">Tsai_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_10.html#mbsemrty">Tsai_2014</a>, <a href="Topic_10.html#9jgg8ukr">Zhang_2019</a>, <a href="Topic_10.html#o24zvqj5">Reineke_2013</a></td>
</tr>
<tr>
<th id="rg45m42j";>132</th>
<td>Tessier_2019</td>
<td>Viral Appropriation: Laying Claim to Host Nuclear Transport Machinery</td>
<td>Tessier, Tanner M.; Dodge, Mackenzie J.; Prusinkiewicz, Martin A.; Mymryk, Joe S.</td>
<td>2019</td>
<td>2019-06-08</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6627039" target="_blank">PMC6627039</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31181773.0" target="_blank">31181773.0</a></td>
<td><a href="https://doi.org/10.3390/cells8060559" target="_blank">10.3390/cells8060559</a></td>
<td>rg45m42j</td>
<td>0.548501</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#5g58qfn6">Yarbrough_2013</a></td>
<td><a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#5g58qfn6">Yarbrough_2013</a>, <a href="Topic_10.html#ysrs0w40">Bonamassa_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="554zcjoq";>133</th>
<td>Mayer_2019</td>
<td>Hijacking the Supplies: Metabolism as a Novel Facet of Virus-Host Interaction</td>
<td>Mayer, Katharina A.; Stöckl, Johannes; Zlabinger, Gerhard J.; Gualdoni, Guido A.</td>
<td>2019</td>
<td>2019-07-03</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6617997" target="_blank">PMC6617997</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31333664.0" target="_blank">31333664.0</a></td>
<td><a href="https://doi.org/10.3389/fimmu.2019.01533" target="_blank">10.3389/fimmu.2019.01533</a></td>
<td>554zcjoq</td>
<td>0.548501</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_08.html#sl71djzb">Postigo_2009</a>, <a href="Topic_10.html#1awau7hm">Wilson_2012</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="k3j858ik";>134</th>
<td>Cheng_2014</td>
<td>Commentary on the Regulation of Viral Proteins in Autophagy Process</td>
<td>Cheng, Ching-Yuan; Chi, Pei-I; Liu, Hung-Jen</td>
<td>2014</td>
<td>2014-03-10</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3966343" target="_blank">PMC3966343</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24734254.0" target="_blank">24734254.0</a></td>
<td><a href="https://doi.org/10.1155/2014/962915" target="_blank">10.1155/2014/962915</a></td>
<td>k3j858ik</td>
<td>0.543597</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a></td>
<td><a href="Topic_08.html#on3cnr8i">Espert_2007</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_08.html#032utjfh">Shoji-Kawata_2009</a></td>
</tr>
<tr>
<th id="e6hnybe5";>135</th>
<td>Komarova_2009</td>
<td>Chapter 3 Virus Versus Host Cell Translation Love and Hate Stories</td>
<td>Komarova, Anastassia V.; Haenni, Anne-Lise; Ramírez, Bertha Cecilia</td>
<td>2009</td>
<td>2009-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112309" target="_blank">PMC7112309</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19695382.0" target="_blank">19695382.0</a></td>
<td><a href="https://doi.org/10.1016/s0065-3527(09)73003-9" target="_blank">10.1016/s0065-3527(09)73003-9</a></td>
<td>e6hnybe5</td>
<td>0.543345</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#b37c8aye">Roberts_2009</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#dkwcheu0">Abernathy_2015</a></td>
<td><a href="Topic_10.html#b37c8aye">Roberts_2009</a>, <a href="Topic_21.html#tkfozwpf">Sasvari_2011</a>, <a href="Topic_10.html#3t78vm63">Jaafar_2018</a></td>
</tr>
<tr>
<th id="bsnz24jx";>136</th>
<td>Fan_Y_2018</td>
<td>Breaking Bad: How Viruses Subvert the Cell Cycle</td>
<td>Fan, Ying; Sanyal, Sumana; Bruzzone, Roberto</td>
<td>2018</td>
<td>2018-11-19</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6252338" target="_blank">PMC6252338</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30510918.0" target="_blank">30510918.0</a></td>
<td><a href="https://doi.org/10.3389/fcimb.2018.00396" target="_blank">10.3389/fcimb.2018.00396</a></td>
<td>bsnz24jx</td>
<td>0.543198</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="3zhrz08m";>137</th>
<td>Bright_2016</td>
<td>Natural Virucidal Compounds in Foods</td>
<td>Bright, Kelly R.; Gilling, Damian H.</td>
<td>2016</td>
<td>2016-08-26</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7123660" target="_blank">PMC7123660</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-3-319-30723-7_16" target="_blank">10.1007/978-3-319-30723-7_16</a></td>
<td>3zhrz08m</td>
<td>0.541165</td>
<td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_18.html#gxbrgy6g">Lee_C_2019</a>, <a href="Topic_18.html#ydclax3n">Lusvarghi_2016</a>, <a href="Topic_49.html#osdkejhz">Hudson_2011</a>, <a href="Topic_18.html#tsh7b5r6">Glatthaar-Saalmüller_2015</a></td>
</tr>
<tr>
<th id="47q0yaxr";>138</th>
<td>Cann_2016</td>
<td>Chapter 3 Genomes</td>
<td>Cann, Alan J.</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-801946-7.00003-1" target="_blank">10.1016/b978-0-12-801946-7.00003-1</a></td>
<td>47q0yaxr</td>
<td>0.539860</td>
<td><a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#aioomgjk">Cann_2012</a></td>
</tr>
<tr>
<th id="14z8g7pk";>139</th>
<td>Alves-Rodrigues_2006</td>
<td>Saccharomyces cerevisiae: A useful model host to study fundamental biology of viral replication</td>
<td>Alves-Rodrigues, Isabel; Galão, Rui Pedro; Meyerhans, Andreas; Díez, Juana</td>
<td>2006</td>
<td>2006-09-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114155" target="_blank">PMC7114155</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16698107.0" target="_blank">16698107.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2005.11.018" target="_blank">10.1016/j.virusres.2005.11.018</a></td>
<td>14z8g7pk</td>
<td>0.539621</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a></td>
<td><a href="Topic_10.html#n3p4wefa">Hughes_2012</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#nrh3lv1a">Bagga_2014</a></td>
</tr>
<tr>
<th id="26yc50h3";>140</th>
<td>Dunn_2012</td>
<td>Chapter 9 HijAkt The PI3K/Akt Pathway in Virus Replication and Pathogenesis</td>
<td>Dunn, Ewan F.; Connor, John H.</td>
<td>2012</td>
<td>2012-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-396456-4.00002-x" target="_blank">10.1016/b978-0-12-396456-4.00002-x</a></td>
<td>26yc50h3</td>
<td>0.536725</td>
<td><a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a></td>
<td><a href="Topic_10.html#9fm2gpxx">Cooray_2007</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="5gbhobw8";>141</th>
<td>Isaacson_2009</td>
<td>Ubiquitination, Ubiquitin-like Modifiers, and Deubiquitination in Viral Infection</td>
<td>Isaacson, Marisa K.; Ploegh, Hidde L.</td>
<td>2009</td>
<td>2009-06-18</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7103382" target="_blank">PMC7103382</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19527883.0" target="_blank">19527883.0</a></td>
<td><a href="https://doi.org/10.1016/j.chom.2009.05.012" target="_blank">10.1016/j.chom.2009.05.012</a></td>
<td>5gbhobw8</td>
<td>0.535919</td>
<td><a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_10.html#vy4hfd62">Wimmer_2015</a>, <a href="Topic_10.html#4v41s3wi">Bailey-Elkin_2017</a>, <a href="Topic_10.html#qcx5ehnh">Calistri_2014</a>, <a href="Topic_31.html#tgexahwd">van_Tol_2017</a></td>
</tr>
<tr>
<th id="yz4grpic";>142</th>
<td>Sobhy_2016</td>
<td>A Review of Functional Motifs Utilized by Viruses</td>
<td>Sobhy, Haitham</td>
<td>2016</td>
<td>2016-01-21</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5217368" target="_blank">PMC5217368</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28248213.0" target="_blank">28248213.0</a></td>
<td><a href="https://doi.org/10.3390/proteomes4010003" target="_blank">10.3390/proteomes4010003</a></td>
<td>yz4grpic</td>
<td>0.535189</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_61.html#1oqxmzze">Hyde_2015</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_26.html#j2tdt7ky">Ao_D_2015</a></td>
</tr>
<tr>
<th id="259cspey";>143</th>
<td>Poltronieri_2015</td>
<td>RNA Viruses: RNA Roles in Pathogenesis, Coreplication and Viral Load</td>
<td>Poltronieri, Palmiro; Sun, Binlian; Mallardo, Massimo</td>
<td>2015</td>
<td>2015-10-10</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4763971" target="_blank">PMC4763971</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27047253.0" target="_blank">27047253.0</a></td>
<td><a href="https://doi.org/10.2174/1389202916666150707160613" target="_blank">10.2174/1389202916666150707160613</a></td>
<td>259cspey</td>
<td>0.534682</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_61.html#eljk918r">Chen_2016</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="bp8v2c2o";>144</th>
<td>Tripp_2013</td>
<td>Respiratory Syncytial Virus (RSV) Modulation at the Virus-Host Interface Affects Immune Outcome and Disease Pathogenesis</td>
<td>Tripp, Ralph A.</td>
<td>2013</td>
<td>2013-10-26</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3817296" target="_blank">PMC3817296</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24198740.0" target="_blank">24198740.0</a></td>
<td><a href="https://doi.org/10.4110/in.2013.13.5.163" target="_blank">10.4110/in.2013.13.5.163</a></td>
<td>bp8v2c2o</td>
<td>0.534223</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_31.html#o0m71kvw">Sedeyn_2019</a>, <a href="Topic_08.html#cbelhu32">Phares_2013</a>, <a href="Topic_08.html#ilfcuwgd">Schmidt_2018</a></td>
</tr>
<tr>
<th id="e6sib9ym";>145</th>
<td>Gammon_2014</td>
<td>A single vertebrate DNA virus protein disarms invertebrate immunity to RNA virus infection</td>
<td>Gammon, Don B; Duraffour, Sophie; Rozelle, Daniel K; Hehnly, Heidi; Sharma, Rita; Sparks, Michael E; West, Cara C; Chen, Ying; Moresco, James J; Andrei, Graciela; Connor, John H; Conte, Darryl; Gundersen-Rindal, Dawn E; Marshall, William L; Yates, John R; Silverman, Neal; Mello, Craig C</td>
<td>2014</td>
<td>2014-06-25</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4112549" target="_blank">PMC4112549</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24966209.0" target="_blank">24966209.0</a></td>
<td><a href="https://doi.org/10.7554/elife.02910" target="_blank">10.7554/elife.02910</a></td>
<td>e6sib9ym</td>
<td>0.533997</td>
<td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_31.html#p3b4yk5d">Case_2017</a></td>
</tr>
<tr>
<th id="cxijck5d";>146</th>
<td>Zhao_2017</td>
<td>Yeast for virus research</td>
<td>Zhao, Richard Yuqi</td>
<td>2017</td>
<td>2017-09-18</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5657823" target="_blank">PMC5657823</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29082230.0" target="_blank">29082230.0</a></td>
<td><a href="https://doi.org/10.15698/mic2017.10.592" target="_blank">10.15698/mic2017.10.592</a></td>
<td>cxijck5d</td>
<td>0.533773</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#iu3dg7y1">Li_Z_2011</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#rt0uxy1d">Andréola_2012</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="o5l5i0n1";>147</th>
<td>Wileman_2016</td>
<td>Virus Factories and Mini-Organelles Generated for Virus Replication</td>
<td>Wileman, T.; Netherton, C.L.; Powell, P.P.</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-394447-4.20102-8" target="_blank">10.1016/b978-0-12-394447-4.20102-8</a></td>
<td>o5l5i0n1</td>
<td>0.533592</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9mertwj7">Netherton_2011</a></td>
<td><a href="Topic_10.html#9mertwj7">Netherton_2011</a>, <a href="Topic_10.html#477utyfm">Sasvari_2010</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#zgyfwowq">Harak_2015</a></td>
</tr>
<tr>
<th id="ogs4mq0v";>148</th>
<td>Lindner_2007</td>
<td>Deubiquitination in virus infection</td>
<td>Lindner, Holger A.</td>
<td>2007</td>
<td>2007-06-05</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7103280" target="_blank">PMC7103280</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17291557.0" target="_blank">17291557.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2006.12.035" target="_blank">10.1016/j.virol.2006.12.035</a></td>
<td>ogs4mq0v</td>
<td>0.533527</td>
<td><a href="Topic_31.html#ifla4aix">Choudhury_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_61.html#qm9urt2w">Blank_2017</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a></td>
<td><a href="Topic_10.html#4v41s3wi">Bailey-Elkin_2017</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#38c28tw1">Fung_2018</a>, <a href="Topic_10.html#vy4hfd62">Wimmer_2015</a></td>
</tr>
<tr>
<th id="yzc4bosn";>149</th>
<td>Llano_2018</td>
<td>Chapter Seven Defining Pharmacological Targets by Analysis of Virus–Host Protein Interactions</td>
<td>Llano, Manuel; Peña-Hernandez, Mario A.</td>
<td>2018</td>
<td>2018-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6322211" target="_blank">PMC6322211</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29459033.0" target="_blank">29459033.0</a></td>
<td><a href="https://doi.org/10.1016/bs.apcsb.2017.11.001" target="_blank">10.1016/bs.apcsb.2017.11.001</a></td>
<td>yzc4bosn</td>
<td>0.533489</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a></td>
<td><a href="Topic_10.html#505i9na8">Krumm_2011</a>, <a href="Topic_10.html#bmok0jqa">A_Abdullah_2018</a>, <a href="Topic_10.html#nqw6y8ku">Teissier_2010</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="si8btsab";>150</th>
<td>Beard_2014</td>
<td>A Loss of Function Analysis of Host Factors Influencing Vaccinia virus Replication by RNA Interference</td>
<td>Beard, Philippa M.; Griffiths, Samantha J.; Gonzalez, Orland; Haga, Ismar R.; Pechenick Jowers, Tali; Reynolds, Danielle K.; Wildenhain, Jan; Tekotte, Hille; Auer, Manfred; Tyers, Mike; Ghazal, Peter; Zimmer, Ralf; Haas, Jürgen</td>
<td>2014</td>
<td>2014-06-05</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4047015" target="_blank">PMC4047015</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24901222.0" target="_blank">24901222.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0098431" target="_blank">10.1371/journal.pone.0098431</a></td>
<td>si8btsab</td>
<td>0.530792</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_21.html#d9urjb9e">Masante_2015</a>, <a href="Topic_37.html#3mi2aop5">Haddad_2011</a>, <a href="Topic_37.html#9aylvm7i">Fan_Q_2012</a></td>
</tr>
<tr>
<th id="r35fd6v0";>151</th>
<td>Strating_2017</td>
<td>Viral rewiring of cellular lipid metabolism to create membranous replication compartments</td>
<td>Strating, Jeroen RPM; van Kuppeveld, Frank JM</td>
<td>2017</td>
<td>2017-08-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127510" target="_blank">PMC7127510</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28242560.0" target="_blank">28242560.0</a></td>
<td><a href="https://doi.org/10.1016/j.ceb.2017.02.005" target="_blank">10.1016/j.ceb.2017.02.005</a></td>
<td>r35fd6v0</td>
<td>0.528873</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="6xm0b5el";>152</th>
<td>von_Hahn_2015</td>
<td>Cyclophilin polymorphism and virus infection</td>
<td>von Hahn, Thomas; Ciesek, Sandra</td>
<td>2015</td>
<td>2015-10-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102842" target="_blank">PMC7102842</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26281011.0" target="_blank">26281011.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2015.07.012" target="_blank">10.1016/j.coviro.2015.07.012</a></td>
<td>6xm0b5el</td>
<td>0.528528</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_61.html#1oqxmzze">Hyde_2015</a></td>
<td><a href="Topic_31.html#97t45w73">Zhou_2012</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#8in6yuwf">Hopkins_2015</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="1b3g0ls3";>153</th>
<td>Hibbs_1995</td>
<td>1 Viruses, virulence and pathogenicity</td>
<td>Hibbs, Jonathan; Young, Neal S.</td>
<td>1995</td>
<td>1995-03-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7134682" target="_blank">PMC7134682</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/7663043.0" target="_blank">7663043.0</a></td>
<td><a href="https://doi.org/10.1016/s0950-3536(05)80230-6" target="_blank">10.1016/s0950-3536(05)80230-6</a></td>
<td>1b3g0ls3</td>
<td>0.528225</td>
<td><a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a></td>
<td><a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#bp8v2c2o">Tripp_2013</a></td>
</tr>
<tr>
<th id="f676pagf";>154</th>
<td>Schneider_2016</td>
<td>Chapter 12 The Virus–Host Interactome Knowing the Players to Understand the Game</td>
<td>Schneider, Monika; Johnson, Jeffery R.; Krogan, Nevan J.; Chanda, Sumit K.</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800964-2.00012-4" target="_blank">10.1016/b978-0-12-800964-2.00012-4</a></td>
<td>f676pagf</td>
<td>0.527012</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_10.html#504kr50e">Alcami_2000</a>, <a href="Topic_10.html#tfok8ep7">Alcami_2000</a></td>
<td><a href="Topic_10.html#0qihw3bn">Korth_2016</a>, <a href="Topic_10.html#sx1fyqw0">Durmuş_2017</a>, <a href="Topic_10.html#ti0avcqy">Tarakhovsky_2018</a></td>
</tr>
<tr>
<th id="v4op73hf";>155</th>
<td>Grove_2011</td>
<td>The cell biology of receptor-mediated virus entry</td>
<td>Grove, Joe; Marsh, Mark</td>
<td>2011</td>
<td>2011-12-26</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3246895" target="_blank">PMC3246895</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22123832.0" target="_blank">22123832.0</a></td>
<td><a href="https://doi.org/10.1083/jcb.201108131" target="_blank">10.1083/jcb.201108131</a></td>
<td>v4op73hf</td>
<td>0.526529</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_53.html#fsfer9ue">Roman_1985</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a></td>
<td><a href="Topic_10.html#y80qkv05">Casasnovas_2013</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_53.html#zd039ohv">Dumas_2014</a></td>
</tr>
<tr>
<th id="c405lrjb";>156</th>
<td>García-Sastre_2017</td>
<td>Ten Strategies of Interferon Evasion by Viruses</td>
<td>García-Sastre, Adolfo</td>
<td>2017</td>
<td>2017-08-09</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5576560" target="_blank">PMC5576560</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28799903.0" target="_blank">28799903.0</a></td>
<td><a href="https://doi.org/10.1016/j.chom.2017.07.012" target="_blank">10.1016/j.chom.2017.07.012</a></td>
<td>c405lrjb</td>
<td>0.525899</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_08.html#qcjbtflt">Carrero_2013</a>, <a href="Topic_31.html#fgwf6wy3">Wang_2012</a></td>
</tr>
<tr>
<th id="sxeu332u";>157</th>
<td>Jakubiec_2007</td>
<td>Regulation of positive-strand RNA virus replication: The emerging role of phosphorylation</td>
<td>Jakubiec, Anna; Jupin, Isabelle</td>
<td>2007</td>
<td>2007-11-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7132427" target="_blank">PMC7132427</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17764774.0" target="_blank">17764774.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2007.07.012" target="_blank">10.1016/j.virusres.2007.07.012</a></td>
<td>sxeu332u</td>
<td>0.525797</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_21.html#bww62vx8">Gopinath_2015</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="v5kpmk0b";>158</th>
<td>Hagemeijer_2012</td>
<td>Biogenesis and Dynamics of the Coronavirus Replicative Structures</td>
<td>Hagemeijer, Marne C.; Rottier, Peter J.M.; de Haan, Cornelis A.M.</td>
<td>2012</td>
<td>2012-11-21</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3509692" target="_blank">PMC3509692</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23202524.0" target="_blank">23202524.0</a></td>
<td><a href="https://doi.org/10.3390/v4113245" target="_blank">10.3390/v4113245</a></td>
<td>v5kpmk0b</td>
<td>0.524874</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a></td>
</tr>
<tr>
<th id="1jztk9gl";>159</th>
<td>Doms_2016</td>
<td>Chapter 3 Basic Concepts A Step-by-Step Guide to Viral Infection</td>
<td>Doms, Robert W.</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800964-2.00003-3" target="_blank">10.1016/b978-0-12-800964-2.00003-3</a></td>
<td>1jztk9gl</td>
<td>0.523927</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#y80qkv05">Casasnovas_2013</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="v3w6eu5y";>160</th>
<td>Klein_2011</td>
<td>Picornavirus Subversion of the Autophagy Pathway</td>
<td>Klein, Kathryn A.; Jackson, William T.</td>
<td>2011</td>
<td>2011-08-26</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3187694" target="_blank">PMC3187694</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21994795.0" target="_blank">21994795.0</a></td>
<td><a href="https://doi.org/10.3390/v3091549" target="_blank">10.3390/v3091549</a></td>
<td>v3w6eu5y</td>
<td>0.523267</td>
<td><a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_25.html#uaaj66xq">Ding_2017</a></td>
</tr>
<tr>
<th id="1oawya1p";>161</th>
<td>Chiramel_2013</td>
<td>Divergent Roles of Autophagy in Virus Infection</td>
<td>Chiramel, Abhilash I.; Brady, Nathan R.; Bartenschlager, Ralf</td>
<td>2013</td>
<td>2013-01-25</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3972664" target="_blank">PMC3972664</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24709646.0" target="_blank">24709646.0</a></td>
<td><a href="https://doi.org/10.3390/cells2010083" target="_blank">10.3390/cells2010083</a></td>
<td>1oawya1p</td>
<td>0.522573</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_08.html#on3cnr8i">Espert_2007</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_08.html#7upksc9f">Lee_H_2008</a>, <a href="Topic_08.html#m1wm72do">Sir_D_2010</a></td>
</tr>
<tr>
<th id="lyob7w1u";>162</th>
<td>Koblet_1993</td>
<td>Viral evolution and insects as a possible virologic turning table</td>
<td>Koblet, Hans</td>
<td>1993</td>
<td>1993-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7088601" target="_blank">PMC7088601</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/8320180.0" target="_blank">8320180.0</a></td>
<td><a href="https://doi.org/10.1007/bf02633955" target="_blank">10.1007/bf02633955</a></td>
<td>lyob7w1u</td>
<td>0.522481</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#goidlh08">Walker_2011</a></td>
</tr>
<tr>
<th id="gs75ebo4";>163</th>
<td>Yin_X_2019</td>
<td>Hepatitis E Virus Entry</td>
<td>Yin, Xin; Feng, Zongdi</td>
<td>2019</td>
<td>2019-09-20</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6832200" target="_blank">PMC6832200</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31547135.0" target="_blank">31547135.0</a></td>
<td><a href="https://doi.org/10.3390/v11100883" target="_blank">10.3390/v11100883</a></td>
<td>gs75ebo4</td>
<td>0.521303</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td>
<td><a href="Topic_66.html#qqhgmqrg">Nan_Y_2016</a>, <a href="Topic_31.html#4m0kd8dv">Chen_2019</a></td>
</tr>
<tr>
<th id="9cjo5gx4";>164</th>
<td>Jäger_2011</td>
<td>Purification and characterization of HIV–human protein complexes</td>
<td>Jäger, Stefanie; Gulbahce, Natali; Cimermancic, Peter; Kane, Joshua; He, Nanhai; Chou, Seemay; D’Orso, Iván; Fernandes, Jason; Jang, Gwendolyn; Frankel, Alan D.; Alber, Tom; Zhou, Qiang; Krogan, Nevan J.</td>
<td>2011</td>
<td>2011-01-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3076283" target="_blank">PMC3076283</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20708689.0" target="_blank">20708689.0</a></td>
<td><a href="https://doi.org/10.1016/j.ymeth.2010.08.007" target="_blank">10.1016/j.ymeth.2010.08.007</a></td>
<td>9cjo5gx4</td>
<td>0.520126</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_01.html#fzu3oj20">Leiva-Torres_2017</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_31.html#l3qp0n9f">Deng_2019</a></td>
</tr>
<tr>
<th id="2l40gqk3";>165</th>
<td>Gordon_2019</td>
<td>Host and Viral Proteins Modulating Ebola and Marburg Virus Egress</td>
<td>Gordon, Tamsin B.; Hayward, Joshua A.; Marsh, Glenn A.; Baker, Michelle L.; Tachedjian, Gilda</td>
<td>2019</td>
<td>2019-01-03</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6357148" target="_blank">PMC6357148</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30609802.0" target="_blank">30609802.0</a></td>
<td><a href="https://doi.org/10.3390/v11010025" target="_blank">10.3390/v11010025</a></td>
<td>2l40gqk3</td>
<td>0.519784</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a></td>
</tr>
<tr>
<th id="k5f9ybrc";>166</th>
<td>Torres-Flores_2015</td>
<td>Tight Junctions Go Viral!</td>
<td>Torres-Flores, Jesús M.; Arias, Carlos F.</td>
<td>2015</td>
<td>2015-09-23</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4584309" target="_blank">PMC4584309</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26404354.0" target="_blank">26404354.0</a></td>
<td><a href="https://doi.org/10.3390/v7092865" target="_blank">10.3390/v7092865</a></td>
<td>k5f9ybrc</td>
<td>0.519784</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_26.html#2otgb2w8">UNKNOWN_1994</a></td>
</tr>
<tr>
<th id="402o8uys";>167</th>
<td>Mainou_2017</td>
<td>The Orchestra of Reovirus Cell Entry</td>
<td>Mainou, Bernardo A.</td>
<td>2017</td>
<td>2017-07-13</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6897391" target="_blank">PMC6897391</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31815091.0" target="_blank">31815091.0</a></td>
<td><a href="https://doi.org/10.1007/s40588-017-0067-5" target="_blank">10.1007/s40588-017-0067-5</a></td>
<td>402o8uys</td>
<td>0.518636</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="lnt3e93i";>168</th>
<td>Rodamilans_2018</td>
<td>Plant Viral Proteases: Beyond the Role of Peptide Cutters</td>
<td>Rodamilans, Bernardo; Shan, Hongying; Pasin, Fabio; García, Juan Antonio</td>
<td>2018</td>
<td>2018-05-17</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5967125" target="_blank">PMC5967125</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29868107.0" target="_blank">29868107.0</a></td>
<td><a href="https://doi.org/10.3389/fpls.2018.00666" target="_blank">10.3389/fpls.2018.00666</a></td>
<td>lnt3e93i</td>
<td>0.517797</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_16.html#xocmve3x">Mielech_2014</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a></td>
</tr>
<tr>
<th id="07nfb69o";>169</th>
<td>Sun_D_2016</td>
<td>Roles of the Picornaviral 3C Proteinase in the Viral Life Cycle and Host Cells</td>
<td>Sun, Di; Chen, Shun; Cheng, Anchun; Wang, Mingshu</td>
<td>2016</td>
<td>2016-03-17</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4810272" target="_blank">PMC4810272</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26999188.0" target="_blank">26999188.0</a></td>
<td><a href="https://doi.org/10.3390/v8030082" target="_blank">10.3390/v8030082</a></td>
<td>07nfb69o</td>
<td>0.517572</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a></td>
<td><a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_16.html#rlzh9u6v">Sun_D_2019</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="bwm1fl8f";>170</th>
<td>Louten_2016</td>
<td>Chapter 3 Features of Host Cells Cellular and Molecular Biology Review</td>
<td>Louten, Jennifer</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800947-5.00003-x" target="_blank">10.1016/b978-0-12-800947-5.00003-x</a></td>
<td>bwm1fl8f</td>
<td>0.516641</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_10.html#niddmbgp">Villanueva_2005</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="o24zvqj5";>171</th>
<td>Reineke_2013</td>
<td>Diversion of stress granules and P-bodies during viral infection</td>
<td>Reineke, Lucas C.; Lloyd, Richard E.</td>
<td>2013</td>
<td>2013-02-20</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3611887" target="_blank">PMC3611887</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23290869.0" target="_blank">23290869.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2012.11.017" target="_blank">10.1016/j.virol.2012.11.017</a></td>
<td>o24zvqj5</td>
<td>0.515484</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#mbsemrty">Tsai_2014</a></td>
<td><a href="Topic_10.html#fmkcvhkh">Lloyd_2013</a>, <a href="Topic_10.html#mbsemrty">Tsai_2014</a>, <a href="Topic_10.html#9jgg8ukr">Zhang_2019</a></td>
</tr>
<tr>
<th id="bcfkosyj";>172</th>
<td>Gilfoy_2009</td>
<td>West Nile virus genome amplification requires the functional activities of the proteasome</td>
<td>Gilfoy, Felicia; Fayzulin, Rafik; Mason, Peter W.</td>
<td>2009</td>
<td>2009-03-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7103393" target="_blank">PMC7103393</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19101004.0" target="_blank">19101004.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2008.11.034" target="_blank">10.1016/j.virol.2008.11.034</a></td>
<td>bcfkosyj</td>
<td>0.515282</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a></td>
<td><a href="Topic_31.html#p3b4yk5d">Case_2017</a></td>
</tr>
<tr>
<th id="99tyhwqe";>173</th>
<td>Gaucherand_2019</td>
<td>The Influenza A Virus Endoribonuclease PA-X Usurps Host mRNA Processing Machinery to Limit Host Gene Expression</td>
<td>Gaucherand, Lea; Porter, Brittany K.; Levene, Rachel E.; Price, Emma L.; Schmaling, Summer K.; Rycroft, Chris H.; Kevorkian, Yuzo; McCormick, Craig; Khaperskyy, Denys A.; Gaglia, Marta M.</td>
<td>2019</td>
<td>2019-04-16</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6499400" target="_blank">PMC6499400</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30995476.0" target="_blank">30995476.0</a></td>
<td><a href="https://doi.org/10.1016/j.celrep.2019.03.063" target="_blank">10.1016/j.celrep.2019.03.063</a></td>
<td>99tyhwqe</td>
<td>0.514689</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#8k7w467p">Gaucherand_2018</a>, <a href="Topic_31.html#p3b4yk5d">Case_2017</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="whfyczcj";>174</th>
<td>Seissler_2017</td>
<td>Hijacking of the Ubiquitin/Proteasome Pathway by the HIV Auxiliary Proteins</td>
<td>Seissler, Tanja; Marquet, Roland; Paillart, Jean-Christophe</td>
<td>2017</td>
<td>2017-10-31</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5707529" target="_blank">PMC5707529</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29088112.0" target="_blank">29088112.0</a></td>
<td><a href="https://doi.org/10.3390/v9110322" target="_blank">10.3390/v9110322</a></td>
<td>whfyczcj</td>
<td>0.513157</td>
<td><a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a></td>
<td><a href="Topic_31.html#mm83ml06">Setz_2017</a>, <a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="4uw4frer";>175</th>
<td>Colbère-Garapin_2005</td>
<td>Silencing viruses by RNA interference</td>
<td>Colbère-Garapin, Florence; Blondel, Bruno; Saulnier, Aure; Pelletier, Isabelle; Labadie, Karine</td>
<td>2005</td>
<td>2005-04-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7110879" target="_blank">PMC7110879</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15820151.0" target="_blank">15820151.0</a></td>
<td><a href="https://doi.org/10.1016/j.micinf.2005.02.003" target="_blank">10.1016/j.micinf.2005.02.003</a></td>
<td>4uw4frer</td>
<td>0.510555</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_37.html#3mi2aop5">Haddad_2011</a>, <a href="Topic_37.html#c1kwd9d1">Rothe_2010</a>, <a href="Topic_21.html#35xqgbut">Bhullar_2014</a>, <a href="Topic_21.html#d9urjb9e">Masante_2015</a></td>
</tr>
<tr>
<th id="nqw6y8ku";>176</th>
<td>Teissier_2010</td>
<td>Targeting Cell Entry of Enveloped Viruses as an Antiviral Strategy</td>
<td>Teissier, Elodie; Penin, François; Pécheur, Eve-Isabelle</td>
<td>2010</td>
<td>2010-12-30</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6259279" target="_blank">PMC6259279</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21193846.0" target="_blank">21193846.0</a></td>
<td><a href="https://doi.org/10.3390/molecules16010221" target="_blank">10.3390/molecules16010221</a></td>
<td>nqw6y8ku</td>
<td>0.509560</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#gkzt2qcd">Beitari_2019</a>, <a href="Topic_18.html#gxbrgy6g">Lee_C_2019</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#bmok0jqa">A_Abdullah_2018</a></td>
</tr>
<tr>
<th id="qydevzn1";>177</th>
<td>To_J_2018</td>
<td>Beyond Channel Activity: Protein-Protein Interactions Involving Viroporins</td>
<td>To, Janet; Torres, Jaume</td>
<td>2018</td>
<td>2018-06-14</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122450" target="_blank">PMC7122450</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29900504.0" target="_blank">29900504.0</a></td>
<td><a href="https://doi.org/10.1007/978-981-10-8456-0_15" target="_blank">10.1007/978-981-10-8456-0_15</a></td>
<td>qydevzn1</td>
<td>0.508173</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#rg45m42j">Tessier_2019</a></td>
<td><a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#qhx330ig">Nieva_2012</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="bd34mx77";>178</th>
<td>Houzet_2011</td>
<td>Genome-wide screening using RNAi (RNA interference) to study host factors in viral replication and pathogenesis</td>
<td>Houzet, Laurent; Jeang, Kuan-Teh</td>
<td>2011</td>
<td>2011-08-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3415036" target="_blank">PMC3415036</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21727185.0" target="_blank">21727185.0</a></td>
<td><a href="https://doi.org/10.1258/ebm.2010.010272" target="_blank">10.1258/ebm.2010.010272</a></td>
<td>bd34mx77</td>
<td>0.508150</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_37.html#c1kwd9d1">Rothe_2010</a>, <a href="Topic_10.html#r2os06po">TAN_F_2004</a>, <a href="Topic_37.html#ukag5xid">Ma_Y_2007</a>, <a href="Topic_37.html#3mi2aop5">Haddad_2011</a></td>
</tr>
<tr>
<th id="qv3ne8cm";>179</th>
<td>Ni_P_2013</td>
<td>Non-encapsidation activities of the capsid proteins of positive-strand RNA viruses</td>
<td>Ni, Peng; Cheng Kao, C.</td>
<td>2013</td>
<td>2013-11-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3818703" target="_blank">PMC3818703</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24074574.0" target="_blank">24074574.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2013.07.023" target="_blank">10.1016/j.virol.2013.07.023</a></td>
<td>qv3ne8cm</td>
<td>0.507900</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="w4puwpat";>180</th>
<td>Poblete-Durán_2016</td>
<td>Who Regulates Whom? An Overview of RNA Granules and Viral Infections</td>
<td>Poblete-Durán, Natalia; Prades-Pérez, Yara; Vera-Otarola, Jorge; Soto-Rifo, Ricardo; Valiente-Echeverría, Fernando</td>
<td>2016</td>
<td>2016-06-28</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4974515" target="_blank">PMC4974515</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27367717.0" target="_blank">27367717.0</a></td>
<td><a href="https://doi.org/10.3390/v8070180" target="_blank">10.3390/v8070180</a></td>
<td>w4puwpat</td>
<td>0.507233</td>
<td><a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#mbsemrty">Tsai_2014</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#9a56rr1j">Montero_2011</a>, <a href="Topic_10.html#mbsemrty">Tsai_2014</a>, <a href="Topic_10.html#9jgg8ukr">Zhang_2019</a></td>
</tr>
<tr>
<th id="ebr8jy1e";>181</th>
<td>Yang_2014</td>
<td>Studying Coronavirus–Host Protein Interactions</td>
<td>Yang, Chee-Hing; Li, Hui-Chun; Hung, Cheng-Huei; Lo, Shih-Yen</td>
<td>2014</td>
<td>2014-12-18</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121234" target="_blank">PMC7121234</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25720482.0" target="_blank">25720482.0</a></td>
<td><a href="https://doi.org/10.1007/978-1-4939-2438-7_17" target="_blank">10.1007/978-1-4939-2438-7_17</a></td>
<td>ebr8jy1e</td>
<td>0.505771</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_26.html#cz42gvhy">Popescu_2011</a></td>
</tr>
<tr>
<th id="nhiyibr1";>182</th>
<td>Yang_2015</td>
<td>RNA chaperones encoded by RNA viruses</td>
<td>Yang, Jie; Xia, Hongjie; Qian, Qi; Zhou, Xi</td>
<td>2015</td>
<td>2015-12-22</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7091039" target="_blank">PMC7091039</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26715301.0" target="_blank">26715301.0</a></td>
<td><a href="https://doi.org/10.1007/s12250-015-3676-2" target="_blank">10.1007/s12250-015-3676-2</a></td>
<td>nhiyibr1</td>
<td>0.505644</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#iu3dg7y1">Li_Z_2011</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_21.html#wo462anq">Xia_H_2015</a>, <a href="Topic_10.html#oa24b5to">Zúñiga_2009</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a></td>
</tr>
<tr>
<th id="cdw6hvyx";>183</th>
<td>Krishna_2005</td>
<td>Identification of Structural Domains Involved in Astrovirus Capsid Biology</td>
<td>Krishna, Neel K.</td>
<td>2005</td>
<td>2005-03-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1393289" target="_blank">PMC1393289</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15802951.0" target="_blank">15802951.0</a></td>
<td><a href="https://doi.org/10.1089/vim.2005.18.17" target="_blank">10.1089/vim.2005.18.17</a></td>
<td>cdw6hvyx</td>
<td>0.504177</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#zn7tm1ww">Sokoloski_2017</a></td>
</tr>
<tr>
<th id="apcueljv";>184</th>
<td>Zhai_2020</td>
<td>Mental health care for international Chinese students affected by the COVID-19 outbreak</td>
<td>Zhai, Yusen; Du, Xue</td>
<td>2020</td>
<td>2020-04-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7103995" target="_blank">PMC7103995</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/32199511.0" target="_blank">32199511.0</a></td>
<td><a href="https://doi.org/10.1016/s2215-0366(20)30089-4" target="_blank">10.1016/s2215-0366(20)30089-4</a></td>
<td>apcueljv</td>
<td>0.503446</td>
<td></td>
<td><a href="Topic_06.html#r8lo6p4b">Rana_2020</a>, <a href="Topic_37.html#r79doruj">Chen_2020</a>, <a href="Topic_70.html#ezs6z0rl">Powell_2020</a>, <a href="Topic_71.html#3qqzthx8">Liebrenz_2020</a></td>
</tr>
<tr>
<th id="gr6v098c";>185</th>
<td>Wang_2016</td>
<td>Mechanisms of Cellular Membrane Reorganization to Support Hepatitis C Virus Replication</td>
<td>Wang, Hongliang; Tai, Andrew W.</td>
<td>2016</td>
<td>2016-05-20</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4885097" target="_blank">PMC4885097</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27213428.0" target="_blank">27213428.0</a></td>
<td><a href="https://doi.org/10.3390/v8050142" target="_blank">10.3390/v8050142</a></td>
<td>gr6v098c</td>
<td>0.500156</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a></td>
</tr>
<tr>
<th id="muq5rkaa";>186</th>
<td>Larson_2019</td>
<td>EPS8 facilitates uncoating of influenza A virus</td>
<td>Gloria P. Larson; Vy Tran; Shuǐqìng Yú; Yíngyún Caì; Christina A. Higgins; Danielle M. Smith; Steven F. Baker; Sheli R. Radoshitzky; Jens H. Kuhn; Andrew Mehle</td>
<td>2019</td>
<td>2019-03-28</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/592485" target="_blank">10.1101/592485</a></td>
<td>muq5rkaa</td>
<td>0.500132</td>
<td><a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_26.html#cz42gvhy">Popescu_2011</a></td>
</tr>
<tr>
<th id="az2hdsob";>187</th>
<td>Rossignol_2015</td>
<td>The Role of Electron Microscopy in Studying the Continuum of Changes in Membranous Structures during Poliovirus Infection</td>
<td>Rossignol, Evan D.; Yang, Jie E.; Bullitt, Esther</td>
<td>2015</td>
<td>2015-10-12</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4632382" target="_blank">PMC4632382</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26473912.0" target="_blank">26473912.0</a></td>
<td><a href="https://doi.org/10.3390/v7102874" target="_blank">10.3390/v7102874</a></td>
<td>az2hdsob</td>
<td>0.495919</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="96w28ygp";>188</th>
<td>Takahashi_2011</td>
<td>Function of Membrane Rafts in Viral Lifecycles and Host Cellular Response</td>
<td>Takahashi, Tadanobu; Suzuki, Takashi</td>
<td>2011</td>
<td>2011-12-07</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3235436" target="_blank">PMC3235436</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22191032.0" target="_blank">22191032.0</a></td>
<td><a href="https://doi.org/10.1155/2011/245090" target="_blank">10.1155/2011/245090</a></td>
<td>96w28ygp</td>
<td>0.495375</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#3wz7k4vy">Lenard_2008</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#0gkonrzw">Sze_C_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="ali14j7x";>189</th>
<td>Wisskirchen_2014</td>
<td>New pharmacological strategies to fight enveloped viruses</td>
<td>Wisskirchen, Karin; Lucifora, Julie; Michler, Thomas; Protzer, Ulrike</td>
<td>2014</td>
<td>2014-09-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112871" target="_blank">PMC7112871</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25108320.0" target="_blank">25108320.0</a></td>
<td><a href="https://doi.org/10.1016/j.tips.2014.06.004" target="_blank">10.1016/j.tips.2014.06.004</a></td>
<td>ali14j7x</td>
<td>0.493527</td>
<td><a href="Topic_13.html#c22mytwr">Brucker_2020</a>, <a href="Topic_15.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_01.html#8jin6oru">Martínez_2008</a>, <a href="Topic_01.html#b4u63jgo">Schor_2018</a>, <a href="Topic_18.html#8ak2tths">Cagno_2018</a>, <a href="Topic_18.html#k4tghibp">D’Alessandro_2020</a></td>
</tr>
<tr>
<th id="0mdv60t4";>190</th>
<td>Yang_2016</td>
<td>Chapter 14 Metabolomics and Lipidomics Yet More Ways Your Health Is Influenced by Fat</td>
<td>Yang, Priscilla L.</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800964-2.00014-8" target="_blank">10.1016/b978-0-12-800964-2.00014-8</a></td>
<td>0mdv60t4</td>
<td>0.492295</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a></td>
<td><a href="Topic_74.html#36hiiw91">Keshavarz_2020</a>, <a href="Topic_49.html#yhnk7iyq">Xing_2014</a>, <a href="Topic_74.html#sh3010q8">Lercher_2019</a>, <a href="Topic_72.html#5upto8co">Martín-Acebes_2019</a></td>
</tr>
<tr>
<th id="kjyuxc3g";>191</th>
<td>Koonin_2013</td>
<td>A virocentric perspective on the evolution of life</td>
<td>Koonin, Eugene V; Dolja, Valerian V</td>
<td>2013</td>
<td>2013-10-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4326007" target="_blank">PMC4326007</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23850169.0" target="_blank">23850169.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2013.06.008" target="_blank">10.1016/j.coviro.2013.06.008</a></td>
<td>kjyuxc3g</td>
<td>0.491202</td>
<td><a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_10.html#goidlh08">Walker_2011</a></td>
</tr>
<tr>
<th id="38c28tw1";>192</th>
<td>Fung_2018</td>
<td>Post-translational modifications of coronavirus proteins: roles and function</td>
<td>Fung, To Sing; Liu, Ding Xiang</td>
<td>2018</td>
<td>2018-05-21</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7080180" target="_blank">PMC7080180</a></td>
<td></td>
<td><a href="https://doi.org/10.2217/fvl-2018-0008" target="_blank">10.2217/fvl-2018-0008</a></td>
<td>38c28tw1</td>
<td>0.490340</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#10jlzjf0">Shi_S_2005</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_26.html#jljpb7rv">Voß_D_2009</a></td>
</tr>
<tr>
<th id="mbsemrty";>193</th>
<td>Tsai_2014</td>
<td>Cytoplasmic RNA Granules and Viral Infection</td>
<td>Tsai, Wei-Chih; Lloyd, Richard E.</td>
<td>2014</td>
<td>2014-11-03</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4867093" target="_blank">PMC4867093</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26958719.0" target="_blank">26958719.0</a></td>
<td><a href="https://doi.org/10.1146/annurev-virology-031413-085505" target="_blank">10.1146/annurev-virology-031413-085505</a></td>
<td>mbsemrty</td>
<td>0.488306</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_10.html#9jgg8ukr">Zhang_2019</a>, <a href="Topic_10.html#fmkcvhkh">Lloyd_2013</a>, <a href="Topic_10.html#o24zvqj5">Reineke_2013</a></td>
</tr>
<tr>
<th id="dr82eaoi";>194</th>
<td>Damas_2019</td>
<td>Functional Interplay between RNA Viruses and Non-Coding RNA in Mammals</td>
<td>Damas, Nkerorema Djodji; Fossat, Nicolas; Scheel, Troels K. H.</td>
<td>2019</td>
<td>2019-01-14</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6468702" target="_blank">PMC6468702</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30646609.0" target="_blank">30646609.0</a></td>
<td><a href="https://doi.org/10.3390/ncrna5010007" target="_blank">10.3390/ncrna5010007</a></td>
<td>dr82eaoi</td>
<td>0.487727</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_21.html#d9urjb9e">Masante_2015</a>, <a href="Topic_10.html#v6uc0ijw">Girardi_2013</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a></td>
</tr>
<tr>
<th id="w2xuf15h";>195</th>
<td>Galluzzi_2008</td>
<td>Viral Control of Mitochondrial Apoptosis</td>
<td>Galluzzi, Lorenzo; Brenner, Catherine; Morselli, Eugenia; Touat, Zahia; Kroemer, Guido</td>
<td>2008</td>
<td>2008-05-30</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2376094" target="_blank">PMC2376094</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18516228.0" target="_blank">18516228.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1000018" target="_blank">10.1371/journal.ppat.1000018</a></td>
<td>w2xuf15h</td>
<td>0.487087</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#9fm2gpxx">Cooray_2007</a>, <a href="Topic_10.html#xevie6tm">Neumann_2015</a>, <a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_08.html#032utjfh">Shoji-Kawata_2009</a></td>
</tr>
<tr>
<th id="1w74wf02";>196</th>
<td>Vignuzzi_2019</td>
<td>Defective viral genomes are key drivers of the virus–host interaction</td>
<td>Vignuzzi, Marco; López, Carolina B.</td>
<td>2019</td>
<td>2019-06-03</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097797" target="_blank">PMC7097797</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31160826.0" target="_blank">31160826.0</a></td>
<td><a href="https://doi.org/10.1038/s41564-019-0465-y" target="_blank">10.1038/s41564-019-0465-y</a></td>
<td>1w74wf02</td>
<td>0.486320</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#504kr50e">Alcami_2000</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#vb7380tp">Puschnik_2017</a>, <a href="Topic_10.html#vefs1h6o">Jeang_2006</a></td>
</tr>
<tr>
<th id="5fw9abzl";>197</th>
<td>Cheng_2018</td>
<td>DDX5 RNA Helicases: Emerging Roles in Viral Infection</td>
<td>Cheng, Wenyu; Chen, Guohua; Jia, Huaijie; He, Xiaobing; Jing, Zhizhong</td>
<td>2018</td>
<td>2018-04-09</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5979547" target="_blank">PMC5979547</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29642538.0" target="_blank">29642538.0</a></td>
<td><a href="https://doi.org/10.3390/ijms19041122" target="_blank">10.3390/ijms19041122</a></td>
<td>5fw9abzl</td>
<td>0.484692</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_66.html#44imoolt">Ariumi_2014</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#wo462anq">Xia_H_2015</a></td>
</tr>
<tr>
<th id="3jijeemg";>198</th>
<td>Nicholson_2014</td>
<td>Functional long-range RNA–RNA interactions in positive-strand RNA viruses</td>
<td>Nicholson, Beth L.; White, K. Andrew</td>
<td>2014</td>
<td>2014-06-16</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097572" target="_blank">PMC7097572</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24931042.0" target="_blank">24931042.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro3288" target="_blank">10.1038/nrmicro3288</a></td>
<td>3jijeemg</td>
<td>0.481671</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#tx5ff5gk">Wu_B_2009</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_21.html#35xqgbut">Bhullar_2014</a>, <a href="Topic_10.html#tx5ff5gk">Wu_B_2009</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_21.html#p9dl7whd">YU_W_1995</a></td>
</tr>
<tr>
<th id="3xof6e7g";>199</th>
<td>Gaete-Argel_2019</td>
<td>Strategies for Success. Viral Infections and Membraneless Organelles</td>
<td>Gaete-Argel, Aracelly; Márquez, Chantal L.; Barriga, Gonzalo P.; Soto-Rifo, Ricardo; Valiente-Echeverría, Fernando</td>
<td>2019</td>
<td>2019-10-11</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6797609" target="_blank">PMC6797609</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31681621.0" target="_blank">31681621.0</a></td>
<td><a href="https://doi.org/10.3389/fcimb.2019.00336" target="_blank">10.3389/fcimb.2019.00336</a></td>
<td>3xof6e7g</td>
<td>0.481671</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#cwwnsx9y">Moon_2012</a></td>
<td><a href="Topic_10.html#9jgg8ukr">Zhang_2019</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="vefs1h6o";>200</th>
<td>Jeang_2006</td>
<td>Role of RNA helicases in HIV-1 replication</td>
<td>Jeang, Kuan-Teh; Yedavalli, Venkat</td>
<td>2006</td>
<td>2006-08-25</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1616970" target="_blank">PMC1616970</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16935887.0" target="_blank">16935887.0</a></td>
<td><a href="https://doi.org/10.1093/nar/gkl398" target="_blank">10.1093/nar/gkl398</a></td>
<td>vefs1h6o</td>
<td>0.481207</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_21.html#d9urjb9e">Masante_2015</a>, <a href="Topic_21.html#sik7m86l">Tzeng_2006</a></td>
</tr>
<tr>
<th id="t1lxtox3";>201</th>
<td>Ryan_2016</td>
<td>Activation of the DNA Damage Response by RNA Viruses</td>
<td>Ryan, Ellis L.; Hollingworth, Robert; Grand, Roger J.</td>
<td>2016</td>
<td>2016-01-06</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4808796" target="_blank">PMC4808796</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26751489.0" target="_blank">26751489.0</a></td>
<td><a href="https://doi.org/10.3390/biom6010002" target="_blank">10.3390/biom6010002</a></td>
<td>t1lxtox3</td>
<td>0.480740</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a></td>
</tr>
<tr>
<th id="zz4w4jp3";>202</th>
<td>de_Breyne_2018</td>
<td>Focus on Translation Initiation of the HIV-1 mRNAs</td>
<td>de Breyne, Sylvain; Ohlmann, Théophile</td>
<td>2018</td>
<td>2018-12-28</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6337239" target="_blank">PMC6337239</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30597859.0" target="_blank">30597859.0</a></td>
<td><a href="https://doi.org/10.3390/ijms20010101" target="_blank">10.3390/ijms20010101</a></td>
<td>zz4w4jp3</td>
<td>0.480436</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#dkwcheu0">Abernathy_2015</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#yozk08w4">Guerrero_2015</a>, <a href="Topic_21.html#tkfozwpf">Sasvari_2011</a></td>
</tr>
<tr>
<th id="5lkjb69g";>203</th>
<td>Dimitrov_2004</td>
<td>Virus entry: molecular mechanisms and biomedical applications</td>
<td>Dimitrov, Dimiter S.</td>
<td>2004</td>
<td>2004-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097642" target="_blank">PMC7097642</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15043007.0" target="_blank">15043007.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro817" target="_blank">10.1038/nrmicro817</a></td>
<td>5lkjb69g</td>
<td>0.480309</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a></td>
</tr>
<tr>
<th id="12dee0lv";>204</th>
<td>Malik_2017</td>
<td>Do Viruses Exchange Genes across Superkingdoms of Life?</td>
<td>Malik, Shahana S.; Azem-e-Zahra, Syeda; Kim, Kyung Mo; Caetano-Anollés, Gustavo; Nasir, Arshan</td>
<td>2017</td>
<td>2017-10-31</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5671483" target="_blank">PMC5671483</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29163404.0" target="_blank">29163404.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2017.02110" target="_blank">10.3389/fmicb.2017.02110</a></td>
<td>12dee0lv</td>
<td>0.479558</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_10.html#629kl04a">Bahir_2009</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_69.html#3v9cp89p">Chen_2020</a>, <a href="Topic_10.html#sx1fyqw0">Durmuş_2017</a></td>
</tr>
<tr>
<th id="4k5exdes";>205</th>
<td>Du_S_2018</td>
<td>Viral-Mediated mRNA Degradation for Pathogenesis</td>
<td>Du, Shujuan; Liu, Xiaoqing; Cai, Qiliang</td>
<td>2018</td>
<td>2018-11-29</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6315618" target="_blank">PMC6315618</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30501096.0" target="_blank">30501096.0</a></td>
<td><a href="https://doi.org/10.3390/biomedicines6040111" target="_blank">10.3390/biomedicines6040111</a></td>
<td>4k5exdes</td>
<td>0.479092</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_10.html#dkwcheu0">Abernathy_2015</a>, <a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_10.html#4s0keus5">Meyers_2011</a></td>
</tr>
<tr>
<th id="5lny749e";>206</th>
<td>Sun_E_2013</td>
<td>Live cell imaging of viral entry</td>
<td>Sun, Eileen; He, Jiang; Zhuang, Xiaowei</td>
<td>2013</td>
<td>2013-02-28</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3587724" target="_blank">PMC3587724</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23395264.0" target="_blank">23395264.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2013.01.005" target="_blank">10.1016/j.coviro.2013.01.005</a></td>
<td>5lny749e</td>
<td>0.478430</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#4b5s9nal">Mudhakir_2009</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#rk7l3uq3">Sewald_2018</a>, <a href="Topic_10.html#y80qkv05">Casasnovas_2013</a></td>
</tr>
<tr>
<th id="lk2ny1wd";>207</th>
<td>Cantoni_2018</td>
<td>Ebolaviruses: New roles for old proteins</td>
<td>Cantoni, Diego; Rossman, Jeremy S.</td>
<td>2018</td>
<td>2018-05-03</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5933699" target="_blank">PMC5933699</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29723187.0" target="_blank">29723187.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pntd.0006349" target="_blank">10.1371/journal.pntd.0006349</a></td>
<td>lk2ny1wd</td>
<td>0.474390</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#ygh2cce4">Graham_2008</a>, <a href="Topic_36.html#2ho8sr1a">Barrette_2011</a>, <a href="Topic_31.html#pdfs6ojs">Narayanan_2015</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="aenuyht0";>208</th>
<td>Emmett_2005</td>
<td>The Cell Cycle and Virus Infection</td>
<td>Emmett, Stevan R.; Dove, Brian; Mahoney, Laura; Wurm, Torsten; Hiscox, Julian A.</td>
<td>2005</td>
<td>2005-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120536" target="_blank">PMC7120536</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15576934.0" target="_blank">15576934.0</a></td>
<td><a href="https://doi.org/10.1385/1-59259-857-9:197" target="_blank">10.1385/1-59259-857-9:197</a></td>
<td>aenuyht0</td>
<td>0.472824</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#7gpije5d">Netherton_2007</a></td>
</tr>
<tr>
<th id="grk3pq19";>209</th>
<td>Raaben_2007</td>
<td>Cyclooxygenase activity is important for efficient replication of mouse hepatitis virus at an early stage of infection</td>
<td>Raaben, Matthijs; Einerhand, Alexandra WC; Taminiau, Lucas JA; van Houdt, Michel; Bouma, Janneke; Raatgeep, Rolien H; Büller, Hans A; de Haan, Cornelis AM; Rossen, John WA</td>
<td>2007</td>
<td>2007-06-07</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1892777" target="_blank">PMC1892777</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17555580.0" target="_blank">17555580.0</a></td>
<td><a href="https://doi.org/10.1186/1743-422x-4-55" target="_blank">10.1186/1743-422x-4-55</a></td>
<td>grk3pq19</td>
<td>0.471658</td>
<td><a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a></td>
<td><a href="Topic_20.html#7soclp7j">Van_der_Gucht_2017</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_31.html#97t45w73">Zhou_2012</a></td>
</tr>
<tr>
<th id="0hobwqpe";>210</th>
<td>Bier_2011</td>
<td>Deconstructing host-pathogen interactions in Drosophila</td>
<td>Bier, Ethan; Guichard, Annabel</td>
<td>2011</td>
<td>2011-10-06</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3255543" target="_blank">PMC3255543</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21979942.0" target="_blank">21979942.0</a></td>
<td><a href="https://doi.org/10.1242/dmm.000406" target="_blank">10.1242/dmm.000406</a></td>
<td>0hobwqpe</td>
<td>0.468919</td>
<td><a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_01.html#6vja5e5o">Johnson_2018</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a></td>
<td><a href="Topic_08.html#m1hk2mgt">Panayidou_2014</a>, <a href="Topic_01.html#cygqau6d">Douam_2015</a>, <a href="Topic_02.html#46w52de3">Sironi_2015</a></td>
</tr>
<tr>
<th id="4xdw4303";>211</th>
<td>Lum_K_2016</td>
<td>Proteomic approaches to uncovering virus–host protein interactions during the progression of viral infection</td>
<td>Lum, Krystal K; Cristea, Ileana M</td>
<td>2016</td>
<td>2016-03-01</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4919574" target="_blank">PMC4919574</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26817613.0" target="_blank">26817613.0</a></td>
<td><a href="https://doi.org/10.1586/14789450.2016.1147353" target="_blank">10.1586/14789450.2016.1147353</a></td>
<td>4xdw4303</td>
<td>0.468919</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#504kr50e">Alcami_2000</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#3ahamzjv">Zhou_2011</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#sx1fyqw0">Durmuş_2017</a></td>
</tr>
<tr>
<th id="duu77yzu";>212</th>
<td>Zhang_2013</td>
<td>Long noncoding RNAs and viral infections</td>
<td>Zhang, Quan; Jeang, Kuan-Teh</td>
<td>2013</td>
<td>2013-03-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3641704" target="_blank">PMC3641704</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23645970.0" target="_blank">23645970.0</a></td>
<td><a href="https://doi.org/10.1016/j.biomed.2013.01.001" target="_blank">10.1016/j.biomed.2013.01.001</a></td>
<td>duu77yzu</td>
<td>0.467212</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_34.html#mzwkz0xx">Wang_2017</a>, <a href="Topic_10.html#259cspey">Poltronieri_2015</a></td>
<td><a href="Topic_08.html#02zv1gsq">Liu_W_2017</a>, <a href="Topic_10.html#259cspey">Poltronieri_2015</a>, <a href="Topic_34.html#er3kkn9m">Trypsteen_2016</a>, <a href="Topic_10.html#ebhh3jb4">Lamsisi_2020</a></td>
</tr>
<tr>
<th id="v9xo446h";>213</th>
<td>White_2012</td>
<td>Regulation of stress granules in virus systems</td>
<td>White, James P.; Lloyd, Richard E.</td>
<td>2012</td>
<td>2012-04-30</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3322245" target="_blank">PMC3322245</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22405519.0" target="_blank">22405519.0</a></td>
<td><a href="https://doi.org/10.1016/j.tim.2012.02.001" target="_blank">10.1016/j.tim.2012.02.001</a></td>
<td>v9xo446h</td>
<td>0.466096</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#pzuff2al">Miller_2011</a>, <a href="Topic_10.html#mbsemrty">Tsai_2014</a>, <a href="Topic_10.html#9jgg8ukr">Zhang_2019</a></td>
</tr>
<tr>
<th id="spye2c1x";>214</th>
<td>Fu_C_2011</td>
<td>Viral life cycles captured in three-dimensions with electron microscopy tomography</td>
<td>Fu, Chi-yu; Johnson, Johnson E</td>
<td>2011</td>
<td>2011-08-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3163493" target="_blank">PMC3163493</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21887207.0" target="_blank">21887207.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2011.06.008" target="_blank">10.1016/j.coviro.2011.06.008</a></td>
<td>spye2c1x</td>
<td>0.465308</td>
<td><a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#a64pbftg">Sachse_2019</a>, <a href="Topic_10.html#rk7l3uq3">Sewald_2018</a>, <a href="Topic_10.html#d6ycc8ci">Romero-Brey_2015</a>, <a href="Topic_16.html#anp238gu">Effantin_2016</a></td>
</tr>
<tr>
<th id="rm89rria";>215</th>
<td>Angelini_2014</td>
<td>Untangling Membrane Rearrangement in the Nidovirales</td>
<td>Angelini, Megan Mary; Neuman, Benjamin William; Buchmeier, Michael J.</td>
<td>2014</td>
<td>2014-03-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3942677" target="_blank">PMC3942677</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24410069.0" target="_blank">24410069.0</a></td>
<td><a href="https://doi.org/10.1089/dna.2013.2304" target="_blank">10.1089/dna.2013.2304</a></td>
<td>rm89rria</td>
<td>0.461796</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_21.html#v3yqs4u8">Enjuanes_2008</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="qerm5cpo";>216</th>
<td>Amaya_2014</td>
<td>Proteomic strategies for the discovery of novel diagnostic and therapeutic targets for infectious diseases</td>
<td>Amaya, Moushimi; Baer, Alan; Voss, Kelsey; Campbell, Catherine; Mueller, Claudius; Bailey, Charles; Kehn Hall, Kylene; Petricoin, Emanuel; Narayanan, Aarthi</td>
<td>2014</td>
<td>2014-07-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108530" target="_blank">PMC7108530</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24488789.0" target="_blank">24488789.0</a></td>
<td><a href="https://doi.org/10.1111/2049-632x.12150" target="_blank">10.1111/2049-632x.12150</a></td>
<td>qerm5cpo</td>
<td>0.460451</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_08.html#sl71djzb">Postigo_2009</a></td>
<td><a href="Topic_10.html#1grbdlib">Zheng_2012</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_08.html#1giy1fow">Martinez-Martin_2017</a>, <a href="Topic_01.html#058o3nmn">Zheng_2011</a></td>
</tr>
<tr>
<th id="31xmue1g";>217</th>
<td>Bujarski_2008</td>
<td>Recombination</td>
<td>Bujarski, J.J.</td>
<td>2008</td>
<td>2008-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-012374410-4.00545-8" target="_blank">10.1016/b978-012374410-4.00545-8</a></td>
<td>31xmue1g</td>
<td>0.460337</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a></td>
<td><a href="Topic_02.html#53atdvlv">Simon-Loriere_2011</a></td>
</tr>
<tr>
<th id="3wz7k4vy";>218</th>
<td>Lenard_2008</td>
<td>Viral Membranes</td>
<td>Lenard, J.</td>
<td>2008</td>
<td>2008-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-012374410-4.00530-6" target="_blank">10.1016/b978-012374410-4.00530-6</a></td>
<td>3wz7k4vy</td>
<td>0.459688</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#niddmbgp">Villanueva_2005</a>, <a href="Topic_10.html#0gkonrzw">Sze_C_2015</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="bl5bagvg";>219</th>
<td>Domingo_2016</td>
<td>Chapter 4 Interaction of Virus Populations with Their Hosts</td>
<td>Domingo, Esteban</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800837-9.00004-6" target="_blank">10.1016/b978-0-12-800837-9.00004-6</a></td>
<td>bl5bagvg</td>
<td>0.459023</td>
<td><a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_02.html#hsypln33">Domingo_2020</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a></td>
<td><a href="Topic_02.html#hsypln33">Domingo_2020</a>, <a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_10.html#avkequza">Webby_2004</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="j173ocu9";>220</th>
<td>Wang_2011</td>
<td>Regulation of the nucleocytoplasmic trafficking of viral and cellular proteins by ubiquitin and small ubiquitin-related modifiers</td>
<td>Wang, Yao E.; Pernet, Olivier; Lee, Benhur</td>
<td>2011</td>
<td>2011-12-28</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3625690" target="_blank">PMC3625690</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22188262.0" target="_blank">22188262.0</a></td>
<td><a href="https://doi.org/10.1111/boc.201100105" target="_blank">10.1111/boc.201100105</a></td>
<td>j173ocu9</td>
<td>0.457916</td>
<td><a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#rg45m42j">Tessier_2019</a>, <a href="Topic_26.html#dt2m51cm">Pridgeon_2008</a></td>
<td><a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#vy4hfd62">Wimmer_2015</a>, <a href="Topic_10.html#4v41s3wi">Bailey-Elkin_2017</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="wnewx3cx";>221</th>
<td>Tyler_1988</td>
<td>7 Host and viral genetic factors which influence viral neurotropism</td>
<td>Tyler, Kenneth L.</td>
<td>1988</td>
<td>1988-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-407-02400-7.50013-5" target="_blank">10.1016/b978-0-407-02400-7.50013-5</a></td>
<td>wnewx3cx</td>
<td>0.457305</td>
<td><a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a></td>
<td><a href="Topic_10.html#zf5wdcb2">Tyler_1987</a>, <a href="Topic_08.html#cbelhu32">Phares_2013</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="tg1310br";>222</th>
<td>Haasnoot_2010</td>
<td>RNAi and Cellular miRNAs in Infections by Mammalian Viruses</td>
<td>Haasnoot, Joost; Berkhout, Ben</td>
<td>2010</td>
<td>2010-11-19</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120436" target="_blank">PMC7120436</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21431677.0" target="_blank">21431677.0</a></td>
<td><a href="https://doi.org/10.1007/978-1-61779-037-9_2" target="_blank">10.1007/978-1-61779-037-9_2</a></td>
<td>tg1310br</td>
<td>0.456708</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#dkwcheu0">Abernathy_2015</a></td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#de7v4e5s">Moens_2009</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_37.html#2hb427cv">Carnero_2011</a></td>
</tr>
<tr>
<th id="6abr13wx";>223</th>
<td>Coutard_2008</td>
<td>The VIZIER project: Preparedness against pathogenic RNA viruses</td>
<td>Coutard, B.; Gorbalenya, A.E.; Snijder, E.J.; Leontovich, A.M.; Poupon, A.; De Lamballerie, X.; Charrel, R.; Gould, E.A.; Gunther, S.; Norder, H.; Klempa, B.; Bourhy, H.; Rohayem, J.; L’hermite, E.; Nordlund, P.; Stuart, D.I.; Owens, R.J.; Grimes, J.M.; Tucker, P.A.; Bolognesi, M.; Mattevi, A.; Coll, M.; Jones, T.A.; Åqvist, J.; Unge, T.; Hilgenfeld, R.; Bricogne, G.; Neyts, J.; La Colla, P.; Puerstinger, G.; Gonzalez, J.P.; Leroy, E.; Cambillau, C.; Romette, J.L.; Canard, B.</td>
<td>2008</td>
<td>2008-04-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114271" target="_blank">PMC7114271</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18083241.0" target="_blank">18083241.0</a></td>
<td><a href="https://doi.org/10.1016/j.antiviral.2007.10.013" target="_blank">10.1016/j.antiviral.2007.10.013</a></td>
<td>6abr13wx</td>
<td>0.456137</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_31.html#p3b4yk5d">Case_2017</a>, <a href="Topic_21.html#a0df1fhw">Sasvari_2009</a></td>
</tr>
<tr>
<th id="ga86in78";>224</th>
<td>Diot_2016</td>
<td>Influenza A Virus Polymerase Recruits the RNA Helicase DDX19 to Promote the Nuclear Export of Viral mRNAs</td>
<td>Diot, Cédric; Fournier, Guillaume; Dos Santos, Mélanie; Magnus, Julie; Komarova, Anastasia; van der Werf, Sylvie; Munier, Sandie; Naffakh, Nadia</td>
<td>2016</td>
<td>2016-09-22</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5037575" target="_blank">PMC5037575</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27653209.0" target="_blank">27653209.0</a></td>
<td><a href="https://doi.org/10.1038/srep33763" target="_blank">10.1038/srep33763</a></td>
<td>ga86in78</td>
<td>0.453261</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#06qfbvlr">Li_Z_2009</a></td>
</tr>
<tr>
<th id="andje0wu";>225</th>
<td>Dorobantu_2015</td>
<td>Modulation of the Host Lipid Landscape to Promote RNA Virus Replication: The Picornavirus Encephalomyocarditis Virus Converges on the Pathway Used by Hepatitis C Virus</td>
<td>Dorobantu, Cristina M.; Albulescu, Lucian; Harak, Christian; Feng, Qian; van Kampen, Mirjam; Strating, Jeroen R. P. M.; Gorbalenya, Alexander E.; Lohmann, Volker; van der Schaar, Hilde M.; van Kuppeveld, Frank J. M.</td>
<td>2015</td>
<td>2015-09-25</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4583462" target="_blank">PMC4583462</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26406250.0" target="_blank">26406250.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1005185" target="_blank">10.1371/journal.ppat.1005185</a></td>
<td>andje0wu</td>
<td>0.453215</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="3afgpunj";>226</th>
<td>Owino_2019</td>
<td>Recent advances on the role of host factors during non-poliovirus enteroviral infections</td>
<td>Owino, Collins Oduor; Chu, Justin Jang Hann</td>
<td>2019</td>
<td>2019-06-19</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6582496" target="_blank">PMC6582496</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31215493.0" target="_blank">31215493.0</a></td>
<td><a href="https://doi.org/10.1186/s12929-019-0540-y" target="_blank">10.1186/s12929-019-0540-y</a></td>
<td>3afgpunj</td>
<td>0.452823</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_13.html#c22mytwr">Brucker_2020</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_30.html#k9skma4k">Karlsson_2012</a></td>
<td><a href="Topic_45.html#k9rih2xn">Chua_2011</a>, <a href="Topic_68.html#t47xx0h6">Marlier_2006</a>, <a href="Topic_09.html#l42mq063">Xiao_2019</a>, <a href="Topic_09.html#ylvqxpba">Ansuini_2013</a></td>
</tr>
<tr>
<th id="0hq1ygex";>227</th>
<td>Nagai_1993</td>
<td>Protease-dependent virus tropism and pathogenicity</td>
<td>Nagai, Yoshiyuki</td>
<td>1993</td>
<td>1993-06-30</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/8143121.0" target="_blank">8143121.0</a></td>
<td><a href="https://doi.org/10.1016/0966-842x(93)90112-5" target="_blank">10.1016/0966-842x(93)90112-5</a></td>
<td>0hq1ygex</td>
<td>0.452795</td>
<td><a href="Topic_08.html#rhkocfx4">Bermejo-Jambrina_2018</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="4ih3d2d1";>228</th>
<td>Rice_1992</td>
<td>Examples of expression systems based on animal RNA viruses: Alphaviruses and influenza virus</td>
<td>Rice, Charles M.</td>
<td>1992</td>
<td>1992-10-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/1369402.0" target="_blank">1369402.0</a></td>
<td><a href="https://doi.org/10.1016/0958-1669(92)90081-s" target="_blank">10.1016/0958-1669(92)90081-s</a></td>
<td>4ih3d2d1</td>
<td>0.451324</td>
<td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_37.html#kihn83ny">Armesto_2007</a></td>
<td><a href="Topic_21.html#sik7m86l">Tzeng_2006</a>, <a href="Topic_10.html#oq25o4qr">Ahlquist_2005</a></td>
</tr>
<tr>
<th id="nth8c1zr";>229</th>
<td>Carrasco_1995</td>
<td>Modification of Membrane Permeability by Animal Viruses</td>
<td>Carrasco, Luis</td>
<td>1995</td>
<td>1995-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/7793329.0" target="_blank">7793329.0</a></td>
<td><a href="https://doi.org/10.1016/s0065-3527(08)60058-5" target="_blank">10.1016/s0065-3527(08)60058-5</a></td>
<td>nth8c1zr</td>
<td>0.450963</td>
<td><a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#3wz7k4vy">Lenard_2008</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#niddmbgp">Villanueva_2005</a></td>
</tr>
<tr>
<th id="1dc46btc";>230</th>
<td>Dai_X_2020</td>
<td>Orchestrated efforts on host network hijacking: Processes governing virus replication</td>
<td>Dai, Xiaofeng; Hakizimana, Olivier; Zhang, Xuanhao; Kaushik, Aman Chandra; Zhang, Jianying</td>
<td>2020</td>
<td>2020-02-12</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7051146" target="_blank">PMC7051146</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/32050846.0" target="_blank">32050846.0</a></td>
<td><a href="https://doi.org/10.1080/21505594.2020.1726594" target="_blank">10.1080/21505594.2020.1726594</a></td>
<td>1dc46btc</td>
<td>0.449403</td>
<td><a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_10.html#nrh3lv1a">Bagga_2014</a></td>
</tr>
<tr>
<th id="siyc9g76";>231</th>
<td>Davy_2007</td>
<td>G2/M cell cycle arrest in the life cycle of viruses</td>
<td>Davy, Clare; Doorbar, John</td>
<td>2007</td>
<td>2007-11-25</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7103309" target="_blank">PMC7103309</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17675127.0" target="_blank">17675127.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2007.05.043" target="_blank">10.1016/j.virol.2007.05.043</a></td>
<td>siyc9g76</td>
<td>0.448026</td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_25.html#t106cyko">Li_F_2007</a>, <a href="Topic_25.html#59566vqe">Ding_2013</a></td>
</tr>
<tr>
<th id="c732txfd";>232</th>
<td>Shaw_2011</td>
<td>The Host Interactome of Influenza Virus Presents New Potential Targets for Antiviral Drugs</td>
<td>Shaw, Megan L.</td>
<td>2011</td>
<td>2011-08-08</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3207218" target="_blank">PMC3207218</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21823192.0" target="_blank">21823192.0</a></td>
<td><a href="https://doi.org/10.1002/rmv.703" target="_blank">10.1002/rmv.703</a></td>
<td>c732txfd</td>
<td>0.447299</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a></td>
<td><a href="Topic_18.html#33gvt7pe">Lin_K_2013</a>, <a href="Topic_18.html#ng6h4l3m">Vardanyan_2016</a></td>
</tr>
<tr>
<th id="vvyul140";>233</th>
<td>Kim_S_2018</td>
<td>The essential role of mitochondrial dynamics in antiviral immunity</td>
<td>Kim, Seong-Jun; Ahn, Dae-Gyun; Syed, Gulam H.; Siddiqui, Aleem</td>
<td>2018</td>
<td>2018-07-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5988924" target="_blank">PMC5988924</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29246869.0" target="_blank">29246869.0</a></td>
<td><a href="https://doi.org/10.1016/j.mito.2017.11.007" target="_blank">10.1016/j.mito.2017.11.007</a></td>
<td>vvyul140</td>
<td>0.445999</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a></td>
<td><a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_08.html#zb98grls">Lai_J_2018</a></td>
</tr>
<tr>
<th id="662lpdx5";>234</th>
<td>Salas-Benito_2015</td>
<td>Viral Interference and Persistence in Mosquito-Borne Flaviviruses</td>
<td>Salas-Benito, Juan Santiago; De Nova-Ocampo, Mónica</td>
<td>2015</td>
<td>2015-10-25</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4637105" target="_blank">PMC4637105</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26583158.0" target="_blank">26583158.0</a></td>
<td><a href="https://doi.org/10.1155/2015/873404" target="_blank">10.1155/2015/873404</a></td>
<td>662lpdx5</td>
<td>0.444626</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_08.html#p2h8p5bm">Lindqvist_2018</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#nrq4ncdf">Mlera_2014</a>, <a href="Topic_18.html#wmfwl2bh">Jung_2019</a>, <a href="Topic_18.html#luv23pm0">McDonagh_2011</a></td>
</tr>
<tr>
<th id="jbzqem3m";>235</th>
<td>Zhou_2009</td>
<td>Viral calciomics: Interplays between Ca2+ and virus</td>
<td>Zhou, Yubin; Frey, Teryl K.; Yang, Jenny J.</td>
<td>2009</td>
<td>2009-07-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3449087" target="_blank">PMC3449087</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19535138.0" target="_blank">19535138.0</a></td>
<td><a href="https://doi.org/10.1016/j.ceca.2009.05.005" target="_blank">10.1016/j.ceca.2009.05.005</a></td>
<td>jbzqem3m</td>
<td>0.443694</td>
<td><a href="Topic_16.html#ov1f1uyt">Ivarsson_2012</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#rg45m42j">Tessier_2019</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="doxdnptd";>236</th>
<td>Desrochers_2018</td>
<td>ABPP and Host–Virus Interactions</td>
<td>Desrochers, Geneviève F.; Pezacki, John Paul</td>
<td>2018</td>
<td>2018-09-23</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121783" target="_blank">PMC7121783</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30244323.0" target="_blank">30244323.0</a></td>
<td><a href="https://doi.org/10.1007/82_2018_139" target="_blank">10.1007/82_2018_139</a></td>
<td>doxdnptd</td>
<td>0.443635</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#bmok0jqa">A_Abdullah_2018</a>, <a href="Topic_10.html#zf5wdcb2">Tyler_1987</a></td>
</tr>
<tr>
<th id="5q3ojfmc";>237</th>
<td>Subramani_2018</td>
<td>Host-Virus Protein Interaction Network Reveals the Involvement of Multiple Host Processes in the Life Cycle of Hepatitis E Virus</td>
<td>Subramani, Chandru; Nair, Vidya P.; Anang, Saumya; Mandal, Sukhen Das; Pareek, Madhu; Kaushik, Nidhi; Srivastava, Akriti; Saha, Sudipto; Shalimar,; Nayak, Baibaswata; Ranjith-Kumar, C. T.; Surjit, Milan</td>
<td>2018</td>
<td>2018-01-23</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5781259" target="_blank">PMC5781259</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29404423.0" target="_blank">29404423.0</a></td>
<td><a href="https://doi.org/10.1128/msystems.00135-17" target="_blank">10.1128/msystems.00135-17</a></td>
<td>5q3ojfmc</td>
<td>0.443621</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_26.html#cz42gvhy">Popescu_2011</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a></td>
</tr>
<tr>
<th id="jdsgyl0o";>238</th>
<td>Payne_2017</td>
<td>Chapter 4 Methods to Study Viruses</td>
<td>Payne, Susan</td>
<td>2017</td>
<td>2017-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-803109-4.00004-0" target="_blank">10.1016/b978-0-12-803109-4.00004-0</a></td>
<td>jdsgyl0o</td>
<td>0.441966</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#mkibohiw">Risco_2013</a>, <a href="Topic_10.html#a64pbftg">Sachse_2019</a>, <a href="Topic_20.html#otckvmmk">Compans_1994</a>, <a href="Topic_10.html#7gpije5d">Netherton_2007</a></td>
</tr>
<tr>
<th id="0cnjgec4";>239</th>
<td>Danthi_2011</td>
<td>Enter the kill zone: Initiation of death signaling during virus entry</td>
<td>Danthi, Pranav</td>
<td>2011</td>
<td>2011-03-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126532" target="_blank">PMC7126532</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21262519.0" target="_blank">21262519.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2010.12.043" target="_blank">10.1016/j.virol.2010.12.043</a></td>
<td>0cnjgec4</td>
<td>0.441795</td>
<td><a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_25.html#gf4dsf5k">Yuan_2016</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="10jlzjf0";>240</th>
<td>Shi_S_2005</td>
<td>Viral and Cellular Proteins Involved in Coronavirus Replication</td>
<td>Shi, S. T.; Lai, M. M. C.</td>
<td>2005</td>
<td>2005-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121242" target="_blank">PMC7121242</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15609510.0" target="_blank">15609510.0</a></td>
<td><a href="https://doi.org/10.1007/3-540-26765-4_4" target="_blank">10.1007/3-540-26765-4_4</a></td>
<td>10jlzjf0</td>
<td>0.441605</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="7urp431m";>241</th>
<td>Frieman_2014</td>
<td>The art of war: battles between virus and host</td>
<td>Frieman, Matthew</td>
<td>2014</td>
<td>2014-06-30</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4422063" target="_blank">PMC4422063</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24886699.0" target="_blank">24886699.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2014.05.001" target="_blank">10.1016/j.coviro.2014.05.001</a></td>
<td>7urp431m</td>
<td>0.441444</td>
<td><a href="Topic_04.html#9ud7y3mq">Mack_2007</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_04.html#ktzcwd52">Stenseth_2008</a>, <a href="Topic_10.html#504kr50e">Alcami_2000</a></td>
<td><a href="Topic_45.html#nsmbho6w">Brüssow_2012</a>, <a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_10.html#c405lrjb">García-Sastre_2017</a>, <a href="Topic_02.html#52lcpf0x">Simmonds_2018</a></td>
</tr>
<tr>
<th id="15c85zi4";>242</th>
<td>Luo_H_2010</td>
<td>Protein degradation systems in viral myocarditis leading to dilated cardiomyopathy</td>
<td>Luo, Honglin; Wong, Jerry; Wong, Brian</td>
<td>2010</td>
<td>2010-01-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7109953" target="_blank">PMC7109953</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19578074.0" target="_blank">19578074.0</a></td>
<td><a href="https://doi.org/10.1093/cvr/cvp225" target="_blank">10.1093/cvr/cvp225</a></td>
<td>15c85zi4</td>
<td>0.440910</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_25.html#vdt88wzy">Liu_J_2007</a></td>
</tr>
<tr>
<th id="iwfidoer";>243</th>
<td>Urayama_2016</td>
<td>FLDS: A Comprehensive dsRNA Sequencing Method for Intracellular RNA Virus Surveillance</td>
<td>Urayama, Syun-ichi; Takaki, Yoshihiro; Nunoura, Takuro</td>
<td>2016</td>
<td>2016-02-13</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4791113" target="_blank">PMC4791113</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26877136.0" target="_blank">26877136.0</a></td>
<td><a href="https://doi.org/10.1264/jsme2.me15171" target="_blank">10.1264/jsme2.me15171</a></td>
<td>iwfidoer</td>
<td>0.440183</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="jfrg9soy";>244</th>
<td>Gaur_2011</td>
<td>Influenza virus and cell signaling pathways</td>
<td>Gaur, Pratibha; Munjal, Ashok; Lal, Sunil K.</td>
<td>2011</td>
<td>2011-06-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3539548" target="_blank">PMC3539548</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21629204.0" target="_blank">21629204.0</a></td>
<td><a href="https://doi.org/10.12659/msm.881801" target="_blank">10.12659/msm.881801</a></td>
<td>jfrg9soy</td>
<td>0.440183</td>
<td><a href="Topic_31.html#lqz1v54q">Dixit_2013</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a></td>
<td><a href="Topic_10.html#89stvkqn">Brass_2009</a>, <a href="Topic_10.html#9fm2gpxx">Cooray_2007</a></td>
</tr>
<tr>
<th id="lefrdvqe";>245</th>
<td>McIntyre_2018</td>
<td>Positive-sense RNA viruses reveal the complexity and dynamics of the cellular and viral epitranscriptomes during infection</td>
<td>McIntyre, Will; Netzband, Rachel; Bonenfant, Gaston; Biegel, Jason M; Miller, Clare; Fuchs, Gabriele; Henderson, Eric; Arra, Manoj; Canki, Mario; Fabris, Daniele; Pager, Cara T</td>
<td>2018</td>
<td>2018-06-20</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6009648" target="_blank">PMC6009648</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29373715.0" target="_blank">29373715.0</a></td>
<td><a href="https://doi.org/10.1093/nar/gky029" target="_blank">10.1093/nar/gky029</a></td>
<td>lefrdvqe</td>
<td>0.440122</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_21.html#35xqgbut">Bhullar_2014</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="3hxau5vt";>246</th>
<td>Richard_2012</td>
<td>Caspase cleavage of viral proteins, another way for viruses to make the best of apoptosis</td>
<td>Richard, A; Tulasne, D</td>
<td>2012</td>
<td>2012-03-08</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3317351" target="_blank">PMC3317351</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22402601.0" target="_blank">22402601.0</a></td>
<td><a href="https://doi.org/10.1038/cddis.2012.18" target="_blank">10.1038/cddis.2012.18</a></td>
<td>3hxau5vt</td>
<td>0.439813</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a></td>
<td><a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_18.html#vds27ejv">Bulanova_2017</a></td>
</tr>
<tr>
<th id="qnn9hp8e";>247</th>
<td>Cong_2017</td>
<td>The Interaction between Nidovirales and Autophagy Components</td>
<td>Cong, Yingying; Verlhac, Pauline; Reggiori, Fulvio</td>
<td>2017</td>
<td>2017-07-11</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5537674" target="_blank">PMC5537674</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28696396.0" target="_blank">28696396.0</a></td>
<td><a href="https://doi.org/10.3390/v9070182" target="_blank">10.3390/v9070182</a></td>
<td>qnn9hp8e</td>
<td>0.439248</td>
<td><a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_10.html#kmiybuxu">Huang_2019</a>, <a href="Topic_25.html#90r3w9q0">Ávila-Pérez_2019</a></td>
</tr>
<tr>
<th id="42dqg1b9";>248</th>
<td>Ribet_2010</td>
<td>Pathogen-Mediated Posttranslational Modifications: A Re-emerging Field</td>
<td>Ribet, David; Cossart, Pascale</td>
<td>2010</td>
<td>2010-11-24</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112265" target="_blank">PMC7112265</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21111231.0" target="_blank">21111231.0</a></td>
<td><a href="https://doi.org/10.1016/j.cell.2010.11.019" target="_blank">10.1016/j.cell.2010.11.019</a></td>
<td>42dqg1b9</td>
<td>0.438919</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#38c28tw1">Fung_2018</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a></td>
</tr>
<tr>
<th id="fhmhpobi";>249</th>
<td>Qi_D_2018</td>
<td>Virus infection-induced host mRNA degradation and potential application of live cell imaging</td>
<td>Qi, Dan; Guan, Jitian; Wu, Erxi</td>
<td>2018</td>
<td>2018-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7104030" target="_blank">PMC7104030</a></td>
<td></td>
<td><a href="https://doi.org/10.1016/j.jrid.2018.12.002" target="_blank">10.1016/j.jrid.2018.12.002</a></td>
<td>fhmhpobi</td>
<td>0.437885</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_31.html#p3b4yk5d">Case_2017</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_08.html#j1t431ro">Lee_B_2012</a></td>
</tr>
<tr>
<th id="oa24b5to";>250</th>
<td>Zúñiga_2009</td>
<td>Role of RNA chaperones in virus replication</td>
<td>Zúñiga, Sonia; Sola, Isabel; Cruz, Jazmina L.G.; Enjuanes, Luis</td>
<td>2009</td>
<td>2009-02-28</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114511" target="_blank">PMC7114511</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18675859.0" target="_blank">18675859.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2008.06.015" target="_blank">10.1016/j.virusres.2008.06.015</a></td>
<td>oa24b5to</td>
<td>0.437130</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_21.html#wo462anq">Xia_H_2015</a></td>
</tr>
<tr>
<th id="yjv9flei";>251</th>
<td>León-Juárez_2017</td>
<td>Cellular and molecular mechanisms of viral infection in the human placenta</td>
<td>León-Juárez, Moises; Martínez–Castillo, Macario; González-García, Luis Didier; Helguera-Repetto, Addy Cecilia; Zaga-Clavellina, Verónica; García-Cordero, Julio; Flores-Pliego, Arturo; Herrera-Salazar, Alma; Vázquez-Martínez, Edgar Ricardo; Reyes-Muñoz, Enrique</td>
<td>2017</td>
<td>2017-07-29</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108519" target="_blank">PMC7108519</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28903546.0" target="_blank">28903546.0</a></td>
<td><a href="https://doi.org/10.1093/femspd/ftx093" target="_blank">10.1093/femspd/ftx093</a></td>
<td>yjv9flei</td>
<td>0.436881</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_09.html#ylvqxpba">Ansuini_2013</a></td>
</tr>
<tr>
<th id="xevie6tm";>252</th>
<td>Neumann_2015</td>
<td>How do viruses control mitochondria-mediated apoptosis?</td>
<td>Neumann, Simon; El Maadidi, Souhayla; Faletti, Laura; Haun, Florian; Labib, Shirin; Schejtman, Andrea; Maurer, Ulrich; Borner, Christoph</td>
<td>2015</td>
<td>2015-11-02</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114537" target="_blank">PMC7114537</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25736565.0" target="_blank">25736565.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2015.02.026" target="_blank">10.1016/j.virusres.2015.02.026</a></td>
<td>xevie6tm</td>
<td>0.436567</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a></td>
<td><a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_20.html#36gbl7tu">Mori_2011</a></td>
</tr>
<tr>
<th id="u8b5sccq";>253</th>
<td>Kindler_2014</td>
<td>To sense or not to sense viral RNA—essentials of coronavirus innate immune evasion</td>
<td>Kindler, Eveline; Thiel, Volker</td>
<td>2014</td>
<td>2014-08-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108419" target="_blank">PMC7108419</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24908561.0" target="_blank">24908561.0</a></td>
<td><a href="https://doi.org/10.1016/j.mib.2014.05.005" target="_blank">10.1016/j.mib.2014.05.005</a></td>
<td>u8b5sccq</td>
<td>0.436368</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a></td>
<td><a href="Topic_08.html#p54p7enk">Schlee_2013</a>, <a href="Topic_31.html#p3b4yk5d">Case_2017</a></td>
</tr>
<tr>
<th id="ymuhb7tu";>254</th>
<td>Balvay_2007</td>
<td>Translational control of retroviruses</td>
<td>Balvay, Laurent; Lastra, Marcelo Lopez; Sargueil, Bruno; Darlix, Jean-Luc; Ohlmann, Théophile</td>
<td>2007</td>
<td>2007-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7096986" target="_blank">PMC7096986</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17224922.0" target="_blank">17224922.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro1599" target="_blank">10.1038/nrmicro1599</a></td>
<td>ymuhb7tu</td>
<td>0.436136</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_21.html#sik7m86l">Tzeng_2006</a>, <a href="Topic_10.html#yozk08w4">Guerrero_2015</a></td>
</tr>
<tr>
<th id="nfgjz6f9";>255</th>
<td>Xu_Z_2012</td>
<td>The helicase activity of DDX56 is required for its role in assembly of infectious West Nile virus particles</td>
<td>Xu, Zaikun; Hobman, Tom C.</td>
<td>2012</td>
<td>2012-11-10</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119007" target="_blank">PMC7119007</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22925334.0" target="_blank">22925334.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2012.08.011" target="_blank">10.1016/j.virol.2012.08.011</a></td>
<td>nfgjz6f9</td>
<td>0.435513</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="n3p4wefa";>256</th>
<td>Hughes_2012</td>
<td>Drosophila as a genetic model for studying pathogenic human viruses</td>
<td>Hughes, Tamara T.; Allen, Amanda L.; Bardin, Joseph E.; Christian, Megan N.; Daimon, Kansei; Dozier, Kelsey D.; Hansen, Caom L.; Holcomb, Lisa M.; Ahlander, Joseph</td>
<td>2012</td>
<td>2012-02-05</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3253880" target="_blank">PMC3253880</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22177780.0" target="_blank">22177780.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2011.11.016" target="_blank">10.1016/j.virol.2011.11.016</a></td>
<td>n3p4wefa</td>
<td>0.434457</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td><a href="Topic_10.html#nb4437qs">Omel’yanchuk_2011</a>, <a href="Topic_40.html#cfaq2h5s">Lassnig_2005</a>, <a href="Topic_08.html#m1hk2mgt">Panayidou_2014</a></td>
</tr>
<tr>
<th id="7g8st5cz";>257</th>
<td>Chaudhari_2014</td>
<td>Effector biology during biotrophic invasion of plant cells</td>
<td>Chaudhari, Prateek; Ahmed, Bulbul; Joly, David L; Germain, Hugo</td>
<td>2014</td>
<td>2014-10-01</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4189876" target="_blank">PMC4189876</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25513771.0" target="_blank">25513771.0</a></td>
<td><a href="https://doi.org/10.4161/viru.29652" target="_blank">10.4161/viru.29652</a></td>
<td>7g8st5cz</td>
<td>0.434457</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_01.html#avc8srsg">Dang_2015</a>, <a href="Topic_34.html#qb9zeazk">Thibivilliers_2009</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="7gy4epzo";>258</th>
<td>Kumar_2015</td>
<td>Proteomic analysis of purified turkey adenovirus 3 virions</td>
<td>Kumar, Pankaj; van den Hurk, Jan; Ayalew, Lisanework E.; Gaba, Amit; Tikoo, Suresh K.</td>
<td>2015</td>
<td>2015-07-09</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4497381" target="_blank">PMC4497381</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26159706.0" target="_blank">26159706.0</a></td>
<td><a href="https://doi.org/10.1186/s13567-015-0214-z" target="_blank">10.1186/s13567-015-0214-z</a></td>
<td>7gy4epzo</td>
<td>0.434334</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_58.html#zuh881hb">Dea_S_1988</a>, <a href="Topic_37.html#iesysf3l">Eshaghi_2005</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_26.html#7hiss0j3">Kong_2010</a></td>
</tr>
<tr>
<th id="xkcqo86y";>259</th>
<td>Garcia_2014</td>
<td>Nonsense-Mediated Decay Serves as a General Viral Restriction Mechanism in Plants</td>
<td>Garcia, Damien; Garcia, Shahinez; Voinnet, Olivier</td>
<td>2014</td>
<td>2014-09-10</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25155460.0" target="_blank">25155460.0</a></td>
<td><a href="https://doi.org/10.1016/j.chom.2014.08.001" target="_blank">10.1016/j.chom.2014.08.001</a></td>
<td>xkcqo86y</td>
<td>0.434139</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_31.html#p3b4yk5d">Case_2017</a>, <a href="Topic_21.html#a0df1fhw">Sasvari_2009</a></td>
</tr>
<tr>
<th id="0x3nt6si";>260</th>
<td>San_Martín_2013</td>
<td>Structure and Assembly of Complex Viruses</td>
<td>San Martín, Carmen</td>
<td>2013</td>
<td>2013-02-16</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122652" target="_blank">PMC7122652</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23737057.0" target="_blank">23737057.0</a></td>
<td><a href="https://doi.org/10.1007/978-94-007-6552-8_11" target="_blank">10.1007/978-94-007-6552-8_11</a></td>
<td>0x3nt6si</td>
<td>0.433961</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#oa24b5to">Zúñiga_2009</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a></td>
<td><a href="Topic_10.html#pk2vmnns">Hellen_1992</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_26.html#cxwucrgo">Risco_2003</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="r2os06po";>261</th>
<td>TAN_F_2004</td>
<td>RNAi, a new therapeutic strategy against viral infection</td>
<td>TAN, Fischer L; YIN, James Q</td>
<td>2004</td>
<td>2004-12-10</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7092015" target="_blank">PMC7092015</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15625012.0" target="_blank">15625012.0</a></td>
<td><a href="https://doi.org/10.1038/sj.cr.7290248" target="_blank">10.1038/sj.cr.7290248</a></td>
<td>r2os06po</td>
<td>0.433961</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_37.html#ukag5xid">Ma_Y_2007</a>, <a href="Topic_37.html#c1kwd9d1">Rothe_2010</a>, <a href="Topic_01.html#rswa5zdn">Manjunath_2006</a>, <a href="Topic_37.html#n6wvcu2g">Huang_2008</a></td>
</tr>
<tr>
<th id="5g58qfn6";>262</th>
<td>Yarbrough_2013</td>
<td>Viral Subversion of Nucleocytoplasmic Trafficking</td>
<td>Yarbrough, Melanie L.; Mata, Miguel A.; Sakthivel, Ramanavelan; Fontoura, Beatriz M. A.</td>
<td>2013</td>
<td>2013-12-02</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3910510" target="_blank">PMC3910510</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24289861.0" target="_blank">24289861.0</a></td>
<td><a href="https://doi.org/10.1111/tra.12137" target="_blank">10.1111/tra.12137</a></td>
<td>5g58qfn6</td>
<td>0.433219</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#rg45m42j">Tessier_2019</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a></td>
<td><a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="wwiay5jm";>263</th>
<td>Reggiori_2011</td>
<td>Unconventional Use of LC3 by Coronaviruses through the Alleged Subversion of the ERAD Tuning Pathway</td>
<td>Reggiori, Fulvio; de Haan, Cornelis A.M.; Molinari, Maurizio</td>
<td>2011</td>
<td>2011-09-05</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3187687" target="_blank">PMC3187687</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21994798.0" target="_blank">21994798.0</a></td>
<td><a href="https://doi.org/10.3390/v3091610" target="_blank">10.3390/v3091610</a></td>
<td>wwiay5jm</td>
<td>0.433116</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_31.html#p3b4yk5d">Case_2017</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="je6oe1h4";>264</th>
<td>Auewarakul_2005</td>
<td>Composition bias and genome polarity of RNA viruses</td>
<td>Auewarakul, Prasert</td>
<td>2005</td>
<td>2005-04-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114242" target="_blank">PMC7114242</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15826910.0" target="_blank">15826910.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2004.10.004" target="_blank">10.1016/j.virusres.2004.10.004</a></td>
<td>je6oe1h4</td>
<td>0.432033</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#0yp4c4ks">Banerjee_2001</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_21.html#d9urjb9e">Masante_2015</a></td>
</tr>
<tr>
<th id="4qu9j953";>265</th>
<td>Ulferts_2009</td>
<td>Expression and Functions of SARS Coronavirus Replicative Proteins</td>
<td>Ulferts, Rachel; Imbert, Isabelle; Canard, Bruno; Ziebuhr, John</td>
<td>2009</td>
<td>2009-07-22</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7124140" target="_blank">PMC7124140</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-3-642-03683-5_6" target="_blank">10.1007/978-3-642-03683-5_6</a></td>
<td>4qu9j953</td>
<td>0.430084</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#ygh2cce4">Graham_2008</a>, <a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a></td>
</tr>
<tr>
<th id="9et0iwj4";>266</th>
<td>Berkhout_2006</td>
<td>The interplay between virus infection and the cellular RNA interference machinery</td>
<td>Berkhout, Ben; Haasnoot, Joost</td>
<td>2006</td>
<td>2006-05-22</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094296" target="_blank">PMC7094296</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16563388.0" target="_blank">16563388.0</a></td>
<td><a href="https://doi.org/10.1016/j.febslet.2006.02.070" target="_blank">10.1016/j.febslet.2006.02.070</a></td>
<td>9et0iwj4</td>
<td>0.430084</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_37.html#c1kwd9d1">Rothe_2010</a>, <a href="Topic_37.html#ukag5xid">Ma_Y_2007</a>, <a href="Topic_10.html#xkcqo86y">Garcia_2014</a></td>
</tr>
<tr>
<th id="krufo80s";>267</th>
<td>Maier_2014</td>
<td>Spherules and IBV</td>
<td>Maier, Helena J; Hawes, Philippa C; Keep, Sarah M; Britton, Paul</td>
<td>2014</td>
<td>2014-09-01</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4156489" target="_blank">PMC4156489</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25482229.0" target="_blank">25482229.0</a></td>
<td><a href="https://doi.org/10.4161/bioe.29323" target="_blank">10.4161/bioe.29323</a></td>
<td>krufo80s</td>
<td>0.429991</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a></td>
<td><a href="Topic_07.html#v71436np">Ren_X_2008</a></td>
</tr>
<tr>
<th id="f3g3ek5u";>268</th>
<td>Rodríguez_2020</td>
<td>Chapter 3 Viral Emerging Pathogen Evolution</td>
<td>Rodríguez, Virginia; Lagares, Alfredo; Arteaga, Heiser; Mattar, Salim; Ruiz, Luis Carlos</td>
<td>2020</td>
<td>2020-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-819400-3.00003-x" target="_blank">10.1016/b978-0-12-819400-3.00003-x</a></td>
<td>f3g3ek5u</td>
<td>0.429771</td>
<td><a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#avkequza">Webby_2004</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#kjyuxc3g">Koonin_2013</a></td>
</tr>
<tr>
<th id="9fm2gpxx";>269</th>
<td>Cooray_2007</td>
<td>The Role of Phosphoinositide 3-Kinase-Akt Signaling in Virus Infection</td>
<td>Cooray, Samantha</td>
<td>2007</td>
<td>2007-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120950" target="_blank">PMC7120950</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-1-59745-199-4_3" target="_blank">10.1007/978-1-59745-199-4_3</a></td>
<td>9fm2gpxx</td>
<td>0.429658</td>
<td><a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#xc34ugbe">Kumar_2018</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="iuqa0yrw";>270</th>
<td>Mauthe_2016</td>
<td>An siRNA screen for ATG protein depletion reveals the extent of the unconventional functions of the autophagy proteome in virus replication</td>
<td>Mauthe, Mario; Langereis, Martijn; Jung, Jennifer; Zhou, Xingdong; Jones, Alex; Omta, Wienand; Tooze, Sharon A.; Stork, Björn; Paludan, Søren Riis; Ahola, Tero; Egan, Dave; Behrends, Christian; Mokry, Michal; de Haan, Cornelis; van Kuppeveld, Frank; Reggiori, Fulvio</td>
<td>2016</td>
<td>2016-08-29</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5004442" target="_blank">PMC5004442</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27573464.0" target="_blank">27573464.0</a></td>
<td><a href="https://doi.org/10.1083/jcb.201602046" target="_blank">10.1083/jcb.201602046</a></td>
<td>iuqa0yrw</td>
<td>0.428781</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_25.html#90r3w9q0">Ávila-Pérez_2019</a>, <a href="Topic_31.html#kftq3zfr">Hwang_2012</a></td>
</tr>
<tr>
<th id="zbjaslsa";>271</th>
<td>Striebinger_2013</td>
<td>A High-Throughput Yeast Two-Hybrid Protocol to Determine Virus-Host Protein Interactions</td>
<td>Striebinger, Hannah; Koegl, Manfred; Bailer, Susanne M.</td>
<td>2013</td>
<td>2013-07-20</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122120" target="_blank">PMC7122120</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23996246.0" target="_blank">23996246.0</a></td>
<td><a href="https://doi.org/10.1007/978-1-62703-601-6_1" target="_blank">10.1007/978-1-62703-601-6_1</a></td>
<td>zbjaslsa</td>
<td>0.428742</td>
<td><a href="Topic_14.html#06vkoev5">Rajagopala_2015</a>, <a href="Topic_01.html#fc24n7f8">He_R_2008</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_01.html#84gvwb35">Siridechadilok_2013</a></td>
<td><a href="Topic_10.html#iefu6hph">Gaggar_2007</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a></td>
</tr>
<tr>
<th id="qeao4ghg";>272</th>
<td>Aris-Brosou_2019</td>
<td>Viral Long-Term Evolutionary Strategies Favor Stability over Proliferation</td>
<td>Aris-Brosou, Stéphane; Parent, Louis; Ibeh, Neke</td>
<td>2019</td>
<td>2019-07-24</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6722887" target="_blank">PMC6722887</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31344814.0" target="_blank">31344814.0</a></td>
<td><a href="https://doi.org/10.3390/v11080677" target="_blank">10.3390/v11080677</a></td>
<td>qeao4ghg</td>
<td>0.427627</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a></td>
<td><a href="Topic_10.html#j1q96sli">Aris-Brosou_2019</a>, <a href="Topic_10.html#kjyuxc3g">Koonin_2013</a>, <a href="Topic_21.html#d9urjb9e">Masante_2015</a></td>
</tr>
<tr>
<th id="x8t3lf1x";>273</th>
<td>Matthews_2011</td>
<td>Viruses and the Nucleolus</td>
<td>Matthews, David; Emmott, Edward; Hiscox, Julian</td>
<td>2011</td>
<td>2011-05-23</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121007" target="_blank">PMC7121007</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-1-4614-0514-6_14" target="_blank">10.1007/978-1-4614-0514-6_14</a></td>
<td>x8t3lf1x</td>
<td>0.427064</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_26.html#29ek8x34">Wang_2010</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#01wxo43p">Hiscox_2007</a></td>
</tr>
<tr>
<th id="y7v7bm0b";>274</th>
<td>Chan_2010</td>
<td>Implications for lipids during replication of enveloped viruses</td>
<td>Chan, Robin B.; Tanner, Lukas; Wenk, Markus R.</td>
<td>2010</td>
<td>2010-06-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7124286" target="_blank">PMC7124286</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20230810.0" target="_blank">20230810.0</a></td>
<td><a href="https://doi.org/10.1016/j.chemphyslip.2010.03.002" target="_blank">10.1016/j.chemphyslip.2010.03.002</a></td>
<td>y7v7bm0b</td>
<td>0.427064</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#gr6v098c">Wang_2016</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="nnebnagr";>275</th>
<td>Mahon_2014</td>
<td>Cullin E3 Ligases and Their Rewiring by Viral Factors</td>
<td>Mahon, Cathal; Krogan, Nevan J.; Craik, Charles S.; Pick, Elah</td>
<td>2014</td>
<td>2014-10-13</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4279162" target="_blank">PMC4279162</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25314029.0" target="_blank">25314029.0</a></td>
<td><a href="https://doi.org/10.3390/biom4040897" target="_blank">10.3390/biom4040897</a></td>
<td>nnebnagr</td>
<td>0.426612</td>
<td><a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_10.html#4v41s3wi">Bailey-Elkin_2017</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_10.html#vy4hfd62">Wimmer_2015</a></td>
</tr>
<tr>
<th id="i6o3oor1";>276</th>
<td>Ohta_2011</td>
<td>Mitochondria and viruses</td>
<td>Ohta, Akane; Nishiyama, Yukihiro</td>
<td>2011</td>
<td>2011-01-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7105242" target="_blank">PMC7105242</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20813204.0" target="_blank">20813204.0</a></td>
<td><a href="https://doi.org/10.1016/j.mito.2010.08.006" target="_blank">10.1016/j.mito.2010.08.006</a></td>
<td>i6o3oor1</td>
<td>0.426545</td>
<td><a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_08.html#gcbmfjty">Tiku_2020</a>, <a href="Topic_08.html#zb98grls">Lai_J_2018</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
</tr>
<tr>
<th id="j1q96sli";>277</th>
<td>Aris-Brosou_2019</td>
<td>Episodic diversifying selection and intragenomic interactions shape the evolution of DNA and RNA viruses</td>
<td>Stéphane Aris-Brosou; Louis Parent; Neke Ibeh</td>
<td>2019</td>
<td>2019-02-03</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/539239" target="_blank">10.1101/539239</a></td>
<td>j1q96sli</td>
<td>0.426255</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#qeao4ghg">Aris-Brosou_2019</a>, <a href="Topic_30.html#kvfffe0b">Gutiérrez_2013</a>, <a href="Topic_21.html#d9urjb9e">Masante_2015</a>, <a href="Topic_10.html#kjyuxc3g">Koonin_2013</a></td>
</tr>
<tr>
<th id="iuo2cw23";>278</th>
<td>Lippé_2012</td>
<td>Deciphering Novel Host–Herpesvirus Interactions by Virion Proteomics</td>
<td>Lippé, Roger</td>
<td>2012</td>
<td>2012-05-28</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3390586" target="_blank">PMC3390586</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22783234.0" target="_blank">22783234.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2012.00181" target="_blank">10.3389/fmicb.2012.00181</a></td>
<td>iuo2cw23</td>
<td>0.425242</td>
<td><a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_01.html#6vja5e5o">Johnson_2018</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#3aonqyub">Royle_2015</a></td>
</tr>
<tr>
<th id="shukyqmx";>279</th>
<td>Dirmeier_2020</td>
<td>Host factor prioritization for pan-viral genetic perturbation screens using random intercept models and network propagation</td>
<td>Dirmeier, Simon; Dächert, Christopher; van Hemert, Martijn; Tas, Ali; Ogando, Natacha S.; van Kuppeveld, Frank; Bartenschlager, Ralf; Kaderali, Lars; Binder, Marco; Beerenwinkel, Niko</td>
<td>2020</td>
<td>2020-02-10</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7034926" target="_blank">PMC7034926</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/32040506.0" target="_blank">32040506.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pcbi.1007587" target="_blank">10.1371/journal.pcbi.1007587</a></td>
<td>shukyqmx</td>
<td>0.423384</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a></td>
<td><a href="Topic_45.html#0l33i6s4">Anderson_2020</a>, <a href="Topic_10.html#cko4curf">Cheng_2015</a>, <a href="Topic_10.html#505i9na8">Krumm_2011</a></td>
</tr>
<tr>
<th id="bnzd7b25";>280</th>
<td>Rehwinkel_2013</td>
<td>Targeting the viral Achilles’ heel: recognition of 5′-triphosphate RNA in innate anti-viral defence</td>
<td>Rehwinkel, Jan; Reis e Sousa, Caetano</td>
<td>2013</td>
<td>2013-08-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23707340.0" target="_blank">23707340.0</a></td>
<td><a href="https://doi.org/10.1016/j.mib.2013.04.009" target="_blank">10.1016/j.mib.2013.04.009</a></td>
<td>bnzd7b25</td>
<td>0.423327</td>
<td><a href="Topic_31.html#lqz1v54q">Dixit_2013</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_31.html#p3b4yk5d">Case_2017</a></td>
</tr>
<tr>
<th id="xi4mpyl7";>281</th>
<td>Yost_2013</td>
<td>Viral precursor polyproteins: keys of regulation from replication to maturation</td>
<td>Yost, Samantha A; Marcotrigiano, Joseph</td>
<td>2013</td>
<td>2013-04-30</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3660988" target="_blank">PMC3660988</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23602469.0" target="_blank">23602469.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2013.03.009" target="_blank">10.1016/j.coviro.2013.03.009</a></td>
<td>xi4mpyl7</td>
<td>0.423327</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#vefs1h6o">Jeang_2006</a></td>
</tr>
<tr>
<th id="9ums2e9n";>282</th>
<td>Salvetti_2014</td>
<td>Viruses and the nucleolus: The fatal attraction</td>
<td>Salvetti, Anna; Greco, Anna</td>
<td>2014</td>
<td>2014-06-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7135015" target="_blank">PMC7135015</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24378568.0" target="_blank">24378568.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbadis.2013.12.010" target="_blank">10.1016/j.bbadis.2013.12.010</a></td>
<td>9ums2e9n</td>
<td>0.422198</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_26.html#xw20yrbv">Dubois_2016</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="37f9y9ib";>283</th>
<td>Modrow_2013</td>
<td>Viruses: Definition, Structure, Classification</td>
<td>Modrow, Susanne; Falke, Dietrich; Truyen, Uwe; Schätzl, Hermann</td>
<td>2013</td>
<td>2013-08-12</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7123905" target="_blank">PMC7123905</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-3-642-20718-1_2" target="_blank">10.1007/978-3-642-20718-1_2</a></td>
<td>37f9y9ib</td>
<td>0.422198</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#629kl04a">Bahir_2009</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_26.html#eb146tqf">Kristensen_2015</a></td>
</tr>
<tr>
<th id="47nukrdh";>284</th>
<td>Schmitz_2014</td>
<td>The intricate interplay between RNA viruses and NF-κB</td>
<td>Schmitz, M. Lienhard; Kracht, Michael; Saul, Vera V.</td>
<td>2014</td>
<td>2014-11-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114235" target="_blank">PMC7114235</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25116307.0" target="_blank">25116307.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbamcr.2014.08.004" target="_blank">10.1016/j.bbamcr.2014.08.004</a></td>
<td>47nukrdh</td>
<td>0.422028</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a></td>
<td><a href="Topic_31.html#p3b4yk5d">Case_2017</a></td>
</tr>
<tr>
<th id="4v41s3wi";>285</th>
<td>Bailey-Elkin_2017</td>
<td>Structure and Function of Viral Deubiquitinating Enzymes</td>
<td>Bailey-Elkin, Ben A.; Knaap, Robert C.M.; Kikkert, Marjolein; Mark, Brian L.</td>
<td>2017</td>
<td>2017-11-10</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094624" target="_blank">PMC7094624</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28625850.0" target="_blank">28625850.0</a></td>
<td><a href="https://doi.org/10.1016/j.jmb.2017.06.010" target="_blank">10.1016/j.jmb.2017.06.010</a></td>
<td>4v41s3wi</td>
<td>0.421761</td>
<td><a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_10.html#vy4hfd62">Wimmer_2015</a>, <a href="Topic_31.html#l3qp0n9f">Deng_2019</a>, <a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="saljl8sv";>286</th>
<td>Mazeaud_2018</td>
<td>The Multiples Fates of the Flavivirus RNA Genome During Pathogenesis</td>
<td>Mazeaud, Clément; Freppel, Wesley; Chatel-Chaix, Laurent</td>
<td>2018</td>
<td>2018-12-04</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6288177" target="_blank">PMC6288177</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30564270.0" target="_blank">30564270.0</a></td>
<td><a href="https://doi.org/10.3389/fgene.2018.00595" target="_blank">10.3389/fgene.2018.00595</a></td>
<td>saljl8sv</td>
<td>0.419999</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_31.html#p3b4yk5d">Case_2017</a>, <a href="Topic_21.html#v3yqs4u8">Enjuanes_2008</a></td>
</tr>
<tr>
<th id="62a1d6vw";>287</th>
<td>Schatz_2014</td>
<td>Hijacking of an autophagy-like process is critical for the life cycle of a DNA virus infecting oceanic algal blooms</td>
<td>Schatz, Daniella; Shemi, Adva; Rosenwasser, Shilo; Sabanay, Helena; Wolf, Sharon G; Ben-Dor, Shifra; Vardi, Assaf</td>
<td>2014</td>
<td>2014-09-07</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4233938" target="_blank">PMC4233938</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25195618.0" target="_blank">25195618.0</a></td>
<td><a href="https://doi.org/10.1111/nph.13008" target="_blank">10.1111/nph.13008</a></td>
<td>62a1d6vw</td>
<td>0.419263</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a></td>
<td><a href="Topic_25.html#uaaj66xq">Ding_2017</a>, <a href="Topic_25.html#90r3w9q0">Ávila-Pérez_2019</a></td>
</tr>
<tr>
<th id="bin58whh";>288</th>
<td>Pillay_2015</td>
<td>Hunting Viral Receptors Using Haploid Cells</td>
<td>Pillay, Sirika; Carette, Jan E.</td>
<td>2015</td>
<td>2015-11-09</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4982367" target="_blank">PMC4982367</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26958914.0" target="_blank">26958914.0</a></td>
<td><a href="https://doi.org/10.1146/annurev-virology-100114-055119" target="_blank">10.1146/annurev-virology-100114-055119</a></td>
<td>bin58whh</td>
<td>0.419236</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#rhkocfx4">Bermejo-Jambrina_2018</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#y80qkv05">Casasnovas_2013</a></td>
</tr>
<tr>
<th id="99pyker3";>289</th>
<td>Ryu_W_2017</td>
<td>Chapter 1 Discovery and Classification</td>
<td>Ryu, Wang-Shick</td>
<td>2017</td>
<td>2017-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800838-6.00001-1" target="_blank">10.1016/b978-0-12-800838-6.00001-1</a></td>
<td>99pyker3</td>
<td>0.419186</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_45.html#zlq4hucn">Longdon_2018</a></td>
<td><a href="Topic_20.html#ee3p4lvu">de_Groof_2015</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a></td>
</tr>
<tr>
<th id="aqlxb6ab";>290</th>
<td>Paintsil_2019</td>
<td>Antiviral Agents☆</td>
<td>Paintsil, E.; Cheng, Y.-C.</td>
<td>2019</td>
<td>2019-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-801238-3.02387-4" target="_blank">10.1016/b978-0-12-801238-3.02387-4</a></td>
<td>aqlxb6ab</td>
<td>0.418362</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_18.html#itz0bdrc">Paintsil_2009</a>, <a href="Topic_18.html#ng6h4l3m">Vardanyan_2016</a>, <a href="Topic_01.html#8jin6oru">Martínez_2008</a>, <a href="Topic_29.html#3mw66vxm">Zhou_2012</a></td>
</tr>
<tr>
<th id="43zrew96";>291</th>
<td>Carrasco_1994</td>
<td>Picornavirus inhibitors</td>
<td>Carrasco, Luis</td>
<td>1994</td>
<td>1994-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/7533301.0" target="_blank">7533301.0</a></td>
<td><a href="https://doi.org/10.1016/0163-7258(94)90040-x" target="_blank">10.1016/0163-7258(94)90040-x</a></td>
<td>43zrew96</td>
<td>0.416999</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_26.html#ikni2acz">Li_Z_2019</a></td>
</tr>
<tr>
<th id="6ej655n2";>292</th>
<td>Wu_J_2010</td>
<td>Lipidomic study of intracellular Singapore grouper iridovirus</td>
<td>Wu, Jinlu; Chan, Robin; Wenk, Markus R.; Hew, Choy-Leong</td>
<td>2010</td>
<td>2010-04-10</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126382" target="_blank">PMC7126382</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20123143.0" target="_blank">20123143.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2010.01.016" target="_blank">10.1016/j.virol.2010.01.016</a></td>
<td>6ej655n2</td>
<td>0.416040</td>
<td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#3wz7k4vy">Lenard_2008</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_53.html#36e8ervr">Park_2017</a>, <a href="Topic_26.html#3uidpr79">Doyle_2018</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="670yseio";>293</th>
<td>Taschuk_2020</td>
<td>DEAD-Box Helicases: Sensors, Regulators, and Effectors for Antiviral Defense</td>
<td>Taschuk, Frances; Cherry, Sara</td>
<td>2020</td>
<td>2020-02-05</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7077277" target="_blank">PMC7077277</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/32033386.0" target="_blank">32033386.0</a></td>
<td><a href="https://doi.org/10.3390/v12020181" target="_blank">10.3390/v12020181</a></td>
<td>670yseio</td>
<td>0.415539</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#iu3dg7y1">Li_Z_2011</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a></td>
<td><a href="Topic_31.html#e2jp88n9">Fullam_2013</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#z6ajwdya">Perčulija_2019</a></td>
</tr>
<tr>
<th id="4uvezfqm";>294</th>
<td>Zhou_2018</td>
<td>A generalized approach to predicting protein-protein interactions between virus and host</td>
<td>Zhou, Xiang; Park, Byungkyu; Choi, Daesik; Han, Kyungsook</td>
<td>2018</td>
<td>2018-08-13</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6101077" target="_blank">PMC6101077</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30367586.0" target="_blank">30367586.0</a></td>
<td><a href="https://doi.org/10.1186/s12864-018-4924-2" target="_blank">10.1186/s12864-018-4924-2</a></td>
<td>4uvezfqm</td>
<td>0.413967</td>
<td><a href="Topic_07.html#kixzxs68">Naito_2007</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_07.html#1ef1cxc8">Chang_2011</a></td>
<td><a href="Topic_10.html#7rnf2iyw">Goodacre_2020</a>, <a href="Topic_10.html#sx1fyqw0">Durmuş_2017</a>, <a href="Topic_26.html#cz42gvhy">Popescu_2011</a>, <a href="Topic_10.html#f59c4idd">Han_L_2017</a></td>
</tr>
<tr>
<th id="uirxpvwv";>295</th>
<td>Verdaguer_2014</td>
<td>Viruses and viral proteins</td>
<td>Verdaguer, Nuria; Ferrero, Diego; Murthy, Mathur R. N.</td>
<td>2014</td>
<td>2014-10-14</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4224467" target="_blank">PMC4224467</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25485129.0" target="_blank">25485129.0</a></td>
<td><a href="https://doi.org/10.1107/s205225251402003x" target="_blank">10.1107/s205225251402003x</a></td>
<td>uirxpvwv</td>
<td>0.413020</td>
<td><a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#qhx330ig">Nieva_2012</a></td>
</tr>
<tr>
<th id="7rnf2iyw";>296</th>
<td>Goodacre_2020</td>
<td>Protein-protein interactions of human viruses</td>
<td>Goodacre, Norman; Devkota, Prajwal; Bae, Eunhae; Wuchty, Stefan; Uetz, Peter</td>
<td>2020</td>
<td>2020-03-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102568" target="_blank">PMC7102568</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30031213.0" target="_blank">30031213.0</a></td>
<td><a href="https://doi.org/10.1016/j.semcdb.2018.07.018" target="_blank">10.1016/j.semcdb.2018.07.018</a></td>
<td>7rnf2iyw</td>
<td>0.411405</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#sx1fyqw0">Durmuş_2017</a>, <a href="Topic_26.html#cz42gvhy">Popescu_2011</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="yozk08w4";>297</th>
<td>Guerrero_2015</td>
<td>HIV-1 Replication and the Cellular Eukaryotic Translation Apparatus</td>
<td>Guerrero, Santiago; Batisse, Julien; Libre, Camille; Bernacchi, Serena; Marquet, Roland; Paillart, Jean-Christophe</td>
<td>2015</td>
<td>2015-01-19</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4306834" target="_blank">PMC4306834</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25606970.0" target="_blank">25606970.0</a></td>
<td><a href="https://doi.org/10.3390/v7010199" target="_blank">10.3390/v7010199</a></td>
<td>yozk08w4</td>
<td>0.411238</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#zz4w4jp3">de_Breyne_2018</a>, <a href="Topic_21.html#tkfozwpf">Sasvari_2011</a></td>
</tr>
<tr>
<th id="0qihw3bn";>298</th>
<td>Korth_2016</td>
<td>Chapter 11 Systems Virology Why everybody wants to measure everything</td>
<td>Korth, Marcus J.; Law, G. Lynn</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800964-2.00011-2" target="_blank">10.1016/b978-0-12-800964-2.00011-2</a></td>
<td>0qihw3bn</td>
<td>0.410741</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_10.html#tfok8ep7">Alcami_2000</a></td>
<td><a href="Topic_31.html#p3b4yk5d">Case_2017</a></td>
</tr>
<tr>
<th id="pjn8e3m1";>299</th>
<td>Stass_2019</td>
<td>Chapter Two Structures of enveloped virions determined by cryogenic electron microscopy and tomography</td>
<td>Stass, Robert; Ng, Weng M.; Kim, Young Chan; Huiskonen, Juha T.</td>
<td>2019</td>
<td>2019-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112279" target="_blank">PMC7112279</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31522708.0" target="_blank">31522708.0</a></td>
<td><a href="https://doi.org/10.1016/bs.aivir.2019.07.009" target="_blank">10.1016/bs.aivir.2019.07.009</a></td>
<td>pjn8e3m1</td>
<td>0.410004</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#3wz7k4vy">Lenard_2008</a></td>
<td><a href="Topic_16.html#anp238gu">Effantin_2016</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_26.html#cxwucrgo">Risco_2003</a></td>
</tr>
<tr>
<th id="c41xejo3";>300</th>
<td>Neuman_2016</td>
<td>Chapter One Supramolecular Architecture of the Coronavirus Particle</td>
<td>Neuman, B.W.; Buchmeier, M.J.</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112365" target="_blank">PMC7112365</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27712621.0" target="_blank">27712621.0</a></td>
<td><a href="https://doi.org/10.1016/bs.aivir.2016.08.005" target="_blank">10.1016/bs.aivir.2016.08.005</a></td>
<td>c41xejo3</td>
<td>0.408166</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td>
<td><a href="Topic_26.html#cxwucrgo">Risco_2003</a></td>
</tr>
<tr>
<th id="f7eqdxpv";>301</th>
<td>Shaw_2008</td>
<td>Cellular Proteins in Influenza Virus Particles</td>
<td>Shaw, Megan L.; Stone, Kathryn L.; Colangelo, Christopher M.; Gulcicek, Erol E.; Palese, Peter</td>
<td>2008</td>
<td>2008-06-06</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2390764" target="_blank">PMC2390764</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18535660.0" target="_blank">18535660.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1000085" target="_blank">10.1371/journal.ppat.1000085</a></td>
<td>f7eqdxpv</td>
<td>0.407775</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="d0bswz2u";>302</th>
<td>Wang_2011</td>
<td>Viral proteins function as ion channels</td>
<td>Wang, Kai; Xie, Shiqi; Sun, Bing</td>
<td>2011</td>
<td>2011-02-28</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094589" target="_blank">PMC7094589</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20478263.0" target="_blank">20478263.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbamem.2010.05.006" target="_blank">10.1016/j.bbamem.2010.05.006</a></td>
<td>d0bswz2u</td>
<td>0.406098</td>
<td><a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#0gkonrzw">Sze_C_2015</a>, <a href="Topic_26.html#v5o49ees">Nieto-Torres_2015</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#qhx330ig">Nieva_2012</a></td>
</tr>
<tr>
<th id="2udvddt7";>303</th>
<td>Osterman_2015</td>
<td>The Hepatitis E virus intraviral interactome</td>
<td>Osterman, Andreas; Stellberger, Thorsten; Gebhardt, Anna; Kurz, Marisa; Friedel, Caroline C.; Uetz, Peter; Nitschko, Hans; Baiker, Armin; Vizoso-Pinto, Maria G.</td>
<td>2015</td>
<td>2015-10-14</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4604457" target="_blank">PMC4604457</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26463011.0" target="_blank">26463011.0</a></td>
<td><a href="https://doi.org/10.1038/srep13872" target="_blank">10.1038/srep13872</a></td>
<td>2udvddt7</td>
<td>0.404927</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_26.html#cz42gvhy">Popescu_2011</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="kl99afiu";>304</th>
<td>Xiang_2020</td>
<td>VPTMdb: a viral post-translational modification database</td>
<td>Yujia Xiang; Quan Zou; Lilin Zhao</td>
<td>2020</td>
<td>2020-04-02</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/2020.04.01.019562" target="_blank">10.1101/2020.04.01.019562</a></td>
<td>kl99afiu</td>
<td>0.404251</td>
<td><a href="Topic_17.html#wjf8t8vp">Brister_2015</a>, <a href="Topic_17.html#tg06vxza">Cheng_2013</a>, <a href="Topic_17.html#6qpsxmgi">Wang_2006</a>, <a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a></td>
<td><a href="Topic_10.html#vy4hfd62">Wimmer_2015</a></td>
</tr>
<tr>
<th id="w0zjs8k7";>305</th>
<td>Bayliss_2018</td>
<td>Masters of manipulation: Viral modulation of the immunological synapse</td>
<td>Bayliss, Rebecca J.; Piguet, Vincent</td>
<td>2018</td>
<td>2018-09-21</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6492149" target="_blank">PMC6492149</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30123959.0" target="_blank">30123959.0</a></td>
<td><a href="https://doi.org/10.1111/cmi.12944" target="_blank">10.1111/cmi.12944</a></td>
<td>w0zjs8k7</td>
<td>0.402066</td>
<td><a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_08.html#rhkocfx4">Bermejo-Jambrina_2018</a></td>
<td><a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_08.html#cbelhu32">Phares_2013</a>, <a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_33.html#ixgz4e7k">Rothhammer_2014</a></td>
</tr>
<tr>
<th id="u2bbgn8k";>306</th>
<td>Yun_S_2013</td>
<td>Overview: Replication of porcine reproductive and respiratory syndrome virus</td>
<td>Yun, Sang-Im; Lee, Young-Min</td>
<td>2013</td>
<td>2013-12-19</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7091224" target="_blank">PMC7091224</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24385346.0" target="_blank">24385346.0</a></td>
<td><a href="https://doi.org/10.1007/s12275-013-3431-z" target="_blank">10.1007/s12275-013-3431-z</a></td>
<td>u2bbgn8k</td>
<td>0.401973</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_37.html#9hkiev61">Song_2011</a></td>
</tr>
<tr>
<th id="747du9a1";>307</th>
<td>Kellam_2006</td>
<td>Infectogenomics: Insights from the Host Genome into Infectious Diseases</td>
<td>Kellam, Paul; Weiss, Robin A.</td>
<td>2006</td>
<td>2006-02-24</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119327" target="_blank">PMC7119327</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16497580.0" target="_blank">16497580.0</a></td>
<td><a href="https://doi.org/10.1016/j.cell.2006.02.003" target="_blank">10.1016/j.cell.2006.02.003</a></td>
<td>747du9a1</td>
<td>0.400844</td>
<td><a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_01.html#1ucnqqgl">Tan_S_2007</a>, <a href="Topic_01.html#6vja5e5o">Johnson_2018</a>, <a href="Topic_13.html#648c2ox3">Tong_2011</a></td>
<td><a href="Topic_31.html#pdfs6ojs">Narayanan_2015</a>, <a href="Topic_36.html#vg8bwed9">Haagmans_2009</a>, <a href="Topic_01.html#igcn914k">Musser_2015</a>, <a href="Topic_45.html#0l33i6s4">Anderson_2020</a></td>
</tr>
<tr>
<th id="l65ygqyu";>308</th>
<td>Grangeon_2012</td>
<td>Host endomembrane recruitment for plant RNA virus replication</td>
<td>Grangeon, Romain; Jiang, Jun; Laliberté, Jean-François</td>
<td>2012</td>
<td>2012-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23123078.0" target="_blank">23123078.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2012.10.003" target="_blank">10.1016/j.coviro.2012.10.003</a></td>
<td>l65ygqyu</td>
<td>0.400264</td>
<td><a href="Topic_26.html#1s6andwf">Hobman_1993</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#8nyoyrlj">UNKNOWN_1995</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="wggzeqwe";>309</th>
<td>Fulcher_2011</td>
<td>Regulation of nucleocytoplasmic trafficking of viral proteins: An integral role in pathogenesis?</td>
<td>Fulcher, Alex J.; Jans, David A.</td>
<td>2011</td>
<td>2011-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114211" target="_blank">PMC7114211</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21530593.0" target="_blank">21530593.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbamcr.2011.03.019" target="_blank">10.1016/j.bbamcr.2011.03.019</a></td>
<td>wggzeqwe</td>
<td>0.398656</td>
<td><a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#rg45m42j">Tessier_2019</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_10.html#5g58qfn6">Yarbrough_2013</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="avkequza";>310</th>
<td>Webby_2004</td>
<td>Molecular constraints to interspecies transmission of viral pathogens</td>
<td>Webby, Richard; Hoffmann, Erich; Webster, Robert</td>
<td>2004</td>
<td>2004-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7095872" target="_blank">PMC7095872</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15577935.0" target="_blank">15577935.0</a></td>
<td><a href="https://doi.org/10.1038/nm1151" target="_blank">10.1038/nm1151</a></td>
<td>avkequza</td>
<td>0.398345</td>
<td><a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_45.html#vd242w2o">Sawyer_2012</a></td>
<td><a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_45.html#krqpg4zi">Adachi_2007</a></td>
</tr>
<tr>
<th id="q4oavl7r";>311</th>
<td>Simon_2009</td>
<td>RNA conformational changes in the life cycles of RNA viruses, viroids, and virus-associated RNAs</td>
<td>Simon, Anne E.; Gehrke, Lee</td>
<td>2009</td>
<td>2009-10-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2784224" target="_blank">PMC2784224</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19501200.0" target="_blank">19501200.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbagrm.2009.05.005" target="_blank">10.1016/j.bbagrm.2009.05.005</a></td>
<td>q4oavl7r</td>
<td>0.398176</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="qy8vj6uu";>312</th>
<td>Pierini_2009</td>
<td>Modulation of membrane traffic between endoplasmic reticulum, ERGIC and Golgi to generate compartments for the replication of bacteria and viruses</td>
<td>Pierini, Roberto; Cottam, Eleanor; Roberts, Rebecca; Wileman, Thomas</td>
<td>2009</td>
<td>2009-09-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7110581" target="_blank">PMC7110581</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19508853.0" target="_blank">19508853.0</a></td>
<td><a href="https://doi.org/10.1016/j.semcdb.2009.03.015" target="_blank">10.1016/j.semcdb.2009.03.015</a></td>
<td>qy8vj6uu</td>
<td>0.397553</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#8nyoyrlj">UNKNOWN_1995</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a></td>
<td><a href="Topic_10.html#l65ygqyu">Grangeon_2012</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_26.html#3oxzzxnd">Salcedo_2003</a>, <a href="Topic_26.html#qwr03j43">Tenorio_2018</a></td>
</tr>
<tr>
<th id="ivz4r389";>313</th>
<td>Wang_2014</td>
<td>Interactome Profile of the Host Cellular Proteins and the Nonstructural Protein 2 of Porcine Reproductive and Respiratory Syndrome Virus</td>
<td>Wang, Li; Zhou, Lei; Zhang, Han; Li, Yan; Ge, Xinna; Guo, Xin; Yu, Kangzhen; Yang, Hanchun</td>
<td>2014</td>
<td>2014-06-05</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4047090" target="_blank">PMC4047090</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24901321.0" target="_blank">24901321.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0099176" target="_blank">10.1371/journal.pone.0099176</a></td>
<td>ivz4r389</td>
<td>0.396117</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a>, <a href="Topic_21.html#10jlzjf0">Shi_S_2005</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_44.html#4vlxljts">Dong_2014</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="89j0om5b";>314</th>
<td>Liu_L_2015</td>
<td>Resolution of the cellular proteome of the nucleocapsid protein from a highly pathogenic isolate of porcine reproductive and respiratory syndrome virus identifies PARP-1 as a cellular target whose interaction is critical for virus biology</td>
<td>Liu, Long; Lear, Zoe; Hughes, David J.; Wu, Weining; Zhou, En-min; Whitehouse, Adrian; Chen, Hongying; Hiscox, Julian A.</td>
<td>2015</td>
<td>2015-03-23</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4414928" target="_blank">PMC4414928</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25614100.0" target="_blank">25614100.0</a></td>
<td><a href="https://doi.org/10.1016/j.vetmic.2014.11.023" target="_blank">10.1016/j.vetmic.2014.11.023</a></td>
<td>89j0om5b</td>
<td>0.395982</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="nfc018kr";>315</th>
<td>Charles_Povey_1986</td>
<td>Persistent Viral Infection The Carrier State</td>
<td>Charles Povey, R.</td>
<td>1986</td>
<td>1986-11-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7134487" target="_blank">PMC7134487</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/3097907.0" target="_blank">3097907.0</a></td>
<td><a href="https://doi.org/10.1016/s0195-5616(86)50130-3" target="_blank">10.1016/s0195-5616(86)50130-3</a></td>
<td>nfc018kr</td>
<td>0.395848</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a></td>
<td><a href="Topic_27.html#urt17nij">Stoddart_1988</a>, <a href="Topic_66.html#gwnfcfvk">Taniwaki_2013</a>, <a href="Topic_76.html#2jccfcun">Ehmann_2018</a></td>
</tr>
<tr>
<th id="8ef74ltg";>316</th>
<td>Arnold_2012</td>
<td>Computational analysis of interactomes: Current and future perspectives for bioinformatics approaches to model the host–pathogen interaction space</td>
<td>Arnold, Roland; Boonen, Kurt; Sun, Mark G.F.; Kim, Philip M.</td>
<td>2012</td>
<td>2012-08-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7128575" target="_blank">PMC7128575</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22750305.0" target="_blank">22750305.0</a></td>
<td><a href="https://doi.org/10.1016/j.ymeth.2012.06.011" target="_blank">10.1016/j.ymeth.2012.06.011</a></td>
<td>8ef74ltg</td>
<td>0.395840</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#1awau7hm">Wilson_2012</a>, <a href="Topic_34.html#zlqh436d">Chasman_2016</a>, <a href="Topic_02.html#0c1qdjb5">Holmes_2007</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#sx1fyqw0">Durmuş_2017</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_08.html#1giy1fow">Martinez-Martin_2017</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="ddza1x3z";>317</th>
<td>de_Wilde_2017</td>
<td>Host Factors in Coronavirus Replication</td>
<td>de Wilde, Adriaan H.; Snijder, Eric J.; Kikkert, Marjolein; van Hemert, Martijn J.</td>
<td>2017</td>
<td>2017-06-23</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119980" target="_blank">PMC7119980</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28643204.0" target="_blank">28643204.0</a></td>
<td><a href="https://doi.org/10.1007/82_2017_25" target="_blank">10.1007/82_2017_25</a></td>
<td>ddza1x3z</td>
<td>0.395474</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_31.html#iks3crqb">Tanaka_2013</a>, <a href="Topic_53.html#dtax0yti">Millet_2015</a>, <a href="Topic_20.html#qdwl8llw">Sims_2008</a></td>
</tr>
<tr>
<th id="tg66h99q";>318</th>
<td>Woolhouse_2013</td>
<td>Ecological and taxonomic variation among human RNA viruses</td>
<td>Woolhouse, Mark E.J.; Adair, Kyle</td>
<td>2013</td>
<td>2013-10-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23518441.0" target="_blank">23518441.0</a></td>
<td><a href="https://doi.org/10.1016/j.jcv.2013.02.019" target="_blank">10.1016/j.jcv.2013.02.019</a></td>
<td>tg66h99q</td>
<td>0.395303</td>
<td><a href="Topic_13.html#c22mytwr">Brucker_2020</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td><a href="Topic_09.html#vfm95ask">Santos_2013</a>, <a href="Topic_45.html#nsmbho6w">Brüssow_2012</a>, <a href="Topic_45.html#42twx4gm">Lu_L_2019</a></td>
</tr>
<tr>
<th id="pl88otue";>319</th>
<td>Gray_1996</td>
<td>Plant virus proteins involved in natural vector transmission</td>
<td>Gray, Stewart M.</td>
<td>1996</td>
<td>1996-07-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/8829333.0" target="_blank">8829333.0</a></td>
<td><a href="https://doi.org/10.1016/0966-842x(96)10040-8" target="_blank">10.1016/0966-842x(96)10040-8</a></td>
<td>pl88otue</td>
<td>0.395303</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_37.html#77lqxgmh">Wu_H_2004</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="2t09zqqi";>320</th>
<td>Miras_2017</td>
<td>Non-canonical Translation in Plant RNA Viruses</td>
<td>Miras, Manuel; Miller, W. Allen; Truniger, Verónica; Aranda, Miguel A.</td>
<td>2017</td>
<td>2017-04-06</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5382211" target="_blank">PMC5382211</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28428795.0" target="_blank">28428795.0</a></td>
<td><a href="https://doi.org/10.3389/fpls.2017.00494" target="_blank">10.3389/fpls.2017.00494</a></td>
<td>2t09zqqi</td>
<td>0.395139</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_61.html#o5jo69um">Firth_2012</a>, <a href="Topic_21.html#tkfozwpf">Sasvari_2011</a></td>
</tr>
<tr>
<th id="230p8rsf";>321</th>
<td>de_Haan_2005</td>
<td>Molecular Interactions in the Assembly of Coronaviruses</td>
<td>de Haan, Cornelis A.M.; Rottier, Peter J.M.</td>
<td>2005</td>
<td>2005-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112327" target="_blank">PMC7112327</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16139595.0" target="_blank">16139595.0</a></td>
<td><a href="https://doi.org/10.1016/s0065-3527(05)64006-7" target="_blank">10.1016/s0065-3527(05)64006-7</a></td>
<td>230p8rsf</td>
<td>0.394266</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#1s6andwf">Hobman_1993</a>, <a href="Topic_10.html#rg45m42j">Tessier_2019</a>, <a href="Topic_53.html#fsfer9ue">Roman_1985</a></td>
<td><a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="ig6ul3u7";>322</th>
<td>Bösl_2019</td>
<td>Critical Nodes of Virus–Host Interaction Revealed Through an Integrated Network Analysis</td>
<td>Korbinian Bösl; Aleksandr Ianevski; Thoa T. Than; Petter I. Andersen; Suvi Kuivanen; Mona Teppor; Eva Zusinaite; Uga Dumpis; Astra Vitkauskiene; Rebecca J. Cox; Hannimari Kallio-Kokko; Anders Bergqvist; Tanel Tenson; Valentyn Oksenych; Magnar Bjørås; Marit W. Anthonsen; David Shum; Mari Kaarbø; Olli Vapalahti; Marc P. Windisch; Giulio Superti-Furga; Berend Snijder; Denis Kainov; Richard K. Kandasamy</td>
<td>2019</td>
<td>2019-02-13</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/548909" target="_blank">10.1101/548909</a></td>
<td>ig6ul3u7</td>
<td>0.393012</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#4x1j0iqg">Bösl_2019</a>, <a href="Topic_10.html#sx1fyqw0">Durmuş_2017</a>, <a href="Topic_08.html#d79twl34">McDermott_2016</a>, <a href="Topic_30.html#9rpoll7y">Mitchell_2019</a></td>
</tr>
<tr>
<th id="tdmkph8r";>323</th>
<td>Li_M_2015</td>
<td>To translate, or not to translate: viral and host mRNA regulation by interferon-stimulated genes</td>
<td>Li, Melody M.H.; MacDonald, Margaret R.; Rice, Charles M.</td>
<td>2015</td>
<td>2015-06-30</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4441850" target="_blank">PMC4441850</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25748385.0" target="_blank">25748385.0</a></td>
<td><a href="https://doi.org/10.1016/j.tcb.2015.02.001" target="_blank">10.1016/j.tcb.2015.02.001</a></td>
<td>tdmkph8r</td>
<td>0.392680</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#dkwcheu0">Abernathy_2015</a></td>
<td><a href="Topic_10.html#zz4w4jp3">de_Breyne_2018</a>, <a href="Topic_21.html#tkfozwpf">Sasvari_2011</a></td>
</tr>
<tr>
<th id="f59c4idd";>324</th>
<td>Han_L_2017</td>
<td>Human enterovirus 71 protein interaction network prompts antiviral drug repositioning</td>
<td>Han, Lu; Li, Kang; Jin, Chaozhi; Wang, Jian; Li, Qingjun; Zhang, Qiling; Cheng, Qiyue; Yang, Jing; Bo, Xiaochen; Wang, Shengqi</td>
<td>2017</td>
<td>2017-02-21</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5318855" target="_blank">PMC5318855</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28220872.0" target="_blank">28220872.0</a></td>
<td><a href="https://doi.org/10.1038/srep43143" target="_blank">10.1038/srep43143</a></td>
<td>f59c4idd</td>
<td>0.391761</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#1awau7hm">Wilson_2012</a></td>
<td><a href="Topic_26.html#ikni2acz">Li_Z_2019</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_25.html#eug50ls4">Yao_C_2018</a></td>
</tr>
<tr>
<th id="1kuggdzj";>325</th>
<td>Neufeldt_2016</td>
<td>The Hepatitis C Virus-Induced Membranous Web and Associated Nuclear Transport Machinery Limit Access of Pattern Recognition Receptors to Viral Replication Sites</td>
<td>Neufeldt, Christopher J.; Joyce, Michael A.; Van Buuren, Nicholas; Levin, Aviad; Kirkegaard, Karla; Gale Jr., Michael; Tyrrell, D. Lorne J.; Wozniak, Richard W.</td>
<td>2016</td>
<td>2016-02-10</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4749181" target="_blank">PMC4749181</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26863439.0" target="_blank">26863439.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1005428" target="_blank">10.1371/journal.ppat.1005428</a></td>
<td>1kuggdzj</td>
<td>0.391141</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a></td>
<td><a href="Topic_10.html#ysrs0w40">Bonamassa_2015</a>, <a href="Topic_26.html#cz42gvhy">Popescu_2011</a></td>
</tr>
<tr>
<th id="jj18fyaj";>326</th>
<td>Carissimo_2019</td>
<td>VCP/p97 Is a Proviral Host Factor for Replication of Chikungunya Virus and Other Alphaviruses</td>
<td>Carissimo, Guillaume; Chan, Yi-Hao; Utt, Age; Chua, Tze-Kwang; Bakar, Farhana Abu; Merits, Andres; Ng, Lisa F. P.</td>
<td>2019</td>
<td>2019-09-24</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6787436" target="_blank">PMC6787436</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31636613.0" target="_blank">31636613.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2019.02236" target="_blank">10.3389/fmicb.2019.02236</a></td>
<td>jj18fyaj</td>
<td>0.391107</td>
<td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_53.html#mqry76ef">Phongphaew_2017</a></td>
</tr>
<tr>
<th id="s15o0hie";>327</th>
<td>Belouzard_2011</td>
<td>Hepatitis C virus entry into the hepatocyte</td>
<td>Belouzard, Sandrine; Cocquerel, Laurence; Dubuisson, Jean</td>
<td>2011</td>
<td>2011-11-07</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7089486" target="_blank">PMC7089486</a></td>
<td></td>
<td><a href="https://doi.org/10.2478/s11535-011-0076-y" target="_blank">10.2478/s11535-011-0076-y</a></td>
<td>s15o0hie</td>
<td>0.390684</td>
<td><a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="5da6ph0y";>328</th>
<td>Florin_2018</td>
<td>Tetraspanin Assemblies in Virus Infection</td>
<td>Florin, Luise; Lang, Thorsten</td>
<td>2018</td>
<td>2018-05-25</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5981178" target="_blank">PMC5981178</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29887866.0" target="_blank">29887866.0</a></td>
<td><a href="https://doi.org/10.3389/fimmu.2018.01140" target="_blank">10.3389/fimmu.2018.01140</a></td>
<td>5da6ph0y</td>
<td>0.390016</td>
<td><a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#66fcw1da">Jonker_2018</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#rg45m42j">Tessier_2019</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="a6merb92";>329</th>
<td>Dai_X_2020</td>
<td>Host receptors: the key to establishing cells with broad viral tropism for vaccine production</td>
<td>Dai, Xiaofeng; Zhang, Xuanhao; Ostrikov, Kostya; Abrahamyan, Levon</td>
<td>2020</td>
<td>2020-03-23</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113910" target="_blank">PMC7113910</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/32202955.0" target="_blank">32202955.0</a></td>
<td><a href="https://doi.org/10.1080/1040841x.2020.1735992" target="_blank">10.1080/1040841x.2020.1735992</a></td>
<td>a6merb92</td>
<td>0.389704</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_01.html#92esdjy9">Delhalle_2012</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="85wj08gr";>330</th>
<td>Katze_2008</td>
<td>Innate immune modulation by RNA viruses: emerging insights from functional genomics</td>
<td>Katze, Michael G.; Fornek, Jamie L.; Palermo, Robert E.; Walters, Kathie-Anne; Korth, Marcus J.</td>
<td>2008</td>
<td>2008-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097543" target="_blank">PMC7097543</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18654572.0" target="_blank">18654572.0</a></td>
<td><a href="https://doi.org/10.1038/nri2377" target="_blank">10.1038/nri2377</a></td>
<td>85wj08gr</td>
<td>0.389194</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a>, <a href="Topic_08.html#p54p7enk">Schlee_2013</a></td>
</tr>
<tr>
<th id="hsypln33";>331</th>
<td>Domingo_2020</td>
<td>Chapter 4 Interaction of virus populations with their hosts</td>
<td>Domingo, Esteban</td>
<td>2020</td>
<td>2020-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-816331-3.00004-0" target="_blank">10.1016/b978-0-12-816331-3.00004-0</a></td>
<td>hsypln33</td>
<td>0.388494</td>
<td><a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_10.html#bl5bagvg">Domingo_2016</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td><a href="Topic_10.html#bl5bagvg">Domingo_2016</a>, <a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_10.html#avkequza">Webby_2004</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="q92fd2lo";>332</th>
<td>Louten_2016</td>
<td>Chapter 4 Virus Replication</td>
<td>Louten, Jennifer</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800947-5.00004-1" target="_blank">10.1016/b978-0-12-800947-5.00004-1</a></td>
<td>q92fd2lo</td>
<td>0.388388</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#fsfer9ue">Roman_1985</a>, <a href="Topic_10.html#3wz7k4vy">Lenard_2008</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_53.html#zd039ohv">Dumas_2014</a></td>
</tr>
<tr>
<th id="fxy9ekop";>333</th>
<td>Louten_2016</td>
<td>Chapter 5 Virus Transmission and Epidemiology</td>
<td>Louten, Jennifer</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800947-5.00005-3" target="_blank">10.1016/b978-0-12-800947-5.00005-3</a></td>
<td>fxy9ekop</td>
<td>0.386961</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#avkequza">Webby_2004</a>, <a href="Topic_53.html#fsfer9ue">Roman_1985</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a></td>
<td><a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="hf4h2u4b";>334</th>
<td>Cann_2012</td>
<td>Chapter 7 Pathogenesis</td>
<td>Cann, Alan J.</td>
<td>2012</td>
<td>2012-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-384939-7.10007-9" target="_blank">10.1016/b978-0-12-384939-7.10007-9</a></td>
<td>hf4h2u4b</td>
<td>0.386358</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td>
<td><a href="Topic_46.html#z74mk342">Weis_2019</a>, <a href="Topic_09.html#w70dzne7">Cann_2016</a></td>
</tr>
<tr>
<th id="ysrs0w40";>335</th>
<td>Bonamassa_2015</td>
<td>Hepatitis C virus and host cell nuclear transport machinery: a clandestine affair</td>
<td>Bonamassa, Barbara; Ciccarese, Francesco; Antonio, Veronica Di; Contarini, Andrea; Palù, Giorgio; Alvisi, Gualtiero</td>
<td>2015</td>
<td>2015-06-19</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4472997" target="_blank">PMC4472997</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26150811.0" target="_blank">26150811.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2015.00619" target="_blank">10.3389/fmicb.2015.00619</a></td>
<td>ysrs0w40</td>
<td>0.386159</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="pk2vmnns";>336</th>
<td>Hellen_1992</td>
<td>The role of proteolytic processing in the morphogenesis of virus particles</td>
<td>Hellen, C. U. T.; Wimmer, E.</td>
<td>1992</td>
<td>1992-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087542" target="_blank">PMC7087542</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/1740191.0" target="_blank">1740191.0</a></td>
<td><a href="https://doi.org/10.1007/bf01923512" target="_blank">10.1007/bf01923512</a></td>
<td>pk2vmnns</td>
<td>0.385809</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="9a56rr1j";>337</th>
<td>Montero_2011</td>
<td>Stress Granules in the Viral Replication Cycle</td>
<td>Montero, Hilda; Trujillo-Alonso, Vicenta</td>
<td>2011</td>
<td>2011-11-18</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3230854" target="_blank">PMC3230854</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22163347.0" target="_blank">22163347.0</a></td>
<td><a href="https://doi.org/10.3390/v3112328" target="_blank">10.3390/v3112328</a></td>
<td>9a56rr1j</td>
<td>0.384901</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_10.html#pzuff2al">Miller_2011</a></td>
</tr>
<tr>
<th id="titmz5jo";>338</th>
<td>Zhao_2011</td>
<td>Virus interactions with human signal transduction pathways</td>
<td>Zhao, Zhongming; Xia, Junfeng; Tastan, Oznur; Singh, Irtisha; Kshirsagar, Meghana; Carbonell, Jaime; Klein-Seetharaman, Judith</td>
<td>2011</td>
<td>2011-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3407688" target="_blank">PMC3407688</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21330695.0" target="_blank">21330695.0</a></td>
<td><a href="https://doi.org/10.1504/ijcbdd.2011.038658" target="_blank">10.1504/ijcbdd.2011.038658</a></td>
<td>titmz5jo</td>
<td>0.384860</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a></td>
<td><a href="Topic_10.html#sx1fyqw0">Durmuş_2017</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#xc34ugbe">Kumar_2018</a></td>
</tr>
<tr>
<th id="xgsn30en";>339</th>
<td>Han_K_2019</td>
<td>The ubiquitin-proteasome system is necessary for the replication of duck Tembusu virus</td>
<td>Han, Kaikai; Zhao, Dongmin; Liu, Yuzhuo; Liu, Qingtao; Huang, Xinmei; Yang, Jing; Zhang, Lijiao; Li, Yin</td>
<td>2019</td>
<td>2019-07-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126904" target="_blank">PMC7126904</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31054366.0" target="_blank">31054366.0</a></td>
<td><a href="https://doi.org/10.1016/j.micpath.2019.04.044" target="_blank">10.1016/j.micpath.2019.04.044</a></td>
<td>xgsn30en</td>
<td>0.384787</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_25.html#lrtt9r1h">Si_X_2008</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a></td>
</tr>
<tr>
<th id="xkmouavc";>340</th>
<td>Slingenbergh_2018</td>
<td>Animal virus ecology and evolution are shaped by the virus host-body infiltration and colonization pattern.</td>
<td>Jan Slingenbergh</td>
<td>2018</td>
<td>2018-12-10</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/492603" target="_blank">10.1101/492603</a></td>
<td>xkmouavc</td>
<td>0.383788</td>
<td><a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_30.html#k9skma4k">Karlsson_2012</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#9xbu4hnq">Slingenbergh_2019</a>, <a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_02.html#aj352do0">Tibayrenc_2015</a></td>
</tr>
<tr>
<th id="30d7t5bf";>341</th>
<td>Raman_2016</td>
<td>Glycan–protein interactions in viral pathogenesis</td>
<td>Raman, Rahul; Tharakaraman, Kannan; Sasisekharan, V; Sasisekharan, Ram</td>
<td>2016</td>
<td>2016-10-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5526076" target="_blank">PMC5526076</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27792989.0" target="_blank">27792989.0</a></td>
<td><a href="https://doi.org/10.1016/j.sbi.2016.10.003" target="_blank">10.1016/j.sbi.2016.10.003</a></td>
<td>30d7t5bf</td>
<td>0.383386</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_08.html#eei0ajtt">Monteiro_2017</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_41.html#ooha4fuv">Suenaga_2014</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="itxrhjns";>342</th>
<td>Mougari_2019</td>
<td>First evidence of host range expansion in virophages and its potential impact on giant viruses and host cells</td>
<td>Said Mougari; Nisrine Chelkha; Dehia Sahmi-Bounsiar; Fabrizio Di Pinto; Philippe Colson; Jonatas Abrahao; Bernard La Scola</td>
<td>2019</td>
<td>2019-09-24</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/780841" target="_blank">10.1101/780841</a></td>
<td>itxrhjns</td>
<td>0.382992</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_37.html#zqe5nnu3">Usme-Ciro_2014</a></td>
</tr>
<tr>
<th id="1qjbuofz";>343</th>
<td>Zuñiga_2016</td>
<td>Virulence factors in porcine coronaviruses and vaccine design</td>
<td>Zuñiga, Sonia; Pascual-Iglesias, Alejandro; Sanchez, Carlos M.; Sola, Isabel; Enjuanes, Luis</td>
<td>2016</td>
<td>2016-12-02</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5159199" target="_blank">PMC5159199</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27397100.0" target="_blank">27397100.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2016.07.003" target="_blank">10.1016/j.virusres.2016.07.003</a></td>
<td>1qjbuofz</td>
<td>0.382987</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_15.html#u1xbkaq0">Ploquin_2013</a></td>
</tr>
<tr>
<th id="zn7tm1ww";>344</th>
<td>Sokoloski_2017</td>
<td>Identification of Interactions between Sindbis Virus Capsid Protein and Cytoplasmic vRNA as Novel Virulence Determinants</td>
<td>Sokoloski, Kevin J.; Nease, Lauren M.; May, Nicholas A.; Gebhart, Natasha N.; Jones, Claire E.; Morrison, Thomas E.; Hardy, Richard W.</td>
<td>2017</td>
<td>2017-06-29</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5507600" target="_blank">PMC5507600</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28662211.0" target="_blank">28662211.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1006473" target="_blank">10.1371/journal.ppat.1006473</a></td>
<td>zn7tm1ww</td>
<td>0.382985</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_26.html#cz42gvhy">Popescu_2011</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="mjp6uyqz";>345</th>
<td>Martin_2011</td>
<td>Recombination in Eukaryotic Single Stranded DNA Viruses</td>
<td>Martin, Darren P.; Biagini, Philippe; Lefeuvre, Pierre; Golden, Michael; Roumagnac, Philippe; Varsani, Arvind</td>
<td>2011</td>
<td>2011-09-13</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3187698" target="_blank">PMC3187698</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21994803.0" target="_blank">21994803.0</a></td>
<td><a href="https://doi.org/10.3390/v3091699" target="_blank">10.3390/v3091699</a></td>
<td>mjp6uyqz</td>
<td>0.382296</td>
<td><a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_02.html#53atdvlv">Simon-Loriere_2011</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="cubh9jxc";>346</th>
<td>Domingo_2006</td>
<td>Viruses as Quasispecies: Biological Implications</td>
<td>Domingo, E.; Martín, V.; Perales, C.; Grande-Pérez, A.; García-Arriaza, J.; Arias, A.</td>
<td>2006</td>
<td>2006-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120838" target="_blank">PMC7120838</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16568896.0" target="_blank">16568896.0</a></td>
<td><a href="https://doi.org/10.1007/3-540-26397-7_3" target="_blank">10.1007/3-540-26397-7_3</a></td>
<td>cubh9jxc</td>
<td>0.382274</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#mauzesor">Domingo_1998</a>, <a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_30.html#kvfffe0b">Gutiérrez_2013</a></td>
</tr>
<tr>
<th id="xkl42ue9";>347</th>
<td>Linnik_2013</td>
<td>Unraveling the Structure of Viral Replication Complexes at Super-Resolution</td>
<td>Linnik, Olga; Liesche, Johannes; Tilsner, Jens; Oparka, Karl J.</td>
<td>2013</td>
<td>2013-01-31</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3560349" target="_blank">PMC3560349</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23386855.0" target="_blank">23386855.0</a></td>
<td><a href="https://doi.org/10.3389/fpls.2013.00006" target="_blank">10.3389/fpls.2013.00006</a></td>
<td>xkl42ue9</td>
<td>0.382022</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#v891bc3i">Terrier_2016</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="wwaa6ls0";>348</th>
<td>Potgieter_1986</td>
<td>Pathogenesis of Viral Infections</td>
<td>Potgieter, Leon N.D.</td>
<td>1986</td>
<td>1986-11-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7134523" target="_blank">PMC7134523</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/2947377.0" target="_blank">2947377.0</a></td>
<td><a href="https://doi.org/10.1016/s0195-5616(86)50129-7" target="_blank">10.1016/s0195-5616(86)50129-7</a></td>
<td>wwaa6ls0</td>
<td>0.382021</td>
<td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_08.html#mdmia0iw">Ma_D_2015</a></td>
<td><a href="Topic_09.html#d7x7wlvu">Busca_2012</a>, <a href="Topic_09.html#ru7mvfc0">Samanta_2017</a></td>
</tr>
<tr>
<th id="0gkonrzw";>349</th>
<td>Sze_C_2015</td>
<td>Viral Membrane Channels: Role and Function in the Virus Life Cycle</td>
<td>Sze, Ching Wooen; Tan, Yee-Joo</td>
<td>2015</td>
<td>2015-06-23</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4488738" target="_blank">PMC4488738</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26110585.0" target="_blank">26110585.0</a></td>
<td><a href="https://doi.org/10.3390/v7062771" target="_blank">10.3390/v7062771</a></td>
<td>0gkonrzw</td>
<td>0.381874</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="zvemg1hc";>350</th>
<td>Bercovich-Kinori_2016</td>
<td>A systematic view on influenza induced host shutoff</td>
<td>Bercovich-Kinori, Adi; Tai, Julie; Gelbart, Idit Anna; Shitrit, Alina; Ben-Moshe, Shani; Drori, Yaron; Itzkovitz, Shalev; Mandelboim, Michal; Stern-Ginossar, Noam</td>
<td>2016</td>
<td>2016-08-15</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5028189" target="_blank">PMC5028189</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27525483.0" target="_blank">27525483.0</a></td>
<td><a href="https://doi.org/10.7554/elife.18311" target="_blank">10.7554/elife.18311</a></td>
<td>zvemg1hc</td>
<td>0.381675</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#dkwcheu0">Abernathy_2015</a></td>
<td><a href="Topic_10.html#99tyhwqe">Gaucherand_2019</a>, <a href="Topic_10.html#8k7w467p">Gaucherand_2018</a></td>
</tr>
<tr>
<th id="cyty5noi";>351</th>
<td>Goffinet_2016</td>
<td>Cellular Antiviral Factors that Target Particle Infectivity of HIV-1</td>
<td>Goffinet, Christine</td>
<td>2016</td>
<td>2016-05-10</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5403965" target="_blank">PMC5403965</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26674651.0" target="_blank">26674651.0</a></td>
<td><a href="https://doi.org/10.2174/1570162x14666151216145521" target="_blank">10.2174/1570162x14666151216145521</a></td>
<td>cyty5noi</td>
<td>0.381546</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_10.html#gkzt2qcd">Beitari_2019</a></td>
</tr>
<tr>
<th id="zzcph4cl";>352</th>
<td>Montero_2019</td>
<td>Eukaryotic initiation factor 4A (eIF4A) during viral infections</td>
<td>Montero, Hilda; Pérez-Gil, Gustavo; Sampieri, Clara L.</td>
<td>2019</td>
<td>2019-02-22</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7088766" target="_blank">PMC7088766</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30796742.0" target="_blank">30796742.0</a></td>
<td><a href="https://doi.org/10.1007/s11262-019-01641-7" target="_blank">10.1007/s11262-019-01641-7</a></td>
<td>zzcph4cl</td>
<td>0.381309</td>
<td><a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_26.html#xw20yrbv">Dubois_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#cwwnsx9y">Moon_2012</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#yozk08w4">Guerrero_2015</a>, <a href="Topic_21.html#tkfozwpf">Sasvari_2011</a></td>
</tr>
<tr>
<th id="x3lb6viw";>353</th>
<td>Pathak_2009</td>
<td>Defective Interfering RNAs: Foes of Viruses and Friends of Virologists</td>
<td>Pathak, Kunj B.; Nagy, Peter D.</td>
<td>2009</td>
<td>2009-11-10</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3185524" target="_blank">PMC3185524</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21994575.0" target="_blank">21994575.0</a></td>
<td><a href="https://doi.org/10.3390/v1030895" target="_blank">10.3390/v1030895</a></td>
<td>x3lb6viw</td>
<td>0.381167</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_21.html#pbn9n37n">Makino_1988</a>, <a href="Topic_21.html#sik7m86l">Tzeng_2006</a></td>
</tr>
<tr>
<th id="xy59hlr9";>354</th>
<td>Müller_2009</td>
<td>Antiviral Strategies</td>
<td>Müller, B.; Kräusslich, Hans-Georg</td>
<td>2009</td>
<td>2009-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120301" target="_blank">PMC7120301</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19048195.0" target="_blank">19048195.0</a></td>
<td><a href="https://doi.org/10.1007/978-3-540-79086-0_1" target="_blank">10.1007/978-3-540-79086-0_1</a></td>
<td>xy59hlr9</td>
<td>0.381106</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_15.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_10.html#ali14j7x">Wisskirchen_2014</a></td>
<td><a href="Topic_18.html#33gvt7pe">Lin_K_2013</a>, <a href="Topic_08.html#sf14vnii">Kaufmann_2017</a>, <a href="Topic_18.html#gxbrgy6g">Lee_C_2019</a></td>
</tr>
<tr>
<th id="210dwhgj";>355</th>
<td>Knoops_2008</td>
<td>SARS-Coronavirus Replication Is Supported by a Reticulovesicular Network of Modified Endoplasmic Reticulum</td>
<td>Knoops, Kèvin; Kikkert, Marjolein; van den Worm, Sjoerd H. E.; Zevenhoven-Dobbe, Jessika C; van der Meer, Yvonne; Koster, Abraham J; Mommaas, A. Mieke; Snijder, Eric J</td>
<td>2008</td>
<td>2008-09-16</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2535663" target="_blank">PMC2535663</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18798692.0" target="_blank">18798692.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pbio.0060226" target="_blank">10.1371/journal.pbio.0060226</a></td>
<td>210dwhgj</td>
<td>0.381072</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#vil2y9oo">Welsch_2009</a>, <a href="Topic_26.html#1s6andwf">Hobman_1993</a>, <a href="Topic_10.html#3wz7k4vy">Lenard_2008</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_26.html#uozkwxs5">Hagemeijer_2014</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="pzuff2al";>356</th>
<td>Miller_2011</td>
<td>Stress Granules and Virus Replication</td>
<td>Miller, Cathy L.</td>
<td>2011</td>
<td>2011-11-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4574952" target="_blank">PMC4574952</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26388931.0" target="_blank">26388931.0</a></td>
<td><a href="https://doi.org/10.2217/fvl.11.108" target="_blank">10.2217/fvl.11.108</a></td>
<td>pzuff2al</td>
<td>0.380226</td>
<td><a href="Topic_61.html#qm9urt2w">Blank_2017</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_61.html#64cnoqpi">Ivanova_2015</a></td>
<td><a href="Topic_10.html#9a56rr1j">Montero_2011</a></td>
</tr>
<tr>
<th id="e6jt1fi4";>357</th>
<td>Nathanson_2016</td>
<td>Chapter 7 Patterns of Infection Unwanted Guests—Quick Visits and Extended Stays</td>
<td>Nathanson, Neal; González-Scarano, Francisco</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800964-2.00007-0" target="_blank">10.1016/b978-0-12-800964-2.00007-0</a></td>
<td>e6jt1fi4</td>
<td>0.380033</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#1b3g0ls3">Hibbs_1995</a>, <a href="Topic_10.html#0qihw3bn">Korth_2016</a>, <a href="Topic_46.html#5a0szlza">Lane_2002</a>, <a href="Topic_10.html#bp8v2c2o">Tripp_2013</a></td>
</tr>
<tr>
<th id="x5lbstyr";>358</th>
<td>Navratil_2008</td>
<td>VirHostNet: a knowledge base for the management and the analysis of proteome-wide virus–host interaction networks</td>
<td>Navratil, Vincent; de Chassey, Benoît; Meyniel, Laurène; Delmotte, Stéphane; Gautier, Christian; André, Patrice; Lotteau, Vincent; Rabourdin-Combe, Chantal</td>
<td>2008</td>
<td>2008-11-04</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2686459" target="_blank">PMC2686459</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18984613.0" target="_blank">18984613.0</a></td>
<td><a href="https://doi.org/10.1093/nar/gkn794" target="_blank">10.1093/nar/gkn794</a></td>
<td>x5lbstyr</td>
<td>0.379727</td>
<td><a href="Topic_13.html#v7xeubps">Gupta_2009</a>, <a href="Topic_10.html#jn8w7z0t">Alcami_2000</a>, <a href="Topic_10.html#504kr50e">Alcami_2000</a>, <a href="Topic_10.html#tfok8ep7">Alcami_2000</a>, <a href="Topic_17.html#wjf8t8vp">Brister_2015</a></td>
<td><a href="Topic_10.html#sx1fyqw0">Durmuş_2017</a>, <a href="Topic_10.html#7rnf2iyw">Goodacre_2020</a>, <a href="Topic_10.html#89stvkqn">Brass_2009</a>, <a href="Topic_10.html#f59c4idd">Han_L_2017</a></td>
</tr>
<tr>
<th id="owhzzf9h";>359</th>
<td>Miorin_2016</td>
<td>Visual detection of Flavivirus RNA in living cells</td>
<td>Miorin, Lisa; Maiuri, Paolo; Marcello, Alessandro</td>
<td>2016</td>
<td>2016-04-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7129942" target="_blank">PMC7129942</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26542763.0" target="_blank">26542763.0</a></td>
<td><a href="https://doi.org/10.1016/j.ymeth.2015.11.002" target="_blank">10.1016/j.ymeth.2015.11.002</a></td>
<td>owhzzf9h</td>
<td>0.379505</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="3ib99gup";>360</th>
<td>Agudelo-Romero_2008</td>
<td>Virus Adaptation by Manipulation of Host's Gene Expression</td>
<td>Agudelo-Romero, Patricia; Carbonell, Pablo; Perez-Amador, Miguel A.; Elena, Santiago F.</td>
<td>2008</td>
<td>2008-06-11</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2398778" target="_blank">PMC2398778</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18545680.0" target="_blank">18545680.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0002397" target="_blank">10.1371/journal.pone.0002397</a></td>
<td>3ib99gup</td>
<td>0.379215</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a></td>
<td><a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a></td>
</tr>
<tr>
<th id="8in6yuwf";>361</th>
<td>Hopkins_2015</td>
<td>The role of immunophilins in viral infection</td>
<td>Hopkins, Sam; Gallay, Philippe A.</td>
<td>2015</td>
<td>2015-10-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4491039" target="_blank">PMC4491039</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25445708.0" target="_blank">25445708.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbagen.2014.11.011" target="_blank">10.1016/j.bbagen.2014.11.011</a></td>
<td>8in6yuwf</td>
<td>0.379067</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#bmok0jqa">A_Abdullah_2018</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="nxjt8lo2";>362</th>
<td>Stehle_2009</td>
<td>Specificity switching in virus–receptor complexes</td>
<td>Stehle, Thilo; Casasnovas, José M</td>
<td>2009</td>
<td>2009-04-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126087" target="_blank">PMC7126087</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19342221.0" target="_blank">19342221.0</a></td>
<td><a href="https://doi.org/10.1016/j.sbi.2009.02.013" target="_blank">10.1016/j.sbi.2009.02.013</a></td>
<td>nxjt8lo2</td>
<td>0.378685</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a></td>
<td><a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#y80qkv05">Casasnovas_2013</a></td>
</tr>
<tr>
<th id="h0n3qpjk";>363</th>
<td>Popescu_2014</td>
<td>Hepatitis C Virus Life Cycle and Lipid Metabolism</td>
<td>Popescu, Costin-Ioan; Riva, Laura; Vlaicu, Ovidiu; Farhat, Rayan; Rouillé, Yves; Dubuisson, Jean</td>
<td>2014</td>
<td>2014-12-15</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4280516" target="_blank">PMC4280516</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25517881.0" target="_blank">25517881.0</a></td>
<td><a href="https://doi.org/10.3390/biology3040892" target="_blank">10.3390/biology3040892</a></td>
<td>h0n3qpjk</td>
<td>0.378685</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a></td>
<td><a href="Topic_10.html#u46xryoo">Mingorance_2018</a>, <a href="Topic_66.html#rt09lttr">Ke_P_2012</a>, <a href="Topic_66.html#t6qr41wc">Ikeda_2007</a>, <a href="Topic_25.html#ji0njeha">Saleh_2018</a></td>
</tr>
<tr>
<th id="vs7k9rg1";>364</th>
<td>Altan-Bonnet_2012</td>
<td>Phosphatidylinositol 4-kinases: hostages harnessed to build panviral replication platforms</td>
<td>Altan-Bonnet, Nihal; Balla, Tamas</td>
<td>2012</td>
<td>2012-07-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3389303" target="_blank">PMC3389303</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22633842.0" target="_blank">22633842.0</a></td>
<td><a href="https://doi.org/10.1016/j.tibs.2012.03.004" target="_blank">10.1016/j.tibs.2012.03.004</a></td>
<td>vs7k9rg1</td>
<td>0.378685</td>
<td><a href="Topic_26.html#ni9u8lk4">Clayton_2013</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_25.html#y5gmlsi1">Kumar_2016</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_31.html#356xv03n">Silverman_2014</a></td>
</tr>
<tr>
<th id="a0xfb9l4";>365</th>
<td>Prasanth_2020</td>
<td>Topoisomerase III-ß is required for efficient replication of positive-sense RNA viruses</td>
<td>K. Reddisiva Prasanth; Minato Hirano; W. Samuel Fagg; Eileen T. McAnarney; Chao Shan; Xuping Xie; Adam Hage; Colette A. Pietzsch; Alexander Bukreyev; Ricardo Rajsbaum; Pei-Yong Shi; Mark T. Bedford; Shelton S. Bradrick; Vineet Menachery; Mariano A. Garcia-Blanco</td>
<td>2020</td>
<td>2020-03-27</td>
<td>BioRxiv</td>
<td>Y</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/2020.03.24.005900" target="_blank">10.1101/2020.03.24.005900</a></td>
<td>a0xfb9l4</td>
<td>0.378283</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#1cy15tny">Li_C_2013</a></td>
<td><a href="Topic_10.html#vefs1h6o">Jeang_2006</a>, <a href="Topic_31.html#p3b4yk5d">Case_2017</a>, <a href="Topic_21.html#a0df1fhw">Sasvari_2009</a></td>
</tr>
<tr>
<th id="9jgg8ukr";>366</th>
<td>Zhang_2019</td>
<td>Viral Regulation of RNA Granules in Infected Cells</td>
<td>Zhang, Qiang; Sharma, Nishi R.; Zheng, Zhi-Ming; Chen, Mingzhou</td>
<td>2019</td>
<td>2019-04-29</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6513825" target="_blank">PMC6513825</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31037644.0" target="_blank">31037644.0</a></td>
<td><a href="https://doi.org/10.1007/s12250-019-00122-3" target="_blank">10.1007/s12250-019-00122-3</a></td>
<td>9jgg8ukr</td>
<td>0.378132</td>
<td><a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#mbsemrty">Tsai_2014</a></td>
<td><a href="Topic_10.html#mbsemrty">Tsai_2014</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="mkibohiw";>367</th>
<td>Risco_2013</td>
<td>Virus Morphogenesis in the Cell: Methods and Observations</td>
<td>Risco, Cristina; Fernández de Castro, Isabel</td>
<td>2013</td>
<td>2013-02-16</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121607" target="_blank">PMC7121607</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23737060.0" target="_blank">23737060.0</a></td>
<td><a href="https://doi.org/10.1007/978-94-007-6552-8_14" target="_blank">10.1007/978-94-007-6552-8_14</a></td>
<td>mkibohiw</td>
<td>0.377573</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#8rl4kswe">Marsh_2006</a></td>
<td><a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#a64pbftg">Sachse_2019</a></td>
</tr>
<tr>
<th id="66kw1ubk";>368</th>
<td>Ferron_2012</td>
<td>The viral RNA capping machinery as a target for antiviral drugs</td>
<td>Ferron, François; Decroly, Etienne; Selisko, Barbara; Canard, Bruno</td>
<td>2012</td>
<td>2012-10-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114304" target="_blank">PMC7114304</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22841701.0" target="_blank">22841701.0</a></td>
<td><a href="https://doi.org/10.1016/j.antiviral.2012.07.007" target="_blank">10.1016/j.antiviral.2012.07.007</a></td>
<td>66kw1ubk</td>
<td>0.377142</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_61.html#eljk918r">Chen_2016</a>, <a href="Topic_21.html#sz2531mv">Byszewska_2015</a>, <a href="Topic_61.html#a08rw6bp">Decroly_2011</a></td>
</tr>
<tr>
<th id="dfdypeqr";>369</th>
<td>Romero-Brey_2016</td>
<td>Endoplasmic Reticulum: The Favorite Intracellular Niche for Viral Replication and Assembly</td>
<td>Romero-Brey, Inés; Bartenschlager, Ralf</td>
<td>2016</td>
<td>2016-06-07</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4926180" target="_blank">PMC4926180</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27338443.0" target="_blank">27338443.0</a></td>
<td><a href="https://doi.org/10.3390/v8060160" target="_blank">10.3390/v8060160</a></td>
<td>dfdypeqr</td>
<td>0.376920</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#8nyoyrlj">UNKNOWN_1995</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_26.html#1s6andwf">Hobman_1993</a></td>
<td><a href="Topic_26.html#qwr03j43">Tenorio_2018</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="i59nh5bt";>370</th>
<td>Bose_2015</td>
<td>Timing is everything: Fine-tuned molecular machines orchestrate paramyxovirus entry</td>
<td>Bose, Sayantan; Jardetzky, Theodore S.; Lamb, Robert A.</td>
<td>2015</td>
<td>2015-05-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4424121" target="_blank">PMC4424121</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25771804.0" target="_blank">25771804.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2015.02.037" target="_blank">10.1016/j.virol.2015.02.037</a></td>
<td>i59nh5bt</td>
<td>0.376464</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_53.html#tpdgw5ba">Regan_2013</a></td>
</tr>
<tr>
<th id="gkzt2qcd";>371</th>
<td>Beitari_2019</td>
<td>HIV-1 Envelope Glycoprotein at the Interface of Host Restriction and Virus Evasion</td>
<td>Beitari, Saina; Wang, Yimeng; Liu, Shan-Lu; Liang, Chen</td>
<td>2019</td>
<td>2019-03-30</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6521621" target="_blank">PMC6521621</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30935048.0" target="_blank">30935048.0</a></td>
<td><a href="https://doi.org/10.3390/v11040311" target="_blank">10.3390/v11040311</a></td>
<td>gkzt2qcd</td>
<td>0.376112</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_15.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a></td>
<td><a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#cyty5noi">Goffinet_2016</a></td>
</tr>
<tr>
<th id="gdo23mj8";>372</th>
<td>Thompson_2019</td>
<td>Virus recognition of glycan receptors</td>
<td>Thompson, Andrew J; de Vries, Robert P; Paulson, James C</td>
<td>2019</td>
<td>2019-02-28</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6476673" target="_blank">PMC6476673</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30849709.0" target="_blank">30849709.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2019.01.004" target="_blank">10.1016/j.coviro.2019.01.004</a></td>
<td>gdo23mj8</td>
<td>0.375358</td>
<td><a href="Topic_08.html#rhkocfx4">Bermejo-Jambrina_2018</a>, <a href="Topic_41.html#ooha4fuv">Suenaga_2014</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a></td>
<td><a href="Topic_41.html#ooha4fuv">Suenaga_2014</a>, <a href="Topic_41.html#5s4au0j1">Matrosovich_2013</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_41.html#ap7va9js">Wasik_2016</a></td>
</tr>
<tr>
<th id="bu5pzbnv";>373</th>
<td>Miller_2005</td>
<td>Pleiotropic mechanisms of virus survival and persistence</td>
<td>Miller, Craig S.</td>
<td>2005</td>
<td>2005-08-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7118778" target="_blank">PMC7118778</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16037790.0" target="_blank">16037790.0</a></td>
<td><a href="https://doi.org/10.1016/j.tripleo.2005.03.017" target="_blank">10.1016/j.tripleo.2005.03.017</a></td>
<td>bu5pzbnv</td>
<td>0.375318</td>
<td><a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_10.html#1b3g0ls3">Hibbs_1995</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_40.html#mmg8jug2">Gaska_2015</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="de7v4e5s";>374</th>
<td>Moens_2009</td>
<td>Silencing Viral MicroRNA as a Novel Antiviral Therapy?</td>
<td>Moens, Ugo</td>
<td>2009</td>
<td>2009-05-28</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2688686" target="_blank">PMC2688686</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19704916.0" target="_blank">19704916.0</a></td>
<td><a href="https://doi.org/10.1155/2009/419539" target="_blank">10.1155/2009/419539</a></td>
<td>de7v4e5s</td>
<td>0.375261</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#r2os06po">TAN_F_2004</a>, <a href="Topic_37.html#3mi2aop5">Haddad_2011</a></td>
</tr>
<tr>
<th id="v9f9874x";>375</th>
<td>Morrison_1991</td>
<td>Viral pathogenesis and central nervous system infection</td>
<td>Morrison, Lynda A.; Fields, Bernard N.</td>
<td>1991</td>
<td>1991-04-30</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/1044-5765(91)90002-6" target="_blank">10.1016/1044-5765(91)90002-6</a></td>
<td>v9f9874x</td>
<td>0.375261</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#s16po29r">Bergmann_2006</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_08.html#475r6dcu">Liu_M_2001</a>, <a href="Topic_08.html#cbelhu32">Phares_2013</a>, <a href="Topic_46.html#5a0szlza">Lane_2002</a>, <a href="Topic_08.html#8t3rptw0">Coyle_1991</a></td>
</tr>
<tr>
<th id="ncqw8fwr";>376</th>
<td>Houzet_2011</td>
<td>MicroRNAs and human retroviruses</td>
<td>Houzet, Laurent; Jeang, Kuan-Teh</td>
<td>2011</td>
<td>2011-12-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3177989" target="_blank">PMC3177989</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21640212.0" target="_blank">21640212.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbagrm.2011.05.009" target="_blank">10.1016/j.bbagrm.2011.05.009</a></td>
<td>ncqw8fwr</td>
<td>0.375239</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#de7v4e5s">Moens_2009</a>, <a href="Topic_31.html#p3b4yk5d">Case_2017</a></td>
</tr>
<tr>
<th id="x022ou4y";>377</th>
<td>Swaine_2015</td>
<td>CDC42 Use in Viral Cell Entry Processes by RNA Viruses</td>
<td>Swaine, Thomas; Dittmar, Matthias T.</td>
<td>2015</td>
<td>2015-12-10</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4690878" target="_blank">PMC4690878</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26690467.0" target="_blank">26690467.0</a></td>
<td><a href="https://doi.org/10.3390/v7122955" target="_blank">10.3390/v7122955</a></td>
<td>x022ou4y</td>
<td>0.375239</td>
<td><a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#sl71djzb">Postigo_2009</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a></td>
<td><a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#nrh3lv1a">Bagga_2014</a></td>
</tr>
<tr>
<th id="nao59qx4";>378</th>
<td>Wargo_2012</td>
<td>Viral fitness: definitions, measurement, and current insights</td>
<td>Wargo, Andrew R; Kurath, Gael</td>
<td>2012</td>
<td>2012-10-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102723" target="_blank">PMC7102723</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22986085.0" target="_blank">22986085.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2012.07.007" target="_blank">10.1016/j.coviro.2012.07.007</a></td>
<td>nao59qx4</td>
<td>0.375239</td>
<td><a href="Topic_13.html#c22mytwr">Brucker_2020</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_30.html#k9skma4k">Karlsson_2012</a></td>
<td><a href="Topic_08.html#wgqierp6">Brook_2020</a>, <a href="Topic_08.html#683qcgd9">Brook_2019</a></td>
</tr>
<tr>
<th id="qb8vyn43";>379</th>
<td>Ferron_2017</td>
<td>Transcription and replication mechanisms of Bunyaviridae and Arenaviridae L proteins</td>
<td>Ferron, François; Weber, Friedemann; de la Torre, Juan Carlos; Reguera, Juan</td>
<td>2017</td>
<td>2017-04-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114536" target="_blank">PMC7114536</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28137457.0" target="_blank">28137457.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2017.01.018" target="_blank">10.1016/j.virusres.2017.01.018</a></td>
<td>qb8vyn43</td>
<td>0.375169</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="65hqvwg9";>380</th>
<td>Samuel_1989</td>
<td>Polycistronic Animal Virus mRNAs</td>
<td>Samuel, Charles E.</td>
<td>1989</td>
<td>1989-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/2505328.0" target="_blank">2505328.0</a></td>
<td><a href="https://doi.org/10.1016/s0079-6603(08)60697-2" target="_blank">10.1016/s0079-6603(08)60697-2</a></td>
<td>65hqvwg9</td>
<td>0.374113</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_61.html#1oqxmzze">Hyde_2015</a></td>
<td><a href="Topic_21.html#sik7m86l">Tzeng_2006</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="zpk3gjwo";>381</th>
<td>Li_Z_2010</td>
<td>Translation Elongation Factor 1A Facilitates the Assembly of the Tombusvirus Replicase and Stimulates Minus-Strand Synthesis</td>
<td>Li, Zhenghe; Pogany, Judit; Tupman, Steven; Esposito, Anthony M.; Kinzy, Terri Goss; Nagy, Peter D.</td>
<td>2010</td>
<td>2010-11-04</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2973826" target="_blank">PMC2973826</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21079685.0" target="_blank">21079685.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1001175" target="_blank">10.1371/journal.ppat.1001175</a></td>
<td>zpk3gjwo</td>
<td>0.374047</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#tkfozwpf">Sasvari_2011</a></td>
<td><a href="Topic_21.html#tkfozwpf">Sasvari_2011</a>, <a href="Topic_21.html#06qfbvlr">Li_Z_2009</a>, <a href="Topic_21.html#8jvbwdw6">Wang_2009</a></td>
</tr>
<tr>
<th id="5658ruj9";>382</th>
<td>Alhatlani_2015</td>
<td>Functions of the 5′ and 3′ ends of calicivirus genomes</td>
<td>Alhatlani, Bader; Vashist, Surender; Goodfellow, Ian</td>
<td>2015</td>
<td>2015-08-03</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4509552" target="_blank">PMC4509552</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25678268.0" target="_blank">25678268.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2015.02.002" target="_blank">10.1016/j.virusres.2015.02.002</a></td>
<td>5658ruj9</td>
<td>0.373641</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_21.html#sik7m86l">Tzeng_2006</a>, <a href="Topic_21.html#hm8d42fq">Gutiérrez-Escolano_2003</a></td>
</tr>
<tr>
<th id="vvjdzf29";>383</th>
<td>Li_T_2013</td>
<td>Traditional Chinese herbal medicine as a source of molecules with antiviral activity</td>
<td>Li, Ting; Peng, Tao</td>
<td>2013</td>
<td>2013-01-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114103" target="_blank">PMC7114103</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23153834.0" target="_blank">23153834.0</a></td>
<td><a href="https://doi.org/10.1016/j.antiviral.2012.10.006" target="_blank">10.1016/j.antiviral.2012.10.006</a></td>
<td>vvjdzf29</td>
<td>0.373641</td>
<td><a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_01.html#6vja5e5o">Johnson_2018</a>, <a href="Topic_13.html#648c2ox3">Tong_2011</a>, <a href="Topic_13.html#y2i5pdmb">Wiwanitkit_2018</a>, <a href="Topic_04.html#e0sqppeq">Guery_2014</a></td>
<td><a href="Topic_49.html#tjydn8k2">Lee_C_2020</a>, <a href="Topic_47.html#8rzibpbl">Eng_Y_2019</a>, <a href="Topic_01.html#a5wlqvsd">Chattopadhyay_2015</a>, <a href="Topic_49.html#e4kd2jgy">Bekut_2018</a></td>
</tr>
<tr>
<th id="9cpgd8sc";>384</th>
<td>Raniga_2018</td>
<td>Interferons: Reprogramming the Metabolic Network against Viral Infection</td>
<td>Raniga, Kavita; Liang, Chen</td>
<td>2018</td>
<td>2018-01-13</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5795449" target="_blank">PMC5795449</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29342871.0" target="_blank">29342871.0</a></td>
<td><a href="https://doi.org/10.3390/v10010036" target="_blank">10.3390/v10010036</a></td>
<td>9cpgd8sc</td>
<td>0.373199</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_31.html#lqz1v54q">Dixit_2013</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_74.html#sh3010q8">Lercher_2019</a>, <a href="Topic_08.html#qcjbtflt">Carrero_2013</a>, <a href="Topic_74.html#36hiiw91">Keshavarz_2020</a></td>
</tr>
<tr>
<th id="czrecnn6";>385</th>
<td>Dubois_2012</td>
<td>Astrovirus Structure and Assembly</td>
<td>Dubois, Rebecca M.; Dryden, Kelly A.; Yeager, Mark; Tao, Yizhi J.</td>
<td>2012</td>
<td>2012-09-07</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120587" target="_blank">PMC7120587</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-1-4614-4735-1_3" target="_blank">10.1007/978-1-4614-4735-1_3</a></td>
<td>czrecnn6</td>
<td>0.371886</td>
<td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_16.html#anp238gu">Effantin_2016</a>, <a href="Topic_16.html#wn9ggdes">Walls_2016</a></td>
</tr>
<tr>
<th id="gy8d8285";>386</th>
<td>Agol_2008</td>
<td>The Origin and Evolution of Viruses</td>
<td>Agol, Vadim I.</td>
<td>2008</td>
<td>2008-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121209" target="_blank">PMC7121209</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-1-4020-8761-5_7" target="_blank">10.1007/978-1-4020-8761-5_7</a></td>
<td>gy8d8285</td>
<td>0.371230</td>
<td><a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_06.html#vs12l0uv">Choudhury_2011</a>, <a href="Topic_17.html#7my2q928">Largo_2016</a>, <a href="Topic_60.html#xdihvg6k">David_2013</a>, <a href="Topic_19.html#tgyxiwuo">Abou-Hamdan_2018</a></td>
<td><a href="Topic_72.html#tq0f6d01">Weaver_2004</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_10.html#1e5e033r">Gerlier_2011</a></td>
</tr>
<tr>
<th id="le034mvq";>387</th>
<td>Saura_1999</td>
<td>An Antiviral Mechanism of Nitric Oxide Inhibition of a Viral Protease</td>
<td>Saura, Marta; Zaragoza, Carlos; McMillan, Audrey; Quick, Richard A; Hohenadl, Christine; Lowenstein, John M; Lowenstein, Charles J</td>
<td>1999</td>
<td>1999-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7129050" target="_blank">PMC7129050</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/10023767.0" target="_blank">10023767.0</a></td>
<td><a href="https://doi.org/10.1016/s1074-7613(00)80003-5" target="_blank">10.1016/s1074-7613(00)80003-5</a></td>
<td>le034mvq</td>
<td>0.371048</td>
<td><a href="Topic_31.html#uubggl2k">Li_C_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_10.html#ttc9oxgs">Tang_2018</a></td>
<td><a href="Topic_42.html#kvcqayl4">Wei_Z_2009</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_42.html#q1tjsdly">Åkerström_2009</a></td>
</tr>
<tr>
<th id="0hwbmf8k";>388</th>
<td>J_Alsaadi_2019</td>
<td>Membrane binding proteins of coronaviruses</td>
<td>J Alsaadi, Entedar A; Jones, Ian M</td>
<td>2019</td>
<td>2019-04-29</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7079996" target="_blank">PMC7079996</a></td>
<td></td>
<td><a href="https://doi.org/10.2217/fvl-2018-0144" target="_blank">10.2217/fvl-2018-0144</a></td>
<td>0hwbmf8k</td>
<td>0.370658</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_31.html#pdfs6ojs">Narayanan_2015</a>, <a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="084o1dmp";>389</th>
<td>Wylie_2013</td>
<td>Virome genomics: a tool for defining the human virome</td>
<td>Wylie, Kristine M; Weinstock, George M; Storch, Gregory A</td>
<td>2013</td>
<td>2013-08-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3755052" target="_blank">PMC3755052</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23706900.0" target="_blank">23706900.0</a></td>
<td><a href="https://doi.org/10.1016/j.mib.2013.04.006" target="_blank">10.1016/j.mib.2013.04.006</a></td>
<td>084o1dmp</td>
<td>0.369590</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a></td>
<td><a href="Topic_37.html#ndjbrtrv">Satyanarayana_2003</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="mimxdis4";>390</th>
<td>Hyodo_2015</td>
<td>Phosphatidic Acid Produced by Phospholipase D Promotes RNA Replication of a Plant RNA Virus</td>
<td>Hyodo, Kiwamu; Taniguchi, Takako; Manabe, Yuki; Kaido, Masanori; Mise, Kazuyuki; Sugawara, Tatsuya; Taniguchi, Hisaaki; Okuno, Tetsuro</td>
<td>2015</td>
<td>2015-05-28</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4447390" target="_blank">PMC4447390</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26020241.0" target="_blank">26020241.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1004909" target="_blank">10.1371/journal.ppat.1004909</a></td>
<td>mimxdis4</td>
<td>0.369575</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#zpk3gjwo">Li_Z_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_10.html#u46xryoo">Mingorance_2018</a></td>
</tr>
<tr>
<th id="tsp49min";>391</th>
<td>Kelesidis_2014</td>
<td>How to approach and treat viral infections in ICU patients</td>
<td>Kelesidis, Theodoros; Mastoris, Ioannis; Metsini, Aliki; Tsiodras, Sotirios</td>
<td>2014</td>
<td>2014-11-28</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4289200" target="_blank">PMC4289200</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25431007.0" target="_blank">25431007.0</a></td>
<td><a href="https://doi.org/10.1186/1471-2334-14-321" target="_blank">10.1186/1471-2334-14-321</a></td>
<td>tsp49min</td>
<td>0.369326</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_13.html#c22mytwr">Brucker_2020</a>, <a href="Topic_05.html#w9i57ubf">Goldmann_2001</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_09.html#rwpbbioz">Díaz_2011</a>, <a href="Topic_47.html#u91fzkq3">Lee_F_2011</a>, <a href="Topic_09.html#u3ii37o1">Nucci_2012</a></td>
</tr>
<tr>
<th id="vil2y9oo";>392</th>
<td>Welsch_2009</td>
<td>Composition and Three-Dimensional Architecture of the Dengue Virus Replication and Assembly Sites</td>
<td>Welsch, Sonja; Miller, Sven; Romero-Brey, Ines; Merz, Andreas; Bleck, Christopher K.E.; Walther, Paul; Fuller, Stephen D.; Antony, Claude; Krijnse-Locker, Jacomine; Bartenschlager, Ralf</td>
<td>2009</td>
<td>2009-04-23</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7103389" target="_blank">PMC7103389</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19380115.0" target="_blank">19380115.0</a></td>
<td><a href="https://doi.org/10.1016/j.chom.2009.03.007" target="_blank">10.1016/j.chom.2009.03.007</a></td>
<td>vil2y9oo</td>
<td>0.368626</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#8nyoyrlj">UNKNOWN_1995</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="4lcqag0z";>393</th>
<td>Mateu_2013</td>
<td>Introduction: The Structural Basis of Virus Function</td>
<td>Mateu, Mauricio G.</td>
<td>2013</td>
<td>2013-02-16</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120296" target="_blank">PMC7120296</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23737047.0" target="_blank">23737047.0</a></td>
<td><a href="https://doi.org/10.1007/978-94-007-6552-8_1" target="_blank">10.1007/978-94-007-6552-8_1</a></td>
<td>4lcqag0z</td>
<td>0.367586</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#mkibohiw">Risco_2013</a></td>
</tr>
<tr>
<th id="a4qqfguo";>394</th>
<td>Kulkarni_2019</td>
<td>Antibody-Dependent Enhancement of Viral Infections</td>
<td>Kulkarni, Ruta</td>
<td>2019</td>
<td>2019-11-05</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7119964" target="_blank">PMC7119964</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-981-15-1045-8_2" target="_blank">10.1007/978-981-15-1045-8_2</a></td>
<td>a4qqfguo</td>
<td>0.366928</td>
<td><a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_15.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_08.html#2lsjqcko">Anand_2019</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a></td>
<td><a href="Topic_08.html#2lsjqcko">Anand_2019</a>, <a href="Topic_08.html#3deg1upi">Tay_M_2019</a>, <a href="Topic_08.html#qcjbtflt">Carrero_2013</a></td>
</tr>
<tr>
<th id="ijwvuy1l";>395</th>
<td>Lohmann_2013</td>
<td>Hepatitis C Virus RNA Replication</td>
<td>Lohmann, Volker</td>
<td>2013</td>
<td>2013-03-06</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122439" target="_blank">PMC7122439</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23463201.0" target="_blank">23463201.0</a></td>
<td><a href="https://doi.org/10.1007/978-3-642-27340-7_7" target="_blank">10.1007/978-3-642-27340-7_7</a></td>
<td>ijwvuy1l</td>
<td>0.366863</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_21.html#gqrsogqf">Kazakov_2015</a>, <a href="Topic_21.html#d9urjb9e">Masante_2015</a></td>
</tr>
<tr>
<th id="sa3fms13";>396</th>
<td>Hyde_2015</td>
<td>Innate immune restriction and antagonism of viral RNA lacking 2׳-O methylation</td>
<td>Hyde, Jennifer L.; Diamond, Michael S.</td>
<td>2015</td>
<td>2015-05-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4424151" target="_blank">PMC4424151</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25682435.0" target="_blank">25682435.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2015.01.019" target="_blank">10.1016/j.virol.2015.01.019</a></td>
<td>sa3fms13</td>
<td>0.366282</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_61.html#qm9urt2w">Blank_2017</a></td>
<td><a href="Topic_31.html#y9yz8xrh">Daffis_2010</a>, <a href="Topic_21.html#soxxnnk8">Habjan_2013</a></td>
</tr>
<tr>
<th id="m7toy4j0";>397</th>
<td>Yuan_2019</td>
<td>SREBP-dependent lipidomic reprogramming as a broad-spectrum antiviral target</td>
<td>Yuan, Shuofeng; Chu, Hin; Chan, Jasper Fuk-Woo; Ye, Zi-Wei; Wen, Lei; Yan, Bingpeng; Lai, Pok-Man; Tee, Kah-Meng; Huang, Jingjing; Chen, Dongdong; Li, Cun; Zhao, Xiaoyu; Yang, Dong; Chiu, Man Chun; Yip, Cyril; Poon, Vincent Kwok-Man; Chan, Chris Chung-Sing; Sze, Kong-Hung; Zhou, Jie; Chan, Ivy Hau-Yee; Kok, Kin-Hang; To, Kelvin Kai-Wang; Kao, Richard Yi-Tsun; Lau, Johnson Yiu-Nam; Jin, Dong-Yan; Perlman, Stanley; Yuen, Kwok-Yung</td>
<td>2019</td>
<td>2019-01-10</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6328544" target="_blank">PMC6328544</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30631056.0" target="_blank">30631056.0</a></td>
<td><a href="https://doi.org/10.1038/s41467-018-08015-x" target="_blank">10.1038/s41467-018-08015-x</a></td>
<td>m7toy4j0</td>
<td>0.366282</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#u46xryoo">Mingorance_2018</a>, <a href="Topic_45.html#0l33i6s4">Anderson_2020</a>, <a href="Topic_31.html#v2dr4hm0">Albert_2018</a></td>
</tr>
<tr>
<th id="vwrbk5aw";>398</th>
<td>Basak_2007</td>
<td>Reviewing Chandipura: A Vesiculovirus in Human Epidemics</td>
<td>Basak, Soumen; Mondal, Arindam; Polley, Smarajit; Mukhopadhyay, Subhradip; Chattopadhyay, Dhrubajyoti</td>
<td>2007</td>
<td>2007-07-04</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087735" target="_blank">PMC7087735</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17610154.0" target="_blank">17610154.0</a></td>
<td><a href="https://doi.org/10.1007/s10540-007-9054-z" target="_blank">10.1007/s10540-007-9054-z</a></td>
<td>vwrbk5aw</td>
<td>0.366282</td>
<td><a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_18.html#wmfwl2bh">Jung_2019</a>, <a href="Topic_18.html#wgzpd6te">Wu_H_2016</a>, <a href="Topic_16.html#nqz4co2b">Pastorino_2008</a>, <a href="Topic_46.html#phrk8nv0">Wong_2010</a></td>
</tr>
<tr>
<th id="ba5re3d7";>399</th>
<td>Deng_2010</td>
<td>Do viruses subvert cholesterol homeostasis to induce host cubic membranes?</td>
<td>Deng, Yuru; Almsherqi, Zakaria A.; Ng, Mary M.L.; Kohlwein, Sepp D.</td>
<td>2010</td>
<td>2010-07-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127466" target="_blank">PMC7127466</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20434915.0" target="_blank">20434915.0</a></td>
<td><a href="https://doi.org/10.1016/j.tcb.2010.04.001" target="_blank">10.1016/j.tcb.2010.04.001</a></td>
<td>ba5re3d7</td>
<td>0.365845</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#0gkonrzw">Sze_C_2015</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a></td>
</tr>
<tr>
<th id="p8no6rc9";>400</th>
<td>Pellett_2014</td>
<td>Chapter 2 Basics of virology</td>
<td>Pellett, Philip E.; Mitra, Subhash; Holland, Thomas C.</td>
<td>2014</td>
<td>2014-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25015480.0" target="_blank">25015480.0</a></td>
<td><a href="https://doi.org/10.1016/b978-0-444-53488-0.00002-x" target="_blank">10.1016/b978-0-444-53488-0.00002-x</a></td>
<td>p8no6rc9</td>
<td>0.365838</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td>
<td><a href="Topic_10.html#v9f9874x">Morrison_1991</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="m2fnr1dd";>401</th>
<td>Kalia_2009</td>
<td>Virus entry paradigms</td>
<td>Kalia, Manjula; Jameel, Shahid</td>
<td>2009</td>
<td>2009-10-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7088018" target="_blank">PMC7088018</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19826903.0" target="_blank">19826903.0</a></td>
<td><a href="https://doi.org/10.1007/s00726-009-0363-3" target="_blank">10.1007/s00726-009-0363-3</a></td>
<td>m2fnr1dd</td>
<td>0.365536</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_53.html#tpdgw5ba">Regan_2013</a>, <a href="Topic_53.html#nn9gj0z1">Krzyzaniak_2013</a></td>
</tr>
<tr>
<th id="sq9hh50d";>402</th>
<td>Connor_2007</td>
<td>Unique SARS-CoV protein nsp1: bioinformatics, biochemistry and potential effects on virulence</td>
<td>Connor, Ramsey F.; Roper, Rachel L.</td>
<td>2007</td>
<td>2007-02-28</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7127589" target="_blank">PMC7127589</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17207625.0" target="_blank">17207625.0</a></td>
<td><a href="https://doi.org/10.1016/j.tim.2006.12.005" target="_blank">10.1016/j.tim.2006.12.005</a></td>
<td>sq9hh50d</td>
<td>0.365454</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_31.html#pdfs6ojs">Narayanan_2015</a>, <a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a>, <a href="Topic_10.html#ygh2cce4">Graham_2008</a>, <a href="Topic_38.html#mnyqogdw">Bartlam_2005</a></td>
</tr>
<tr>
<th id="npug5c8p";>403</th>
<td>Liu_Y_2015</td>
<td>The Roles of Direct Recognition by Animal Lectins in Antiviral Immunity and Viral Pathogenesis</td>
<td>Liu, Yang; Liu, Jianying; Pang, Xiaojing; Liu, Tao; Ning, Zhijie; Cheng, Gong</td>
<td>2015</td>
<td>2015-01-29</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6272511" target="_blank">PMC6272511</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25642837.0" target="_blank">25642837.0</a></td>
<td><a href="https://doi.org/10.3390/molecules20022272" target="_blank">10.3390/molecules20022272</a></td>
<td>npug5c8p</td>
<td>0.365423</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_08.html#rhkocfx4">Bermejo-Jambrina_2018</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_18.html#gxbrgy6g">Lee_C_2019</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_08.html#ws1x0lqa">Mishra_2019</a></td>
</tr>
<tr>
<th id="7qrcah56";>404</th>
<td>Moerdyk-Schauwecker_2009</td>
<td>Analysis of virion associated host proteins in vesicular stomatitis virus using a proteomics approach</td>
<td>Moerdyk-Schauwecker, Megan; Hwang, Sun-Il; Grdzelishvili, Valery Z</td>
<td>2009</td>
<td>2009-10-12</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2770056" target="_blank">PMC2770056</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19821998.0" target="_blank">19821998.0</a></td>
<td><a href="https://doi.org/10.1186/1743-422x-6-166" target="_blank">10.1186/1743-422x-6-166</a></td>
<td>7qrcah56</td>
<td>0.365204</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#7gy4epzo">Kumar_2015</a>, <a href="Topic_26.html#j2tdt7ky">Ao_D_2015</a></td>
</tr>
<tr>
<th id="99q1bhba";>405</th>
<td>Fechner_2011</td>
<td>Pharmacological and Biological Antiviral Therapeutics for Cardiac Coxsackievirus Infections</td>
<td>Fechner, Henry; Pinkert, Sandra; Geisler, Anja; Poller, Wolfgang; Kurreck, Jens</td>
<td>2011</td>
<td>2011-10-11</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6264230" target="_blank">PMC6264230</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21989310.0" target="_blank">21989310.0</a></td>
<td><a href="https://doi.org/10.3390/molecules16108475" target="_blank">10.3390/molecules16108475</a></td>
<td>99q1bhba</td>
<td>0.364845</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_18.html#b5rh0org">Liu_Z_2015</a>, <a href="Topic_25.html#6vj79mqh">Zhao_2020</a>, <a href="Topic_31.html#38bf0f1x">Sidhu_1996</a></td>
</tr>
<tr>
<th id="n8zg6rsj";>406</th>
<td>Wang_2018</td>
<td>The Expanding Diversity of RNA Viruses in Vertebrates</td>
<td>Wang, Wenqiang; Han, Guan-Zhu</td>
<td>2018</td>
<td>2018-06-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7125577" target="_blank">PMC7125577</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29703494.0" target="_blank">29703494.0</a></td>
<td><a href="https://doi.org/10.1016/j.tim.2018.04.003" target="_blank">10.1016/j.tim.2018.04.003</a></td>
<td>n8zg6rsj</td>
<td>0.364713</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a></td>
<td><a href="Topic_07.html#czmv6itq">Strauss_1991</a>, <a href="Topic_45.html#ndt8f812">Zhang_2018</a>, <a href="Topic_10.html#tg66h99q">Woolhouse_2013</a></td>
</tr>
<tr>
<th id="tgexahwd";>407</th>
<td>van_Tol_2017</td>
<td>The TRIMendous Role of TRIMs in Virus–Host Interactions</td>
<td>van Tol, Sarah; Hage, Adam; Giraldo, Maria Isabel; Bharaj, Preeti; Rajsbaum, Ricardo</td>
<td>2017</td>
<td>2017-08-22</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5620554" target="_blank">PMC5620554</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28829373.0" target="_blank">28829373.0</a></td>
<td><a href="https://doi.org/10.3390/vaccines5030023" target="_blank">10.3390/vaccines5030023</a></td>
<td>tgexahwd</td>
<td>0.364395</td>
<td><a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_31.html#rq78nbpt">Martín-Vicente_2017</a></td>
<td><a href="Topic_31.html#rq78nbpt">Martín-Vicente_2017</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="tp6sd8r1";>408</th>
<td>Dupzyk_2016</td>
<td>How Polyomaviruses Exploit the ERAD Machinery to Cause Infection</td>
<td>Dupzyk, Allison; Tsai, Billy</td>
<td>2016</td>
<td>2016-08-29</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5035956" target="_blank">PMC5035956</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27589785.0" target="_blank">27589785.0</a></td>
<td><a href="https://doi.org/10.3390/v8090242" target="_blank">10.3390/v8090242</a></td>
<td>tp6sd8r1</td>
<td>0.363945</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#8nyoyrlj">UNKNOWN_1995</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_26.html#1s6andwf">Hobman_1993</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="ewm8potj";>409</th>
<td>Ma_Z_2016</td>
<td>The cGAS-STING Defense Pathway and Its Counteraction by Viruses</td>
<td>Ma, Zhe; Damania, Blossom</td>
<td>2016</td>
<td>2016-02-10</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4755325" target="_blank">PMC4755325</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26867174.0" target="_blank">26867174.0</a></td>
<td><a href="https://doi.org/10.1016/j.chom.2016.01.010" target="_blank">10.1016/j.chom.2016.01.010</a></td>
<td>ewm8potj</td>
<td>0.363876</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_31.html#lqz1v54q">Dixit_2013</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a>, <a href="Topic_08.html#qcjbtflt">Carrero_2013</a></td>
</tr>
<tr>
<th id="f1frcjp3";>410</th>
<td>Ren_J_2013</td>
<td>Picornavirus uncoating intermediate captured in atomic detail</td>
<td>Ren, Jingshan; Wang, Xiangxi; Hu, Zhongyu; Gao, Qiang; Sun, Yao; Li, Xuemei; Porta, Claudine; Walter, Thomas S.; Gilbert, Robert J.; Zhao, Yuguang; Axford, Danny; Williams, Mark; McAuley, Katherine; Rowlands, David J.; Yin, Weidong; Wang, Junzhi; Stuart, David I.; Rao, Zihe; Fry, Elizabeth E.</td>
<td>2013</td>
<td>2013-06-03</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3709478" target="_blank">PMC3709478</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23728514.0" target="_blank">23728514.0</a></td>
<td><a href="https://doi.org/10.1038/ncomms2889" target="_blank">10.1038/ncomms2889</a></td>
<td>f1frcjp3</td>
<td>0.362798</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#v891bc3i">Terrier_2016</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="3opbf2cp";>411</th>
<td>Dawson_2017</td>
<td>RNA structure interactions and ribonucleoprotein processes of the influenza A virus</td>
<td>Dawson, Wayne K; Lazniewski, Michal; Plewczynski, Dariusz</td>
<td>2017</td>
<td>2017-10-10</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6252904" target="_blank">PMC6252904</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29040388.0" target="_blank">29040388.0</a></td>
<td><a href="https://doi.org/10.1093/bfgp/elx028" target="_blank">10.1093/bfgp/elx028</a></td>
<td>3opbf2cp</td>
<td>0.362798</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#tx5ff5gk">Wu_B_2009</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="a64pbftg";>412</th>
<td>Sachse_2019</td>
<td>Chapter One The viral replication organelles within cells studied by electron microscopy</td>
<td>Sachse, Martin; Fernández de Castro, Isabel; Tenorio, Raquel; Risco, Cristina</td>
<td>2019</td>
<td>2019-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112055" target="_blank">PMC7112055</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31522702.0" target="_blank">31522702.0</a></td>
<td><a href="https://doi.org/10.1016/bs.aivir.2019.07.005" target="_blank">10.1016/bs.aivir.2019.07.005</a></td>
<td>a64pbftg</td>
<td>0.361956</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#8rl4kswe">Marsh_2006</a></td>
<td><a href="Topic_10.html#mkibohiw">Risco_2013</a>, <a href="Topic_10.html#az2hdsob">Rossignol_2015</a>, <a href="Topic_26.html#qwr03j43">Tenorio_2018</a></td>
</tr>
<tr>
<th id="oez3l9kn";>413</th>
<td>Wapling_2007</td>
<td>Targeting Human Immunodeficiency Virus Type 1 Assembly, Maturation and Budding</td>
<td>Wapling, Johanna; Srivastava, Seema; Shehu-Xhilaga, Miranda; Tachedjian, Gilda</td>
<td>2007</td>
<td>2007-07-20</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3155237" target="_blank">PMC3155237</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21901072.0" target="_blank">21901072.0</a></td>
<td></td>
<td>oez3l9kn</td>
<td>0.360240</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_01.html#8jin6oru">Martínez_2008</a>, <a href="Topic_18.html#qhhdjgeq">Zhu_X_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a></td>
</tr>
<tr>
<th id="1grbdlib";>414</th>
<td>Zheng_2012</td>
<td>Current Approaches on Viral Infection: Proteomics and Functional Validations</td>
<td>Zheng, Jie; Tan, Boon Huan; Sugrue, Richard; Tang, Kai</td>
<td>2012</td>
<td>2012-11-16</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3499792" target="_blank">PMC3499792</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23162545.0" target="_blank">23162545.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2012.00393" target="_blank">10.3389/fmicb.2012.00393</a></td>
<td>1grbdlib</td>
<td>0.359457</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#3ahamzjv">Zhou_2011</a>, <a href="Topic_34.html#7vdvi0me">Ding_2012</a>, <a href="Topic_08.html#d79twl34">McDermott_2016</a></td>
</tr>
<tr>
<th id="y6qw1r8i";>415</th>
<td>Lloyd_2016</td>
<td>Enterovirus Control of Translation and RNA Granule Stress Responses</td>
<td>Lloyd, Richard E.</td>
<td>2016</td>
<td>2016-03-30</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4848588" target="_blank">PMC4848588</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27043612.0" target="_blank">27043612.0</a></td>
<td><a href="https://doi.org/10.3390/v8040093" target="_blank">10.3390/v8040093</a></td>
<td>y6qw1r8i</td>
<td>0.358958</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#dkwcheu0">Abernathy_2015</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="jdg8gsve";>416</th>
<td>Sanjuán_2016</td>
<td>Mechanisms of viral mutation</td>
<td>Sanjuán, Rafael; Domingo-Calap, Pilar</td>
<td>2016</td>
<td>2016-07-08</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5075021" target="_blank">PMC5075021</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27392606.0" target="_blank">27392606.0</a></td>
<td><a href="https://doi.org/10.1007/s00018-016-2299-6" target="_blank">10.1007/s00018-016-2299-6</a></td>
<td>jdg8gsve</td>
<td>0.358718</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td></td>
</tr>
<tr>
<th id="gq6k0f3q";>417</th>
<td>Müller_2019</td>
<td>A Spotlight on Viruses—Application of Click Chemistry to Visualize Virus-Cell Interactions</td>
<td>Müller, Thorsten G.; Sakin, Volkan; Müller, Barbara</td>
<td>2019</td>
<td>2019-01-29</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6385038" target="_blank">PMC6385038</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30700005.0" target="_blank">30700005.0</a></td>
<td><a href="https://doi.org/10.3390/molecules24030481" target="_blank">10.3390/molecules24030481</a></td>
<td>gq6k0f3q</td>
<td>0.358534</td>
<td><a href="Topic_01.html#vnynbijl">Conzelmann_1996</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a></td>
<td><a href="Topic_10.html#hqijd268">Bray_2010</a>, <a href="Topic_53.html#5xz5nzzw">Walker_2016</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#rk7l3uq3">Sewald_2018</a></td>
</tr>
<tr>
<th id="yr678u8c";>418</th>
<td>Maier_2012</td>
<td>Involvement of Autophagy in Coronavirus Replication</td>
<td>Maier, Helena J.; Britton, Paul</td>
<td>2012</td>
<td>2012-11-30</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3528273" target="_blank">PMC3528273</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23202545.0" target="_blank">23202545.0</a></td>
<td><a href="https://doi.org/10.3390/v4123440" target="_blank">10.3390/v4123440</a></td>
<td>yr678u8c</td>
<td>0.358323</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a></td>
<td><a href="Topic_25.html#uaaj66xq">Ding_2017</a>, <a href="Topic_25.html#90r3w9q0">Ávila-Pérez_2019</a></td>
</tr>
<tr>
<th id="j4oh1z8m";>419</th>
<td>Liu_D_2007</td>
<td>Coronavirus envelope protein: A small membrane protein with multiple functions</td>
<td>Liu, D. X.; Yuan, Q.; Liao, Y.</td>
<td>2007</td>
<td>2007-05-29</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7079843" target="_blank">PMC7079843</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17530462.0" target="_blank">17530462.0</a></td>
<td><a href="https://doi.org/10.1007/s00018-007-7103-1" target="_blank">10.1007/s00018-007-7103-1</a></td>
<td>j4oh1z8m</td>
<td>0.357719</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_21.html#us3dybue">Kanjanahaluethai_2007</a>, <a href="Topic_26.html#jljpb7rv">Voß_D_2009</a></td>
</tr>
<tr>
<th id="74nt6tyz";>420</th>
<td>Berman_2019</td>
<td>Chapter 7 Viruses</td>
<td>Berman, Jules J.</td>
<td>2019</td>
<td>2019-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-817576-7.00007-9" target="_blank">10.1016/b978-0-12-817576-7.00007-9</a></td>
<td>74nt6tyz</td>
<td>0.357489</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_04.html#9ud7y3mq">Mack_2007</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_45.html#0g5079y1">Mackenzie_2013</a>, <a href="Topic_45.html#zlq4hucn">Longdon_2018</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#37f9y9ib">Modrow_2013</a></td>
</tr>
<tr>
<th id="yfznqya6";>421</th>
<td>Rott_1987</td>
<td>Significance of viral glycoproteins for infectivity and pathogenicity</td>
<td>Rott, R.; Klenk, H.-D.</td>
<td>1987</td>
<td>1987-08-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7134480" target="_blank">PMC7134480</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/3122462.0" target="_blank">3122462.0</a></td>
<td><a href="https://doi.org/10.1016/s0176-6724(87)80028-7" target="_blank">10.1016/s0176-6724(87)80028-7</a></td>
<td>yfznqya6</td>
<td>0.357431</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="r94tu8fi";>422</th>
<td>Masters_2006</td>
<td>The Molecular Biology of Coronaviruses</td>
<td>Masters, Paul S.</td>
<td>2006</td>
<td>2006-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112330" target="_blank">PMC7112330</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16877062.0" target="_blank">16877062.0</a></td>
<td><a href="https://doi.org/10.1016/s0065-3527(06)66005-3" target="_blank">10.1016/s0065-3527(06)66005-3</a></td>
<td>r94tu8fi</td>
<td>0.357359</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#ygh2cce4">Graham_2008</a>, <a href="Topic_10.html#4qu9j953">Ulferts_2009</a></td>
</tr>
<tr>
<th id="f76ktynl";>423</th>
<td>Zhang_2014</td>
<td>The Regulation of Autophagy by Influenza A Virus</td>
<td>Zhang, Rong; Chi, Xiaojuan; Wang, Song; Qi, Baomin; Yu, Xiaoqiang; Chen, Ji-Long</td>
<td>2014</td>
<td>2014-03-23</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3980786" target="_blank">PMC3980786</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24779013.0" target="_blank">24779013.0</a></td>
<td><a href="https://doi.org/10.1155/2014/498083" target="_blank">10.1155/2014/498083</a></td>
<td>f76ktynl</td>
<td>0.355573</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_08.html#on3cnr8i">Espert_2007</a>, <a href="Topic_25.html#5wiyjvrc">Aweya_2013</a>, <a href="Topic_25.html#uaaj66xq">Ding_2017</a></td>
</tr>
<tr>
<th id="pk6lc83c";>424</th>
<td>Faure_2011</td>
<td>Innate immunity modulation in virus entry</td>
<td>Faure, Mathias; Rabourdin-Combe, Chantal</td>
<td>2011</td>
<td>2011-07-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102793" target="_blank">PMC7102793</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22440562.0" target="_blank">22440562.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2011.05.013" target="_blank">10.1016/j.coviro.2011.05.013</a></td>
<td>pk6lc83c</td>
<td>0.355232</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_31.html#lqz1v54q">Dixit_2013</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#rhkocfx4">Bermejo-Jambrina_2018</a></td>
<td><a href="Topic_08.html#eei0ajtt">Monteiro_2017</a>, <a href="Topic_08.html#p54p7enk">Schlee_2013</a>, <a href="Topic_08.html#rhkocfx4">Bermejo-Jambrina_2018</a></td>
</tr>
<tr>
<th id="q6kx8eo7";>425</th>
<td>Wang_2018</td>
<td>Imaging, Tracking and Computational Analyses of Virus Entry and Egress with the Cytoskeleton</td>
<td>Wang, I-Hsuan; Burckhardt, Christoph J.; Yakimovich, Artur; Greber, Urs F.</td>
<td>2018</td>
<td>2018-03-31</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5923460" target="_blank">PMC5923460</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29614729.0" target="_blank">29614729.0</a></td>
<td><a href="https://doi.org/10.3390/v10040166" target="_blank">10.3390/v10040166</a></td>
<td>q6kx8eo7</td>
<td>0.353808</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_53.html#fsfer9ue">Roman_1985</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a></td>
<td><a href="Topic_10.html#mkibohiw">Risco_2013</a>, <a href="Topic_10.html#7gpije5d">Netherton_2007</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_53.html#5xz5nzzw">Walker_2016</a></td>
</tr>
<tr>
<th id="qqijjcjd";>426</th>
<td>Nikitina_2018</td>
<td>Monocytes and Macrophages as Viral Targets and Reservoirs</td>
<td>Nikitina, Ekaterina; Larionova, Irina; Choinzonov, Evgeniy; Kzhyshkowska, Julia</td>
<td>2018</td>
<td>2018-09-18</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6163364" target="_blank">PMC6163364</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30231586.0" target="_blank">30231586.0</a></td>
<td><a href="https://doi.org/10.3390/ijms19092821" target="_blank">10.3390/ijms19092821</a></td>
<td>qqijjcjd</td>
<td>0.353567</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_20.html#c75fr6ge">Lütschg_2011</a>, <a href="Topic_08.html#y2fkkpst">Maelfait_2012</a>, <a href="Topic_08.html#j1t431ro">Lee_B_2012</a></td>
</tr>
<tr>
<th id="mgb5dwt2";>427</th>
<td>Pushker_2013</td>
<td>Marked Variability in the Extent of Protein Disorder within and between Viral Families</td>
<td>Pushker, Ravindra; Mooney, Catherine; Davey, Norman E.; Jacqué, Jean-Marc; Shields, Denis C.</td>
<td>2013</td>
<td>2013-04-19</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3631256" target="_blank">PMC3631256</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23620725.0" target="_blank">23620725.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0060724" target="_blank">10.1371/journal.pone.0060724</a></td>
<td>mgb5dwt2</td>
<td>0.353356</td>
<td><a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_61.html#1oqxmzze">Hyde_2015</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td><a href="Topic_10.html#rj03dsib">Schein_2018</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_26.html#eb146tqf">Kristensen_2015</a>, <a href="Topic_16.html#vhsipxs7">Järvelin_2016</a></td>
</tr>
<tr>
<th id="pyeerhnm";>428</th>
<td>Graci_2008</td>
<td>Therapeutically targeting RNA viruses via lethal mutagenesis</td>
<td>Graci, Jason D; Cameron, Craig E</td>
<td>2008</td>
<td>2008-11-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2630198" target="_blank">PMC2630198</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19727424.0" target="_blank">19727424.0</a></td>
<td><a href="https://doi.org/10.2217/17460794.3.6.553" target="_blank">10.2217/17460794.3.6.553</a></td>
<td>pyeerhnm</td>
<td>0.353301</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a></td>
<td><a href="Topic_37.html#ndjbrtrv">Satyanarayana_2003</a>, <a href="Topic_21.html#d9urjb9e">Masante_2015</a></td>
</tr>
<tr>
<th id="cdoa4az5";>429</th>
<td>Marsh_1989</td>
<td>Virus Entry into Animal Cells</td>
<td>Marsh, Mark; Helenius, Ari</td>
<td>1989</td>
<td>1989-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7130955" target="_blank">PMC7130955</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/2500008.0" target="_blank">2500008.0</a></td>
<td><a href="https://doi.org/10.1016/s0065-3527(08)60583-7" target="_blank">10.1016/s0065-3527(08)60583-7</a></td>
<td>cdoa4az5</td>
<td>0.353229</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_10.html#rg45m42j">Tessier_2019</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a></td>
<td><a href="Topic_10.html#niddmbgp">Villanueva_2005</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_10.html#0gkonrzw">Sze_C_2015</a></td>
</tr>
<tr>
<th id="e4e0kzio";>430</th>
<td>Amaya_2016</td>
<td>Venezuelan equine encephalitis virus non-structural protein 3 (nsP3) interacts with RNA helicases DDX1 and DDX3 in infected cells</td>
<td>Amaya, Moushimi; Brooks-Faulconer, Taryn; Lark, Tyler; Keck, Forrest; Bailey, Charles; Raman, Venu; Narayanan, Aarthi</td>
<td>2016</td>
<td>2016-07-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7113772" target="_blank">PMC7113772</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27105836.0" target="_blank">27105836.0</a></td>
<td><a href="https://doi.org/10.1016/j.antiviral.2016.04.008" target="_blank">10.1016/j.antiviral.2016.04.008</a></td>
<td>e4e0kzio</td>
<td>0.352615</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_25.html#3niel6ri">Lundberg_2018</a>, <a href="Topic_23.html#pobxgffs">Jiang_2017</a></td>
</tr>
<tr>
<th id="zd039ohv";>431</th>
<td>Dumas_2014</td>
<td>Membrane organization of virus and target cell plays a role in HIV entry</td>
<td>Dumas, Fabrice; Preira, Pascal; Salomé, Laurence</td>
<td>2014</td>
<td>2014-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126522" target="_blank">PMC7126522</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25193376.0" target="_blank">25193376.0</a></td>
<td><a href="https://doi.org/10.1016/j.biochi.2014.08.015" target="_blank">10.1016/j.biochi.2014.08.015</a></td>
<td>zd039ohv</td>
<td>0.352552</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a></td>
<td><a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_53.html#c1r2n17o">Pöhlmann_2007</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#niddmbgp">Villanueva_2005</a></td>
</tr>
<tr>
<th id="j6smy67v";>432</th>
<td>Millet_2014</td>
<td>Investigation of the Functional Roles of Host Cell Proteins Involved in Coronavirus Infection Using Highly Specific and Scalable RNA Interference (RNAi) Approach</td>
<td>Millet, Jean Kaoru; Nal, Béatrice</td>
<td>2014</td>
<td>2014-12-18</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121302" target="_blank">PMC7121302</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25720484.0" target="_blank">25720484.0</a></td>
<td><a href="https://doi.org/10.1007/978-1-4939-2438-7_19" target="_blank">10.1007/978-1-4939-2438-7_19</a></td>
<td>j6smy67v</td>
<td>0.352459</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="9xbu4hnq";>433</th>
<td>Slingenbergh_2019</td>
<td>Animal Virus Ecology and Evolution Are Shaped by the Virus Host-Body Infiltration and Colonization Pattern</td>
<td>Slingenbergh, Jan</td>
<td>2019</td>
<td>2019-05-25</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6631033" target="_blank">PMC6631033</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31130619.0" target="_blank">31130619.0</a></td>
<td><a href="https://doi.org/10.3390/pathogens8020072" target="_blank">10.3390/pathogens8020072</a></td>
<td>9xbu4hnq</td>
<td>0.352197</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_30.html#k9skma4k">Karlsson_2012</a>, <a href="Topic_36.html#ipdyywbx">Kuiken_2011</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td><a href="Topic_10.html#xkmouavc">Slingenbergh_2018</a>, <a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_08.html#wgqierp6">Brook_2020</a>, <a href="Topic_08.html#683qcgd9">Brook_2019</a></td>
</tr>
<tr>
<th id="wrztpeb8";>434</th>
<td>Zhang_2015</td>
<td>Identification of the interaction between vimentin and nucleocapsid protein of transmissible gastroenteritis virus</td>
<td>Zhang, Xin; Shi, HongYan; Chen, JianFei; Shi, Da; Dong, Hui; Feng, Li</td>
<td>2015</td>
<td>2015-03-16</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114421" target="_blank">PMC7114421</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25533531.0" target="_blank">25533531.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2014.12.013" target="_blank">10.1016/j.virusres.2014.12.013</a></td>
<td>wrztpeb8</td>
<td>0.351333</td>
<td><a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_21.html#10jlzjf0">Shi_S_2005</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_26.html#q1nl1tu2">Guo_Y_2003</a>, <a href="Topic_23.html#xd8smt28">Loa_C_2004</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="ooha4fuv";>435</th>
<td>Suenaga_2014</td>
<td>Viral Interactions with Glycans</td>
<td>Suenaga, Tadahiro; Arase, Hisashi</td>
<td>2014</td>
<td>2014-04-22</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120038" target="_blank">PMC7120038</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-4-431-54841-6_152" target="_blank">10.1007/978-4-431-54841-6_152</a></td>
<td>ooha4fuv</td>
<td>0.351326</td>
<td><a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#3wz7k4vy">Lenard_2008</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a>, <a href="Topic_08.html#2lsjqcko">Anand_2019</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#30d7t5bf">Raman_2016</a>, <a href="Topic_41.html#5s4au0j1">Matrosovich_2013</a></td>
</tr>
<tr>
<th id="10kgcx23";>436</th>
<td>Stern_2016</td>
<td>Chapter 17 Viral Evolution It Is All About Mutations</td>
<td>Stern, Adi; Andino, Raul</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800964-2.00017-3" target="_blank">10.1016/b978-0-12-800964-2.00017-3</a></td>
<td>10kgcx23</td>
<td>0.350970</td>
<td><a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_02.html#0c1qdjb5">Holmes_2007</a></td>
<td><a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_02.html#20rm4o7c">Bayer_2018</a></td>
</tr>
<tr>
<th id="tx5ff5gk";>437</th>
<td>Wu_B_2009</td>
<td>A Discontinuous RNA Platform Mediates RNA Virus Replication: Building an Integrated Model for RNA–based Regulation of Viral Processes</td>
<td>Wu, Baodong; Pogany, Judit; Na, Hong; Nicholson, Beth L.; Nagy, Peter D.; White, K. Andrew</td>
<td>2009</td>
<td>2009-03-06</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2648310" target="_blank">PMC2648310</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19266082.0" target="_blank">19266082.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1000323" target="_blank">10.1371/journal.ppat.1000323</a></td>
<td>tx5ff5gk</td>
<td>0.350638</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="1trbm8k1";>438</th>
<td>Perreira_2013</td>
<td>IFITMs Restrict the Replication of Multiple Pathogenic Viruses</td>
<td>Perreira, Jill M.; Chin, Christopher R.; Feeley, Eric M.; Brass, Abraham L.</td>
<td>2013</td>
<td>2013-12-13</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4121887" target="_blank">PMC4121887</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24076421.0" target="_blank">24076421.0</a></td>
<td><a href="https://doi.org/10.1016/j.jmb.2013.09.024" target="_blank">10.1016/j.jmb.2013.09.024</a></td>
<td>1trbm8k1</td>
<td>0.350617</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a>, <a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a></td>
<td><a href="Topic_31.html#97t45w73">Zhou_2012</a>, <a href="Topic_31.html#4m0kd8dv">Chen_2019</a>, <a href="Topic_53.html#pgxzeu2x">Lee_W_2018</a></td>
</tr>
<tr>
<th id="wo462anq";>439</th>
<td>Xia_H_2015</td>
<td>Human Enterovirus Nonstructural Protein 2C(ATPase) Functions as Both an RNA Helicase and ATP-Independent RNA Chaperone</td>
<td>Xia, Hongjie; Wang, Peipei; Wang, Guang-Chuan; Yang, Jie; Sun, Xianlin; Wu, Wenzhe; Qiu, Yang; Shu, Ting; Zhao, Xiaolu; Yin, Lei; Qin, Cheng-Feng; Hu, Yuanyang; Zhou, Xi</td>
<td>2015</td>
<td>2015-07-28</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4517893" target="_blank">PMC4517893</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26218680.0" target="_blank">26218680.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1005067" target="_blank">10.1371/journal.ppat.1005067</a></td>
<td>wo462anq</td>
<td>0.350379</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a></td>
<td></td>
</tr>
<tr>
<th id="0kcujnfa";>440</th>
<td>Agranovsky_1996</td>
<td>Principles of Molecular Organization, Expression, and Evolution of Closteroviruses: Over The Barriers</td>
<td>Agranovsky, A.A.</td>
<td>1996</td>
<td>1996-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/8895832.0" target="_blank">8895832.0</a></td>
<td><a href="https://doi.org/10.1016/s0065-3527(08)60735-6" target="_blank">10.1016/s0065-3527(08)60735-6</a></td>
<td>0kcujnfa</td>
<td>0.350247</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a></td>
<td><a href="Topic_10.html#goidlh08">Walker_2011</a>, <a href="Topic_21.html#r68l7g2e">Gorbalenya_2006</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="fp3wppsg";>441</th>
<td>Yoo_D_2010</td>
<td>Modulation of host cell responses and evasion strategies for porcine reproductive and respiratory syndrome virus</td>
<td>Yoo, Dongwan; Song, Cheng; Sun, Yan; Du, Yijun; Kim, Oekyung; Liu, Hsiao-Ching</td>
<td>2010</td>
<td>2010-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114477" target="_blank">PMC7114477</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20655963.0" target="_blank">20655963.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2010.07.019" target="_blank">10.1016/j.virusres.2010.07.019</a></td>
<td>fp3wppsg</td>
<td>0.349823</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_31.html#lqz1v54q">Dixit_2013</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_31.html#cj1xaygr">Viswanathan_2010</a></td>
<td><a href="Topic_31.html#kvvozq3z">Han_M_2014</a></td>
</tr>
<tr>
<th id="aqau2n7q";>442</th>
<td>Pan_J_2008</td>
<td>Genome-Wide Analysis of Protein-Protein Interactions and Involvement of Viral Proteins in SARS-CoV Replication</td>
<td>Pan, Ji'An; Peng, Xiaoxue; Gao, Yajing; Li, Zhilin; Lu, Xiaolu; Chen, Yingzhao; Ishaq, Musarat; Liu, Dan; DeDiego, Marta L.; Enjuanes, Luis; Guo, Deyin</td>
<td>2008</td>
<td>2008-10-01</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2553179" target="_blank">PMC2553179</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18827877.0" target="_blank">18827877.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0003299" target="_blank">10.1371/journal.pone.0003299</a></td>
<td>aqau2n7q</td>
<td>0.349795</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_37.html#1zoizzdp">Wang_2009</a></td>
</tr>
<tr>
<th id="01wxo43p";>443</th>
<td>Hiscox_2007</td>
<td>RNA viruses: hijacking the dynamic nucleolus</td>
<td>Hiscox, Julian A.</td>
<td>2007</td>
<td>2007-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097444" target="_blank">PMC7097444</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17224921.0" target="_blank">17224921.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro1597" target="_blank">10.1038/nrmicro1597</a></td>
<td>01wxo43p</td>
<td>0.348861</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_26.html#xw20yrbv">Dubois_2016</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#x8t3lf1x">Matthews_2011</a>, <a href="Topic_26.html#29ek8x34">Wang_2010</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a></td>
</tr>
<tr>
<th id="ebcj0hw1";>444</th>
<td>Chavez-Calvillo_2018</td>
<td>The Structure-To-Function Relationships of Gammaherpesvirus-Encoded Long Non-Coding RNAs and Their Contributions to Viral Pathogenesis</td>
<td>Chavez-Calvillo, Gabriela; Martin, Sarah; Hamm, Chad; Sztuba-Solinska, Joanna</td>
<td>2018</td>
<td>2018-09-26</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6315926" target="_blank">PMC6315926</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30261651.0" target="_blank">30261651.0</a></td>
<td><a href="https://doi.org/10.3390/ncrna4040024" target="_blank">10.3390/ncrna4040024</a></td>
<td>ebcj0hw1</td>
<td>0.348673</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#iu3dg7y1">Li_Z_2011</a></td>
<td><a href="Topic_34.html#er3kkn9m">Trypsteen_2016</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_21.html#d9urjb9e">Masante_2015</a></td>
</tr>
<tr>
<th id="1sblrwqg";>445</th>
<td>Idris_2016</td>
<td>Glycosylation of dengue virus glycoproteins and their interactions with carbohydrate receptors: possible targets for antiviral therapy</td>
<td>Idris, Fakhriedzwan; Muharram, Siti Hanna; Diah, Suwarni</td>
<td>2016</td>
<td>2016-04-11</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7087181" target="_blank">PMC7087181</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27068162.0" target="_blank">27068162.0</a></td>
<td><a href="https://doi.org/10.1007/s00705-016-2855-2" target="_blank">10.1007/s00705-016-2855-2</a></td>
<td>1sblrwqg</td>
<td>0.348673</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_41.html#1a4l1beo">Izquierdo_2016</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_18.html#gxbrgy6g">Lee_C_2019</a></td>
</tr>
<tr>
<th id="11xyqp0h";>446</th>
<td>Liao_2010</td>
<td>Ubiquitination and deubiquitination of NP protein regulates influenza A virus RNA replication</td>
<td>Liao, Tsai-Ling; Wu, Chung-Yi; Su, Wen-Chi; Jeng, King-Song; Lai, Michael M C</td>
<td>2010</td>
<td>2010-10-05</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2989104" target="_blank">PMC2989104</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20924359.0" target="_blank">20924359.0</a></td>
<td><a href="https://doi.org/10.1038/emboj.2010.250" target="_blank">10.1038/emboj.2010.250</a></td>
<td>11xyqp0h</td>
<td>0.348096</td>
<td><a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a></td>
<td><a href="Topic_10.html#tgqyl5aw">Chenon_2011</a>, <a href="Topic_31.html#l3qp0n9f">Deng_2019</a></td>
</tr>
<tr>
<th id="lxb2otpr";>447</th>
<td>Belov_2010</td>
<td>Poliovirus Replication Requires the N-terminus but not the Catalytic Sec7 Domain of ArfGEF GBF1</td>
<td>Belov, George A.; Kovtunovych, Gennadiy; Jackson, Catherine L.; Ehrenfeld, Ellie</td>
<td>2010</td>
<td>2010-05-20</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2945620" target="_blank">PMC2945620</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20497182.0" target="_blank">20497182.0</a></td>
<td><a href="https://doi.org/10.1111/j.1462-5822.2010.01482.x" target="_blank">10.1111/j.1462-5822.2010.01482.x</a></td>
<td>lxb2otpr</td>
<td>0.346782</td>
<td><a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_26.html#8nyoyrlj">UNKNOWN_1995</a>, <a href="Topic_25.html#y5gmlsi1">Kumar_2016</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a></td>
<td></td>
</tr>
<tr>
<th id="dvcrez5d";>448</th>
<td>Friedel_2013</td>
<td>Computational Analysis of Virus–Host Interactomes</td>
<td>Friedel, Caroline C.</td>
<td>2013</td>
<td>2013-07-20</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121319" target="_blank">PMC7121319</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23996253.0" target="_blank">23996253.0</a></td>
<td><a href="https://doi.org/10.1007/978-1-62703-601-6_8" target="_blank">10.1007/978-1-62703-601-6_8</a></td>
<td>dvcrez5d</td>
<td>0.345910</td>
<td><a href="Topic_01.html#6vja5e5o">Johnson_2018</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_01.html#zjnlibu4">Bocharov_2018</a>, <a href="Topic_01.html#ivu4erpq">Castrignano_2015</a></td>
<td><a href="Topic_10.html#8ef74ltg">Arnold_2012</a>, <a href="Topic_01.html#w4z5avld">Bailer_2009</a>, <a href="Topic_10.html#ebr8jy1e">Yang_2014</a>, <a href="Topic_10.html#9cjo5gx4">Jäger_2011</a></td>
</tr>
<tr>
<th id="itz0bdrc";>449</th>
<td>Paintsil_2009</td>
<td>Antiviral Agents</td>
<td>Paintsil, E.; Cheng, Yung-Chi</td>
<td>2009</td>
<td>2009-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-012373944-5.00178-4" target="_blank">10.1016/b978-012373944-5.00178-4</a></td>
<td>itz0bdrc</td>
<td>0.345247</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#2vy28i4m">Lou_Z_2014</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_18.html#aqlxb6ab">Paintsil_2019</a>, <a href="Topic_18.html#ng6h4l3m">Vardanyan_2016</a>, <a href="Topic_18.html#hpuogyb0">Razonable_2011</a>, <a href="Topic_66.html#d4qcckh1">Meanwell_2003</a></td>
</tr>
<tr>
<th id="kmwncmq8";>450</th>
<td>Sola_2011</td>
<td>RNA-RNA and RNA-protein interactions in coronavirus replication and transcription</td>
<td>Sola, Isabel; Mateos-Gomez, Pedro A; Almazan, Fernando; Zuñiga, Sonia; Enjuanes, Luis</td>
<td>2011</td>
<td>2011-03-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3230552" target="_blank">PMC3230552</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21378501.0" target="_blank">21378501.0</a></td>
<td><a href="https://doi.org/10.4161/rna.8.2.14991" target="_blank">10.4161/rna.8.2.14991</a></td>
<td>kmwncmq8</td>
<td>0.345176</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_61.html#64cnoqpi">Ivanova_2015</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="rzd6utbb";>451</th>
<td>Amara_2015</td>
<td>Viral apoptotic mimicry</td>
<td>Amara, Ali; Mercer, Jason</td>
<td>2015</td>
<td>2015-06-08</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097103" target="_blank">PMC7097103</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26052667.0" target="_blank">26052667.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro3469" target="_blank">10.1038/nrmicro3469</a></td>
<td>rzd6utbb</td>
<td>0.344723</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a></td>
<td><a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a></td>
</tr>
<tr>
<th id="526yckze";>452</th>
<td>Haughey_2011</td>
<td>Roles for Biological Membranes in Regulating Human Immunodeficiency Virus Replication and Progress in the Development of HIV Therapeutics that Target Lipid Metabolism</td>
<td>Haughey, Norman J.; Tovar-y-Romo, Luis B.; Bandaru, Veera Venkata Ratnam</td>
<td>2011</td>
<td>2011-03-29</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3417146" target="_blank">PMC3417146</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21445582.0" target="_blank">21445582.0</a></td>
<td><a href="https://doi.org/10.1007/s11481-011-9274-7" target="_blank">10.1007/s11481-011-9274-7</a></td>
<td>526yckze</td>
<td>0.344674</td>
<td><a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_53.html#rlabxfss">Ma_G_2004</a>, <a href="Topic_53.html#zd039ohv">Dumas_2014</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#8in6yuwf">Hopkins_2015</a></td>
</tr>
<tr>
<th id="3zvwu5bd";>453</th>
<td>Bui_Q_2009</td>
<td>Large Arf1 guanine nucleotide exchange factors: evolution, domain structure, and roles in membrane trafficking and human disease</td>
<td>Bui, Quynh Trang; Golinelli-Cohen, Marie-Pierre; Jackson, Catherine L.</td>
<td>2009</td>
<td>2009-08-11</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7088145" target="_blank">PMC7088145</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19669794.0" target="_blank">19669794.0</a></td>
<td><a href="https://doi.org/10.1007/s00438-009-0473-3" target="_blank">10.1007/s00438-009-0473-3</a></td>
<td>3zvwu5bd</td>
<td>0.344537</td>
<td><a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_16.html#ov1f1uyt">Ivarsson_2012</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_26.html#ni9u8lk4">Clayton_2013</a></td>
<td><a href="Topic_16.html#ovy03sfy">Scrima_2004</a>, <a href="Topic_26.html#j8ebslif">Mades_2012</a>, <a href="Topic_21.html#wo462anq">Xia_H_2015</a></td>
</tr>
<tr>
<th id="04xyhhmf";>454</th>
<td>Welch_2015</td>
<td>Why should cell biologists study microbial pathogens?</td>
<td>Welch, Matthew D.</td>
<td>2015</td>
<td>2015-12-01</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4666125" target="_blank">PMC4666125</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26628749.0" target="_blank">26628749.0</a></td>
<td><a href="https://doi.org/10.1091/mbc.e15-03-0144" target="_blank">10.1091/mbc.e15-03-0144</a></td>
<td>04xyhhmf</td>
<td>0.344356</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#sl71djzb">Postigo_2009</a></td>
<td><a href="Topic_10.html#w2xuf15h">Galluzzi_2008</a>, <a href="Topic_08.html#m1hk2mgt">Panayidou_2014</a>, <a href="Topic_08.html#any3mpkq">Mak_T_2016</a>, <a href="Topic_10.html#ewnvy8fq">Giorda_2013</a></td>
</tr>
<tr>
<th id="qy0js1rb";>455</th>
<td>Sharma_2012</td>
<td>Chapter Nineteen Determination of Host RNA Helicases Activity in Viral Replication</td>
<td>Sharma, Amit; Boris-Lawrie, Kathleen</td>
<td>2012</td>
<td>2012-12-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4862593" target="_blank">PMC4862593</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22713331.0" target="_blank">22713331.0</a></td>
<td><a href="https://doi.org/10.1016/b978-0-12-396546-2.00019-x" target="_blank">10.1016/b978-0-12-396546-2.00019-x</a></td>
<td>qy0js1rb</td>
<td>0.344356</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a></td>
<td><a href="Topic_21.html#wo462anq">Xia_H_2015</a>, <a href="Topic_10.html#vefs1h6o">Jeang_2006</a></td>
</tr>
<tr>
<th id="yagdt1a2";>456</th>
<td>Badtke_2006</td>
<td>Combining genetic and biochemical approaches to identify functional molecular contact points</td>
<td>Badtke, Matthew P.; Cao, Feng; Tavis, John E.</td>
<td>2006</td>
<td>2006-08-10</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1592461" target="_blank">PMC1592461</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17033698.0" target="_blank">17033698.0</a></td>
<td><a href="https://doi.org/10.1251/bpo121" target="_blank">10.1251/bpo121</a></td>
<td>yagdt1a2</td>
<td>0.344143</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#iefu6hph">Gaggar_2007</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="55zj33pu";>457</th>
<td>Moya_2004</td>
<td>The population genetics and evolutionary epidemiology of RNA viruses</td>
<td>Moya, Andrés; Holmes, Edward C.; González-Candelas, Fernando</td>
<td>2004</td>
<td>2004-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7096949" target="_blank">PMC7096949</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15031727.0" target="_blank">15031727.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro863" target="_blank">10.1038/nrmicro863</a></td>
<td>55zj33pu</td>
<td>0.344143</td>
<td><a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a></td>
<td></td>
</tr>
<tr>
<th id="b66bb2ri";>458</th>
<td>Palmeira_2010</td>
<td>PhEVER: a database for the global exploration of virus–host evolutionary relationships</td>
<td>Palmeira, Leonor; Penel, Simon; Lotteau, Vincent; Rabourdin-Combe, Chantal; Gautier, Christian</td>
<td>2010</td>
<td>2010-11-16</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3013642" target="_blank">PMC3013642</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21081560.0" target="_blank">21081560.0</a></td>
<td><a href="https://doi.org/10.1093/nar/gkq1013" target="_blank">10.1093/nar/gkq1013</a></td>
<td>b66bb2ri</td>
<td>0.343947</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_17.html#tg06vxza">Cheng_2013</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a></td>
<td><a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a></td>
</tr>
<tr>
<th id="2h56vb0n";>459</th>
<td>Jin_X_2018</td>
<td>Three-Dimensional Architecture and Biogenesis of Membrane Structures Associated with Plant Virus Replication</td>
<td>Jin, Xuejiao; Cao, Xiuling; Wang, Xueting; Jiang, Jun; Wan, Juan; Laliberté, Jean-François; Zhang, Yongliang</td>
<td>2018</td>
<td>2018-01-30</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5797596" target="_blank">PMC5797596</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29441085.0" target="_blank">29441085.0</a></td>
<td><a href="https://doi.org/10.3389/fpls.2018.00057" target="_blank">10.3389/fpls.2018.00057</a></td>
<td>2h56vb0n</td>
<td>0.343384</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a></td>
<td><a href="Topic_10.html#l65ygqyu">Grangeon_2012</a>, <a href="Topic_10.html#f32rcce3">Diaz_2012</a></td>
</tr>
<tr>
<th id="u4a8q76v";>460</th>
<td>Schmidt_2015</td>
<td>Remote Activation of Host Cell DNA Synthesis in Uninfected Cells Signaled by Infected Cells in Advance of Virus Transmission</td>
<td>Schmidt, Nora; Hennig, Thomas; Serwa, Remigiusz A.; Marchetti, Magda; O'Hare, Peter</td>
<td>2015</td>
<td>2015-08-26</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4621119" target="_blank">PMC4621119</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26311877.0" target="_blank">26311877.0</a></td>
<td><a href="https://doi.org/10.1128/jvi.01950-15" target="_blank">10.1128/jvi.01950-15</a></td>
<td>u4a8q76v</td>
<td>0.341276</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_10.html#nrh3lv1a">Bagga_2014</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="01a8er2v";>461</th>
<td>Villarreal_2008</td>
<td>Evolution of Viruses</td>
<td>Villarreal, L.P.</td>
<td>2008</td>
<td>2008-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-012374410-4.00706-8" target="_blank">10.1016/b978-012374410-4.00706-8</a></td>
<td>01a8er2v</td>
<td>0.341101</td>
<td><a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#y12cq60a">Grewelle_2020</a>, <a href="Topic_02.html#0c1qdjb5">Holmes_2007</a></td>
<td><a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_10.html#kjyuxc3g">Koonin_2013</a></td>
</tr>
<tr>
<th id="slmlhqnb";>462</th>
<td>Yap_S_2017</td>
<td>Dengue Virus Glycosylation: What Do We Know?</td>
<td>Yap, Sally S. L.; Nguyen-Khuong, Terry; Rudd, Pauline M.; Alonso, Sylvie</td>
<td>2017</td>
<td>2017-07-25</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5524768" target="_blank">PMC5524768</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28791003.0" target="_blank">28791003.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2017.01415" target="_blank">10.3389/fmicb.2017.01415</a></td>
<td>slmlhqnb</td>
<td>0.340468</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#rhkocfx4">Bermejo-Jambrina_2018</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_10.html#1bxoxy30">Vigerust_2007</a></td>
</tr>
<tr>
<th id="y2zdu79n";>463</th>
<td>Thaa_2010</td>
<td>Viruses as vesicular carriers of the viral genome: A functional module perspective</td>
<td>Thaa, Bastian; Hofmann, Klaus Peter; Veit, Michael</td>
<td>2010</td>
<td>2010-04-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114299" target="_blank">PMC7114299</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20100522.0" target="_blank">20100522.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbamcr.2010.01.011" target="_blank">10.1016/j.bbamcr.2010.01.011</a></td>
<td>y2zdu79n</td>
<td>0.340309</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#1s6andwf">Hobman_1993</a>, <a href="Topic_26.html#8nyoyrlj">UNKNOWN_1995</a>, <a href="Topic_10.html#rg45m42j">Tessier_2019</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_26.html#p7bcdig0">UNKNOWN_1993</a>, <a href="Topic_53.html#wc4lxk45">Más_V_2013</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="45tmd8sl";>464</th>
<td>Hoffmann_2017</td>
<td>Diverse viruses require the calcium transporter SPCA1 for maturation and spread</td>
<td>Hoffmann, H.-Heinrich; Schneider, William M; Blomen, Vincent A; Scull, Margaret A; Hovnanian, Alain; Brummelkamp, Thijn R; Rice, Charles M</td>
<td>2017</td>
<td>2017-10-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5952603" target="_blank">PMC5952603</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29024641.0" target="_blank">29024641.0</a></td>
<td><a href="https://doi.org/10.1016/j.chom.2017.09.002" target="_blank">10.1016/j.chom.2017.09.002</a></td>
<td>45tmd8sl</td>
<td>0.339683</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a></td>
<td><a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="z2fpahsg";>465</th>
<td>Lucía-Sanz_2017</td>
<td>Multipartite viruses: adaptive trick or evolutionary treat?</td>
<td>Lucía-Sanz, Adriana; Manrubia, Susanna</td>
<td>2017</td>
<td>2017-11-09</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5680193" target="_blank">PMC5680193</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29263796.0" target="_blank">29263796.0</a></td>
<td><a href="https://doi.org/10.1038/s41540-017-0035-y" target="_blank">10.1038/s41540-017-0035-y</a></td>
<td>z2fpahsg</td>
<td>0.339352</td>
<td><a href="Topic_02.html#0c1qdjb5">Holmes_2007</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_07.html#1ef1cxc8">Chang_2011</a></td>
<td><a href="Topic_02.html#nro3cdm2">Valdano_2019</a>, <a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a>, <a href="Topic_10.html#0qihw3bn">Korth_2016</a></td>
</tr>
<tr>
<th id="u97oem9c";>466</th>
<td>Ford_2014</td>
<td>Frequency and Fitness Consequences of Bacteriophage Φ6 Host Range Mutations</td>
<td>Ford, Brian E.; Sun, Bruce; Carpino, James; Chapler, Elizabeth S.; Ching, Jane; Choi, Yoon; Jhun, Kevin; Kim, Jung D.; Lallos, Gregory G.; Morgenstern, Rachelle; Singh, Shalini; Theja, Sai; Dennehy, John J.</td>
<td>2014</td>
<td>2014-11-19</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4237377" target="_blank">PMC4237377</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25409341.0" target="_blank">25409341.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0113078" target="_blank">10.1371/journal.pone.0113078</a></td>
<td>u97oem9c</td>
<td>0.339054</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#629kl04a">Bahir_2009</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#zlq4hucn">Longdon_2018</a></td>
<td><a href="Topic_02.html#zguy9ba7">Zhao_2018</a></td>
</tr>
<tr>
<th id="9t2xhnex";>467</th>
<td>Hastie_2012</td>
<td>Hiding the evidence: two strategies for innate immune evasion by hemorrhagic fever viruses</td>
<td>Hastie, Kathryn M; Bale, Shridhar; Kimberlin, Christopher R; Saphire, Erica Ollmann</td>
<td>2012</td>
<td>2012-04-30</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3758253" target="_blank">PMC3758253</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22482712.0" target="_blank">22482712.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2012.01.003" target="_blank">10.1016/j.coviro.2012.01.003</a></td>
<td>9t2xhnex</td>
<td>0.338183</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_08.html#mdmia0iw">Ma_D_2015</a>, <a href="Topic_08.html#p54p7enk">Schlee_2013</a></td>
</tr>
<tr>
<th id="33fs6exl";>468</th>
<td>Kaján_2019</td>
<td>Virus–Host Coevolution with a Focus on Animal and Human DNA Viruses</td>
<td>Kaján, Győző L.; Doszpoly, Andor; Tarján, Zoltán László; Vidovszky, Márton Z.; Papp, Tibor</td>
<td>2019</td>
<td>2019-10-10</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6943099" target="_blank">PMC6943099</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31599342.0" target="_blank">31599342.0</a></td>
<td><a href="https://doi.org/10.1007/s00239-019-09913-4" target="_blank">10.1007/s00239-019-09913-4</a></td>
<td>33fs6exl</td>
<td>0.338183</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a></td>
<td><a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_10.html#avkequza">Webby_2004</a>, <a href="Topic_10.html#kjyuxc3g">Koonin_2013</a></td>
</tr>
<tr>
<th id="947ew4xj";>469</th>
<td>Ferris_2016</td>
<td>Chapter 13 Host Genetics It Is Not Just the Virus, Stupid</td>
<td>Ferris, Martin T.; Heise, Mark T.; Baric, Ralph S.</td>
<td>2016</td>
<td>2016-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-800964-2.00013-6" target="_blank">10.1016/b978-0-12-800964-2.00013-6</a></td>
<td>947ew4xj</td>
<td>0.337995</td>
<td><a href="Topic_01.html#ivu4erpq">Castrignano_2015</a>, <a href="Topic_01.html#6vja5e5o">Johnson_2018</a>, <a href="Topic_01.html#fzu3oj20">Leiva-Torres_2017</a>, <a href="Topic_13.html#vubszdp2">Li_L_2014</a></td>
<td><a href="Topic_01.html#cygqau6d">Douam_2015</a>, <a href="Topic_18.html#33gvt7pe">Lin_K_2013</a>, <a href="Topic_10.html#1b3g0ls3">Hibbs_1995</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="ba7dmtnq";>470</th>
<td>Weber_2014</td>
<td>RIG-I-like receptors and negative-strand RNA viruses: RLRly bird catches some worms</td>
<td>Weber, Michaela; Weber, Friedemann</td>
<td>2014</td>
<td>2014-10-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108359" target="_blank">PMC7108359</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24894317.0" target="_blank">24894317.0</a></td>
<td><a href="https://doi.org/10.1016/j.cytogfr.2014.05.004" target="_blank">10.1016/j.cytogfr.2014.05.004</a></td>
<td>ba7dmtnq</td>
<td>0.337820</td>
<td><a href="Topic_31.html#lqz1v54q">Dixit_2013</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#wrzef2cy">Loo_Y_2011</a>, <a href="Topic_31.html#btb4oodz">Liu_Y_2017</a>, <a href="Topic_08.html#ubvpa982">Kell_2015</a></td>
<td><a href="Topic_08.html#p54p7enk">Schlee_2013</a>, <a href="Topic_31.html#o0m71kvw">Sedeyn_2019</a></td>
</tr>
<tr>
<th id="qhx330ig";>471</th>
<td>Nieva_2012</td>
<td>Viroporins: structure and biological functions</td>
<td>Nieva, José Luis; Madan, Vanesa; Carrasco, Luis</td>
<td>2012</td>
<td>2012-07-02</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097105" target="_blank">PMC7097105</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22751485.0" target="_blank">22751485.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro2820" target="_blank">10.1038/nrmicro2820</a></td>
<td>qhx330ig</td>
<td>0.337658</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a></td>
<td><a href="Topic_10.html#3aonqyub">Royle_2015</a>, <a href="Topic_26.html#j2tdt7ky">Ao_D_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="dlmx12vt";>472</th>
<td>von_Brunn_2007</td>
<td>Analysis of Intraviral Protein-Protein Interactions of the SARS Coronavirus ORFeome</td>
<td>von Brunn, Albrecht; Teepe, Carola; Simpson, Jeremy C.; Pepperkok, Rainer; Friedel, Caroline C.; Zimmer, Ralf; Roberts, Rhonda; Baric, Ralph; Haas, Jürgen</td>
<td>2007</td>
<td>2007-05-23</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1868897" target="_blank">PMC1868897</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17520018.0" target="_blank">17520018.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0000459" target="_blank">10.1371/journal.pone.0000459</a></td>
<td>dlmx12vt</td>
<td>0.337430</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_21.html#itsr18vb">Kumar_2007</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="0dxrai3j";>473</th>
<td>Alguwaizani_2018</td>
<td>Predicting Interactions between Virus and Host Proteins Using Repeat Patterns and Composition of Amino Acids</td>
<td>Alguwaizani, Saud; Park, Byungkyu; Zhou, Xiang; Huang, De-Shuang; Han, Kyungsook</td>
<td>2018</td>
<td>2018-05-09</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5966669" target="_blank">PMC5966669</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29854357.0" target="_blank">29854357.0</a></td>
<td><a href="https://doi.org/10.1155/2018/1391265" target="_blank">10.1155/2018/1391265</a></td>
<td>0dxrai3j</td>
<td>0.337367</td>
<td><a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a>, <a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_17.html#clagd6rh">Sen_D_2018</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a></td>
<td><a href="Topic_17.html#4uvezfqm">Zhou_2018</a>, <a href="Topic_10.html#7rnf2iyw">Goodacre_2020</a>, <a href="Topic_10.html#629kl04a">Bahir_2009</a></td>
</tr>
<tr>
<th id="ygh2cce4";>474</th>
<td>Graham_2008</td>
<td>SARS coronavirus replicase proteins in pathogenesis</td>
<td>Graham, Rachel L.; Sparks, Jennifer S.; Eckerle, Lance D.; Sims, Amy C.; Denison, Mark R.</td>
<td>2008</td>
<td>2008-04-30</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2637536" target="_blank">PMC2637536</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17397959.0" target="_blank">17397959.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2007.02.017" target="_blank">10.1016/j.virusres.2007.02.017</a></td>
<td>ygh2cce4</td>
<td>0.337367</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_31.html#pdfs6ojs">Narayanan_2015</a>, <a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a></td>
</tr>
<tr>
<th id="ita2okbx";>475</th>
<td>de_Chassey_2014</td>
<td>Virus-host interactomics: new insights and opportunities for antiviral drug discovery</td>
<td>de Chassey, Benoît; Meyniel-Schicklin, Laurène; Vonderscher, Jacky; André, Patrice; Lotteau, Vincent</td>
<td>2014</td>
<td>2014-11-29</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4295275" target="_blank">PMC4295275</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25593595.0" target="_blank">25593595.0</a></td>
<td><a href="https://doi.org/10.1186/s13073-014-0115-1" target="_blank">10.1186/s13073-014-0115-1</a></td>
<td>ita2okbx</td>
<td>0.336597</td>
<td><a href="Topic_01.html#6vja5e5o">Johnson_2018</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_13.html#v7xeubps">Gupta_2009</a>, <a href="Topic_10.html#504kr50e">Alcami_2000</a>, <a href="Topic_10.html#jn8w7z0t">Alcami_2000</a></td>
<td><a href="Topic_18.html#33gvt7pe">Lin_K_2013</a>, <a href="Topic_18.html#gxbrgy6g">Lee_C_2019</a>, <a href="Topic_10.html#505i9na8">Krumm_2011</a>, <a href="Topic_08.html#ppzc7vij">Lamotte_2017</a></td>
</tr>
<tr>
<th id="u0gxkp3u";>476</th>
<td>Cantara_2014</td>
<td>Progress and outlook in structural biology of large viral RNAs</td>
<td>Cantara, William A.; Olson, Erik D.; Musier-Forsyth, Karin</td>
<td>2014</td>
<td>2014-11-26</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4252365" target="_blank">PMC4252365</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24956407.0" target="_blank">24956407.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2014.06.007" target="_blank">10.1016/j.virusres.2014.06.007</a></td>
<td>u0gxkp3u</td>
<td>0.335696</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_21.html#d9urjb9e">Masante_2015</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="m8ktaq1w";>477</th>
<td>Sager_2018</td>
<td>Role of Host Cell Secretory Machinery in Zika Virus Life Cycle</td>
<td>Sager, Garrett; Gabaglio, Samuel; Sztul, Elizabeth; Belov, George A.</td>
<td>2018</td>
<td>2018-10-15</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6213159" target="_blank">PMC6213159</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30326556.0" target="_blank">30326556.0</a></td>
<td><a href="https://doi.org/10.3390/v10100559" target="_blank">10.3390/v10100559</a></td>
<td>m8ktaq1w</td>
<td>0.335606</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a></td>
<td><a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="dn0n1exf";>478</th>
<td>Banatvala_1981</td>
<td>Viruses in Faeces</td>
<td>Banatvala, J.E.</td>
<td>1981</td>
<td>1981-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-08-026401-1.50005-1" target="_blank">10.1016/b978-0-08-026401-1.50005-1</a></td>
<td>dn0n1exf</td>
<td>0.335053</td>
<td><a href="Topic_66.html#uee3lqrx">Davaro_2013</a>, <a href="Topic_05.html#adzvn69b">Garcia–Moliner_2013</a>, <a href="Topic_77.html#29wzpwvr">Franks_2013</a>, <a href="Topic_66.html#5386g91w">Kradin_2013</a></td>
<td><a href="Topic_70.html#stb209eh">Decaro_2007</a>, <a href="Topic_43.html#x2swoy4d">Kobayashi_2018</a>, <a href="Topic_75.html#f6dz688n">Hawkinson_2016</a></td>
</tr>
<tr>
<th id="iufgj3dj";>479</th>
<td>Sharlala_2009</td>
<td>Virus-induced vasculitis</td>
<td>Sharlala, Hisham; Adebajo, Ade</td>
<td>2009</td>
<td>2009-01-08</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7088730" target="_blank">PMC7088730</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19007534.0" target="_blank">19007534.0</a></td>
<td><a href="https://doi.org/10.1007/s11926-008-0073-y" target="_blank">10.1007/s11926-008-0073-y</a></td>
<td>iufgj3dj</td>
<td>0.334117</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_66.html#uhxk5b1b">Turtle_2014</a>, <a href="Topic_66.html#a4qyflwd">Duvic_1987</a></td>
<td><a href="Topic_09.html#fbx0a4yl">Pipitone_2008</a>, <a href="Topic_09.html#uuemnoue">Kallenberg_2008</a>, <a href="Topic_09.html#399nxz5k">Belizna_2009</a>, <a href="Topic_09.html#llca0hmq">Innerå_2013</a></td>
</tr>
<tr>
<th id="om50o7pd";>480</th>
<td>Shi_J_2012</td>
<td>Interplay between the cellular autophagy machinery and positive-stranded RNA viruses</td>
<td>Shi, Junyan; Luo, Honglin</td>
<td>2012</td>
<td>2012-02-16</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7110239" target="_blank">PMC7110239</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22343377.0" target="_blank">22343377.0</a></td>
<td><a href="https://doi.org/10.1093/abbs/gms010" target="_blank">10.1093/abbs/gms010</a></td>
<td>om50o7pd</td>
<td>0.333709</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_08.html#x27crdjj">Lin_L_2010</a>, <a href="Topic_08.html#7upksc9f">Lee_H_2008</a>, <a href="Topic_08.html#on3cnr8i">Espert_2007</a></td>
</tr>
<tr>
<th id="bjb38t6o";>481</th>
<td>Foster_2018</td>
<td>Inhibiting the Ins and Outs of HIV Replication: Cell-Intrinsic Antiretroviral Restrictions at the Plasma Membrane</td>
<td>Foster, Toshana L.; Pickering, Suzanne; Neil, Stuart J. D.</td>
<td>2018</td>
<td>2018-01-04</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5758531" target="_blank">PMC5758531</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29354117.0" target="_blank">29354117.0</a></td>
<td><a href="https://doi.org/10.3389/fimmu.2017.01853" target="_blank">10.3389/fimmu.2017.01853</a></td>
<td>bjb38t6o</td>
<td>0.333631</td>
<td><a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#gkzt2qcd">Beitari_2019</a>, <a href="Topic_53.html#zd039ohv">Dumas_2014</a>, <a href="Topic_53.html#987w6ypg">Tartour_2014</a></td>
</tr>
<tr>
<th id="s1vyhijy";>482</th>
<td>Meyerson_2017</td>
<td>Nuclear TRIM25 specifically targets influenza virus ribonucleoproteins to block the onset of RNA chain elongation</td>
<td>Meyerson, Nicholas R.; Zhou, Ligang; Guo, Yusong R.; Zhao, Chen; Tao, Yizhi J.; Krug, Robert M.; Sawyer, Sara L.</td>
<td>2017</td>
<td>2017-11-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6309188" target="_blank">PMC6309188</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29107643.0" target="_blank">29107643.0</a></td>
<td><a href="https://doi.org/10.1016/j.chom.2017.10.003" target="_blank">10.1016/j.chom.2017.10.003</a></td>
<td>s1vyhijy</td>
<td>0.333567</td>
<td><a href="Topic_31.html#cik2wmlk">Ban_J_2018</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a></td>
<td><a href="Topic_21.html#35xqgbut">Bhullar_2014</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="fuotxqab";>483</th>
<td>Leroy_2016</td>
<td>Structural Proteomics of Herpesviruses</td>
<td>Leroy, Baptiste; Gillet, Laurent; Vanderplasschen, Alain; Wattiez, Ruddy</td>
<td>2016</td>
<td>2016-02-12</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4776205" target="_blank">PMC4776205</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26907323.0" target="_blank">26907323.0</a></td>
<td><a href="https://doi.org/10.3390/v8020050" target="_blank">10.3390/v8020050</a></td>
<td>fuotxqab</td>
<td>0.333561</td>
<td><a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_01.html#6vja5e5o">Johnson_2018</a>, <a href="Topic_01.html#ivu4erpq">Castrignano_2015</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a></td>
<td><a href="Topic_10.html#7gy4epzo">Kumar_2015</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a></td>
</tr>
<tr>
<th id="u3pxycqh";>484</th>
<td>Shu_T_2019</td>
<td>Ebola virus VP35 has novel NTPase and helicase-like activities</td>
<td>Shu, Ting; Gan, Tianyu; Bai, Peng; Wang, Xiaotong; Qian, Qi; Zhou, Hui; Cheng, Qi; Qiu, Yang; Yin, Lei; Zhong, Jin; Zhou, Xi</td>
<td>2019</td>
<td>2019-06-20</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6582406" target="_blank">PMC6582406</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31066445.0" target="_blank">31066445.0</a></td>
<td><a href="https://doi.org/10.1093/nar/gkz340" target="_blank">10.1093/nar/gkz340</a></td>
<td>u3pxycqh</td>
<td>0.333561</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a></td>
<td><a href="Topic_21.html#wo462anq">Xia_H_2015</a></td>
</tr>
<tr>
<th id="qb7umsyu";>485</th>
<td>Grossegesse_2018</td>
<td>Global ubiquitination analysis reveals extensive modification and proteasomal degradation of cowpox virus proteins, but preservation of viral cores</td>
<td>Grossegesse, Marica; Doellinger, Joerg; Fritsch, Annemarie; Laue, Michael; Piesker, Janett; Schaade, Lars; Nitsche, Andreas</td>
<td>2018</td>
<td>2018-01-29</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5788924" target="_blank">PMC5788924</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29379051.0" target="_blank">29379051.0</a></td>
<td><a href="https://doi.org/10.1038/s41598-018-20130-9" target="_blank">10.1038/s41598-018-20130-9</a></td>
<td>qb7umsyu</td>
<td>0.333513</td>
<td><a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_31.html#l3qp0n9f">Deng_2019</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_16.html#cz1bi0ym">Yu_L_2017</a></td>
</tr>
<tr>
<th id="zp5tz9pc";>486</th>
<td>Melia_2018</td>
<td>The Origin, Dynamic Morphology, and PI4P-Independent Formation of Encephalomyocarditis Virus Replication Organelles</td>
<td>Melia, C. E.; van der Schaar, H. M.; de Jong, A. W. M.; Lyoo, H. R.; Snijder, E. J.; Koster, A. J.; van Kuppeveld, F. J. M.; Bárcena, M.</td>
<td>2018</td>
<td>2018-04-17</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5904412" target="_blank">PMC5904412</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29666283.0" target="_blank">29666283.0</a></td>
<td><a href="https://doi.org/10.1128/mbio.00420-18" target="_blank">10.1128/mbio.00420-18</a></td>
<td>zp5tz9pc</td>
<td>0.331338</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#psjua913">V’kovski_2015</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a></td>
</tr>
<tr>
<th id="4x1j0iqg";>487</th>
<td>Bösl_2019</td>
<td>Common Nodes of Virus–Host Interaction Revealed Through an Integrated Network Analysis</td>
<td>Bösl, Korbinian; Ianevski, Aleksandr; Than, Thoa T.; Andersen, Petter I.; Kuivanen, Suvi; Teppor, Mona; Zusinaite, Eva; Dumpis, Uga; Vitkauskiene, Astra; Cox, Rebecca J.; Kallio-Kokko, Hannimari; Bergqvist, Anders; Tenson, Tanel; Merits, Andres; Oksenych, Valentyn; Bjørås, Magnar; Anthonsen, Marit W.; Shum, David; Kaarbø, Mari; Vapalahti, Olli; Windisch, Marc P.; Superti-Furga, Giulio; Snijder, Berend; Kainov, Denis; Kandasamy, Richard K.</td>
<td>2019</td>
<td>2019-10-04</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6787150" target="_blank">PMC6787150</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31636628.0" target="_blank">31636628.0</a></td>
<td><a href="https://doi.org/10.3389/fimmu.2019.02186" target="_blank">10.3389/fimmu.2019.02186</a></td>
<td>4x1j0iqg</td>
<td>0.331123</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#ig6ul3u7">Bösl_2019</a>, <a href="Topic_10.html#sx1fyqw0">Durmuş_2017</a>, <a href="Topic_08.html#d79twl34">McDermott_2016</a></td>
</tr>
<tr>
<th id="89stvkqn";>488</th>
<td>Brass_2009</td>
<td>IFITM Proteins Mediate the Innate Immune Response to Influenza A H1N1 Virus, West Nile Virus and Dengue Virus</td>
<td>Brass, Abraham L.; Huang, I-Chueh; Benita, Yair; John, Sinu P.; Krishnan, Manoj N.; Feeley, Eric M.; Ryan, Bethany; Weyer, Jessica L.; van der Weyden, Louise; Fikrig, Erol; Adams, David J.; Xavier, Ramnik J.; Farzan, Michael; Elledge, Stephen J.</td>
<td>2009</td>
<td>2009-12-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2824905" target="_blank">PMC2824905</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20064371.0" target="_blank">20064371.0</a></td>
<td><a href="https://doi.org/10.1016/j.cell.2009.12.017" target="_blank">10.1016/j.cell.2009.12.017</a></td>
<td>89stvkqn</td>
<td>0.330662</td>
<td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td>
<td><a href="Topic_31.html#y93umzps">Li_C_2018</a>, <a href="Topic_53.html#m3j1dekj">Smith_2013</a></td>
</tr>
<tr>
<th id="goidlh08";>489</th>
<td>Walker_2011</td>
<td>Rhabdovirus accessory genes</td>
<td>Walker, Peter J.; Dietzgen, Ralf G.; Joubert, D. Albert; Blasdell, Kim R.</td>
<td>2011</td>
<td>2011-12-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114375" target="_blank">PMC7114375</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21933691.0" target="_blank">21933691.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2011.09.004" target="_blank">10.1016/j.virusres.2011.09.004</a></td>
<td>goidlh08</td>
<td>0.330515</td>
<td><a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_21.html#x2w73spd">Goldberg_1991</a>, <a href="Topic_21.html#v3yqs4u8">Enjuanes_2008</a></td>
</tr>
<tr>
<th id="gzxtjf0a";>490</th>
<td>Liu_Z_2016</td>
<td>Viral RNA switch mediates the dynamic control of flavivirus replicase recruitment by genome cyclization</td>
<td>Liu, Zhong-Yu; Li, Xiao-Feng; Jiang, Tao; Deng, Yong-Qiang; Ye, Qing; Zhao, Hui; Yu, Jiu-Yang; Qin, Cheng-Feng</td>
<td>2016</td>
<td>2016-10-01</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5101012" target="_blank">PMC5101012</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27692070.0" target="_blank">27692070.0</a></td>
<td><a href="https://doi.org/10.7554/elife.17636" target="_blank">10.7554/elife.17636</a></td>
<td>gzxtjf0a</td>
<td>0.330515</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_21.html#d9urjb9e">Masante_2015</a>, <a href="Topic_21.html#35xqgbut">Bhullar_2014</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
</tr>
<tr>
<th id="ogu9fmg1";>491</th>
<td>Ketteler_2010</td>
<td>Host-encoded reporters for the detection and purification of multiple enveloped viruses</td>
<td>Ketteler, Robin; Tomov, Vesselin; Neunkirchner, Alina; Xie, Qiang; Pickl, Winfried F.; Seed, Brian</td>
<td>2010</td>
<td>2010-08-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2916077" target="_blank">PMC2916077</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20399809.0" target="_blank">20399809.0</a></td>
<td><a href="https://doi.org/10.1016/j.jviromet.2010.04.002" target="_blank">10.1016/j.jviromet.2010.04.002</a></td>
<td>ogu9fmg1</td>
<td>0.330515</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_01.html#84gvwb35">Siridechadilok_2013</a></td>
<td><a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_10.html#505i9na8">Krumm_2011</a>, <a href="Topic_18.html#w2etygxa">Guo_F_2014</a>, <a href="Topic_37.html#a6vt8kso">Ren_L_2016</a></td>
</tr>
<tr>
<th id="xz15s6nj";>492</th>
<td>Karjee_2008</td>
<td>Screening and Identification of Virus-Encoded RNA Silencing Suppressors</td>
<td>Karjee, Sumona; Islam, Mohammad Nurul; Mukherjee, Sunil K.</td>
<td>2008</td>
<td>2008-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7120842" target="_blank">PMC7120842</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18369787.0" target="_blank">18369787.0</a></td>
<td><a href="https://doi.org/10.1007/978-1-59745-191-8_14" target="_blank">10.1007/978-1-59745-191-8_14</a></td>
<td>xz15s6nj</td>
<td>0.329958</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_37.html#3mi2aop5">Haddad_2011</a>, <a href="Topic_37.html#c1kwd9d1">Rothe_2010</a>, <a href="Topic_10.html#xkcqo86y">Garcia_2014</a></td>
</tr>
<tr>
<th id="tz3ik2b5";>493</th>
<td>Kirchdoerfer_2019</td>
<td>Structure of the SARS-CoV NSP12 polymerase bound to NSP7 and NSP8 co-factors</td>
<td>Robert N. Kirchdoerfer; Andrew B. Ward</td>
<td>2019</td>
<td>2019-02-15</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/551986" target="_blank">10.1101/551986</a></td>
<td>tz3ik2b5</td>
<td>0.329720</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#10jlzjf0">Shi_S_2005</a></td>
<td><a href="Topic_10.html#gybjij1l">Kirchdoerfer_2019</a>, <a href="Topic_21.html#c7khkkcj">Subissi_2014</a></td>
</tr>
<tr>
<th id="0rk2dw4e";>494</th>
<td>Hernandez-Alias_2020</td>
<td>Translational adaptation of human viruses to the tissues they infect</td>
<td>Xavier Hernandez-Alias; Martin Schaefer; Luis Serrano</td>
<td>2020</td>
<td>2020-04-07</td>
<td>BioRxiv</td>
<td>Y</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/2020.04.06.027557" target="_blank">10.1101/2020.04.06.027557</a></td>
<td>0rk2dw4e</td>
<td>0.329720</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td></td>
</tr>
<tr>
<th id="5qhizr1o";>495</th>
<td>Ryabov_2017</td>
<td>Invertebrate RNA virus diversity from a taxonomic point of view</td>
<td>Ryabov, Eugene V.</td>
<td>2017</td>
<td>2017-07-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7094257" target="_blank">PMC7094257</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27793741.0" target="_blank">27793741.0</a></td>
<td><a href="https://doi.org/10.1016/j.jip.2016.10.002" target="_blank">10.1016/j.jip.2016.10.002</a></td>
<td>5qhizr1o</td>
<td>0.329126</td>
<td><a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#8ui0bpfd">Wang_2015</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_10.html#f32rcce3">Diaz_2012</a>, <a href="Topic_21.html#v3yqs4u8">Enjuanes_2008</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a></td>
</tr>
<tr>
<th id="wcdg5d54";>496</th>
<td>García-Nicolás_2018</td>
<td>The Small-Compound Inhibitor K22 Displays Broad Antiviral Activity against Different Members of the Family Flaviviridae and Offers Potential as a Panviral Inhibitor</td>
<td>García-Nicolás, Obdulio; V'kovski, Philip; Vielle, Nathalie J.; Ebert, Nadine; Züst, Roland; Portmann, Jasmine; Stalder, Hanspeter; Gaschen, Véronique; Vieyres, Gabrielle; Stoffel, Michael; Schweizer, Matthias; Summerfield, Artur; Engler, Olivier; Pietschmann, Thomas; Todt, Daniel; Alves, Marco P.; Thiel, Volker; Pfaender, Stephanie</td>
<td>2018</td>
<td>2018-10-24</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6201103" target="_blank">PMC6201103</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30181371.0" target="_blank">30181371.0</a></td>
<td><a href="https://doi.org/10.1128/aac.01206-18" target="_blank">10.1128/aac.01206-18</a></td>
<td>wcdg5d54</td>
<td>0.327210</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a></td>
<td><a href="Topic_10.html#505i9na8">Krumm_2011</a>, <a href="Topic_18.html#qhhdjgeq">Zhu_X_2015</a>, <a href="Topic_18.html#hq5um68k">Xiong_2020</a>, <a href="Topic_18.html#yxc31cbj">Rappe_2018</a></td>
</tr>
<tr>
<th id="bmutxybx";>497</th>
<td>Berryman_2016</td>
<td>Foot-and-mouth disease virus replicates independently of phosphatidylinositol 4-phosphate and type III phosphatidylinositol 4-kinases</td>
<td>Berryman, Stephen; Moffat, Katy; Harak, Christian; Lohmann, Volker; Jackson, Terry</td>
<td>2016</td>
<td>2016-08-10</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5156328" target="_blank">PMC5156328</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27093462.0" target="_blank">27093462.0</a></td>
<td><a href="https://doi.org/10.1099/jgv.0.000485" target="_blank">10.1099/jgv.0.000485</a></td>
<td>bmutxybx</td>
<td>0.326994</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#8nyoyrlj">UNKNOWN_1995</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a></td>
<td><a href="Topic_26.html#e1fex82s">Sasaki_2011</a></td>
</tr>
<tr>
<th id="qexxm5z3";>498</th>
<td>Sommerfelt_1989</td>
<td>Binding and entry of animal viruses</td>
<td>Sommerfelt, Maja A.; Marsh, Mark</td>
<td>1989</td>
<td>1989-09-30</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/0169-409x(89)90035-5" target="_blank">10.1016/0169-409x(89)90035-5</a></td>
<td>qexxm5z3</td>
<td>0.326994</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a></td>
<td><a href="Topic_10.html#yfznqya6">Rott_1987</a>, <a href="Topic_10.html#y80qkv05">Casasnovas_2013</a>, <a href="Topic_53.html#i02c5qw5">Patterson_1986</a>, <a href="Topic_53.html#zd039ohv">Dumas_2014</a></td>
</tr>
<tr>
<th id="vvlp4ttd";>499</th>
<td>Medigeshi_2018</td>
<td>Position Paper on Road Map for RNA Virus Research in India</td>
<td>Medigeshi, Guruprasad R.; Fink, Katja; Hegde, Nagendra R.</td>
<td>2018</td>
<td>2018-07-31</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6090158" target="_blank">PMC6090158</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30131779.0" target="_blank">30131779.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2018.01753" target="_blank">10.3389/fmicb.2018.01753</a></td>
<td>vvlp4ttd</td>
<td>0.326970</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a>, <a href="Topic_13.html#c22mytwr">Brucker_2020</a>, <a href="Topic_72.html#tq0f6d01">Weaver_2004</a>, <a href="Topic_04.html#tmihxndd">Buseh_2015</a></td>
<td><a href="Topic_45.html#ycjzitlk">Simons_2014</a>, <a href="Topic_45.html#nsmbho6w">Brüssow_2012</a>, <a href="Topic_13.html#k0f9fser">Shi_W_2017</a>, <a href="Topic_39.html#ufu76ip7">Smith_2012</a></td>
</tr>
<tr>
<th id="f1hcbsbb";>500</th>
<td>Lagache_2012</td>
<td>Modeling the Step of Endosomal Escape during Cell Infection by a Nonenveloped Virus</td>
<td>Lagache, Thibault; Danos, Olivier; Holcman, David</td>
<td>2012</td>
<td>2012-03-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3302482" target="_blank">PMC3302482</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22404920.0" target="_blank">22404920.0</a></td>
<td><a href="https://doi.org/10.1016/j.bpj.2011.12.037" target="_blank">10.1016/j.bpj.2011.12.037</a></td>
<td>f1hcbsbb</td>
<td>0.326594</td>
<td><a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_26.html#1s6andwf">Hobman_1993</a>, <a href="Topic_10.html#v891bc3i">Terrier_2016</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_53.html#tpdgw5ba">Regan_2013</a></td>
</tr>
<tr>
<th id="ns8d2m0r";>501</th>
<td>Kumar_2020</td>
<td>Understanding the penetrance of intrinsic protein disorder in rotavirus proteome</td>
<td>Kumar, Deepak; Singh, Ankur; Kumar, Prateek; Uversky, Vladimir N.; Rao, C. Durga; Giri, Rajanish</td>
<td>2020</td>
<td>2020-02-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7112477" target="_blank">PMC7112477</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31739058.0" target="_blank">31739058.0</a></td>
<td><a href="https://doi.org/10.1016/j.ijbiomac.2019.09.166" target="_blank">10.1016/j.ijbiomac.2019.09.166</a></td>
<td>ns8d2m0r</td>
<td>0.325958</td>
<td><a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_07.html#46f7pb5w">Ijaz_1994</a>, <a href="Topic_31.html#o0m71kvw">Sedeyn_2019</a></td>
</tr>
<tr>
<th id="mtj46j82";>502</th>
<td>Terada_2017</td>
<td>MERS coronavirus nsp1 participates in an efficient propagation through a specific interaction with viral RNA</td>
<td>Terada, Yutaka; Kawachi, Kengo; Matsuura, Yoshiharu; Kamitani, Wataru</td>
<td>2017</td>
<td>2017-11-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7118922" target="_blank">PMC7118922</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28843094.0" target="_blank">28843094.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2017.08.026" target="_blank">10.1016/j.virol.2017.08.026</a></td>
<td>mtj46j82</td>
<td>0.325889</td>
<td><a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_31.html#pdfs6ojs">Narayanan_2015</a>, <a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a></td>
</tr>
<tr>
<th id="e1fex82s";>503</th>
<td>Sasaki_2011</td>
<td>ACBD3-mediated recruitment of PI4KB to picornavirus RNA replication sites</td>
<td>Sasaki, Jun; Ishikawa, Kumiko; Arita, Minetaro; Taniguchi, Koki</td>
<td>2011</td>
<td>2011-11-29</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3273392" target="_blank">PMC3273392</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22124328.0" target="_blank">22124328.0</a></td>
<td><a href="https://doi.org/10.1038/emboj.2011.429" target="_blank">10.1038/emboj.2011.429</a></td>
<td>e1fex82s</td>
<td>0.325786</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#1cy15tny">Li_C_2013</a>, <a href="Topic_66.html#h2asxv4j">Liu_H_2009</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="wc4lxk45";>504</th>
<td>Más_V_2013</td>
<td>Entry of Enveloped Viruses into Host Cells: Membrane Fusion</td>
<td>Más, Vicente; Melero, José A.</td>
<td>2013</td>
<td>2013-02-16</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121288" target="_blank">PMC7121288</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23737062.0" target="_blank">23737062.0</a></td>
<td><a href="https://doi.org/10.1007/978-94-007-6552-8_16" target="_blank">10.1007/978-94-007-6552-8_16</a></td>
<td>wc4lxk45</td>
<td>0.325419</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#3wz7k4vy">Lenard_2008</a>, <a href="Topic_26.html#1s6andwf">Hobman_1993</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#24ktozs7">Welsch_2007</a></td>
<td><a href="Topic_53.html#0287r8k8">Modis_2009</a>, <a href="Topic_53.html#h12aozg2">Modis_2013</a>, <a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#niddmbgp">Villanueva_2005</a></td>
</tr>
<tr>
<th id="vnynbijl";>505</th>
<td>Conzelmann_1996</td>
<td>Genetic engineering of animal RNA viruses</td>
<td>Conzelmann, Karl-Klaus; Meyers, Gregor</td>
<td>1996</td>
<td>1996-10-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/8899964.0" target="_blank">8899964.0</a></td>
<td><a href="https://doi.org/10.1016/0966-842x(96)10062-7" target="_blank">10.1016/0966-842x(96)10062-7</a></td>
<td>vnynbijl</td>
<td>0.325041</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#jn8w7z0t">Alcami_2000</a>, <a href="Topic_10.html#504kr50e">Alcami_2000</a></td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_01.html#84qt2qhx">Stobart_2014</a>, <a href="Topic_37.html#zqe5nnu3">Usme-Ciro_2014</a></td>
</tr>
<tr>
<th id="lyk8hi4h";>506</th>
<td>McFadden_2009</td>
<td>Cytokine determinants of viral tropism</td>
<td>McFadden, Grant; Mohamed, Mohamed R.; Rahman, Masmudur M.; Bartee, Eric</td>
<td>2009</td>
<td>2009-08-21</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4373421" target="_blank">PMC4373421</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19696766.0" target="_blank">19696766.0</a></td>
<td><a href="https://doi.org/10.1038/nri2623" target="_blank">10.1038/nri2623</a></td>
<td>lyk8hi4h</td>
<td>0.324318</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_13.html#c22mytwr">Brucker_2020</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_31.html#pdfs6ojs">Narayanan_2015</a>, <a href="Topic_08.html#it5ahzj3">Lane_2006</a>, <a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a></td>
</tr>
<tr>
<th id="i5korxut";>507</th>
<td>Zhong_2012</td>
<td>Recent Progress in Studies of Arterivirus- and Coronavirus-Host Interactions</td>
<td>Zhong, Yanxin; Tan, Yong Wah; Liu, Ding Xiang</td>
<td>2012</td>
<td>2012-06-19</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3397358" target="_blank">PMC3397358</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22816036.0" target="_blank">22816036.0</a></td>
<td><a href="https://doi.org/10.3390/v4060980" target="_blank">10.3390/v4060980</a></td>
<td>i5korxut</td>
<td>0.324318</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_13.html#c22mytwr">Brucker_2020</a></td>
<td><a href="Topic_01.html#a9eci2qm">Balasuriya_2013</a>, <a href="Topic_66.html#gwnfcfvk">Taniwaki_2013</a>, <a href="Topic_31.html#4m0kd8dv">Chen_2019</a>, <a href="Topic_40.html#mmg8jug2">Gaska_2015</a></td>
</tr>
<tr>
<th id="p9bdjni9";>508</th>
<td>Abernathy_2014</td>
<td>Gammaherpesviral Gene Expression and Virion Composition Are Broadly Controlled by Accelerated mRNA Degradation</td>
<td>Abernathy, Emma; Clyde, Karen; Yeasmin, Rukhsana; Krug, Laurie T.; Burlingame, Al; Coscoy, Laurent; Glaunsinger, Britt</td>
<td>2014</td>
<td>2014-01-16</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3894220" target="_blank">PMC3894220</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24453974.0" target="_blank">24453974.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1003882" target="_blank">10.1371/journal.ppat.1003882</a></td>
<td>p9bdjni9</td>
<td>0.323932</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#dkwcheu0">Abernathy_2015</a></td>
<td><a href="Topic_10.html#cn7qo7hb">Richner_2011</a>, <a href="Topic_31.html#p3b4yk5d">Case_2017</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="iefu6hph";>509</th>
<td>Gaggar_2007</td>
<td>Identifying Functional Adenovirus-Host Interactions Using Tandem Mass Spectrometry</td>
<td>Gaggar, Anuj; Shayakhmetov, Dmitry; Lieber, André</td>
<td>2007</td>
<td>2007-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122420" target="_blank">PMC7122420</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17656781.0" target="_blank">17656781.0</a></td>
<td><a href="https://doi.org/10.1007/978-1-59745-277-9_11" target="_blank">10.1007/978-1-59745-277-9_11</a></td>
<td>iefu6hph</td>
<td>0.323508</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_26.html#cz42gvhy">Popescu_2011</a></td>
</tr>
<tr>
<th id="bcc0m53r";>510</th>
<td>Lidsky_2017</td>
<td>Variability in viral pathogenesis: modeling the dynamic of acute and persistent infections</td>
<td>Lidsky, Peter V; Andino, Raul; Rouzine, Igor M</td>
<td>2017</td>
<td>2017-04-30</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5695700" target="_blank">PMC5695700</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28551476.0" target="_blank">28551476.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2017.05.001" target="_blank">10.1016/j.coviro.2017.05.001</a></td>
<td>bcc0m53r</td>
<td>0.323440</td>
<td><a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_02.html#0c1qdjb5">Holmes_2007</a>, <a href="Topic_01.html#ivu4erpq">Castrignano_2015</a>, <a href="Topic_08.html#eap592i7">Lee_S_2003</a></td>
<td><a href="Topic_09.html#fbx0a4yl">Pipitone_2008</a>, <a href="Topic_40.html#mmg8jug2">Gaska_2015</a>, <a href="Topic_09.html#a4cb4lia">Jordan-Villegas_2010</a></td>
</tr>
<tr>
<th id="fsfer9ue";>511</th>
<td>Roman_1985</td>
<td>Revelation through exploitation: the viral model for intracellular traffic</td>
<td>Roman, Laura M.; Garoff, Henrik</td>
<td>1985</td>
<td>1985-11-30</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/0968-0004(85)90024-6" target="_blank">10.1016/0968-0004(85)90024-6</a></td>
<td>fsfer9ue</td>
<td>0.323440</td>
<td><a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#3wz7k4vy">Lenard_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_53.html#ert5e7fq">Mainou_2012</a>, <a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_26.html#1s6andwf">Hobman_1993</a></td>
</tr>
<tr>
<th id="bmok0jqa";>512</th>
<td>A_Abdullah_2018</td>
<td>Cyclophilin A as a target in the treatment of cytomegalovirus infections</td>
<td>A Abdullah, Ashwaq; Abdullah, Rasedee; A Nazariah, Zeenathul; N Balakrishnan, Krishnan; Firdaus J Abdullah, Faez; A Bala, Jamilu; Mohd-Lila, Mohd-Azmi</td>
<td>2018</td>
<td>2018-11-18</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6243413" target="_blank">PMC6243413</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30449131.0" target="_blank">30449131.0</a></td>
<td><a href="https://doi.org/10.1177/2040206618811413" target="_blank">10.1177/2040206618811413</a></td>
<td>bmok0jqa</td>
<td>0.323282</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_31.html#38bf0f1x">Sidhu_1996</a>, <a href="Topic_18.html#gxbrgy6g">Lee_C_2019</a>, <a href="Topic_10.html#8in6yuwf">Hopkins_2015</a></td>
</tr>
<tr>
<th id="nrq4ncdf";>513</th>
<td>Mlera_2014</td>
<td>The role of viral persistence in flavivirus biology</td>
<td>Mlera, Luwanika; Melik, Wessam; Bloom, Marshall E.</td>
<td>2014</td>
<td>2014-05-12</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4154581" target="_blank">PMC4154581</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24737600.0" target="_blank">24737600.0</a></td>
<td><a href="https://doi.org/10.1111/2049-632x.12178" target="_blank">10.1111/2049-632x.12178</a></td>
<td>nrq4ncdf</td>
<td>0.323045</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_18.html#luv23pm0">McDonagh_2011</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_31.html#p3b4yk5d">Case_2017</a></td>
</tr>
<tr>
<th id="elu8nvrv";>514</th>
<td>Alonso_2013</td>
<td>African swine fever virus-cell interactions: From virus entry to cell survival</td>
<td>Alonso, Covadonga; Galindo, Inmaculada; Cuesta-Geijo, Miguel Angel; Cabezas, Marta; Hernaez, Bruno; Muñoz-Moreno, Raquel</td>
<td>2013</td>
<td>2013-04-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7114420" target="_blank">PMC7114420</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23262167.0" target="_blank">23262167.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2012.12.006" target="_blank">10.1016/j.virusres.2012.12.006</a></td>
<td>elu8nvrv</td>
<td>0.323045</td>
<td><a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_26.html#zmqvh4r7">Weissenhorn_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a></td>
<td><a href="Topic_53.html#nn9gj0z1">Krzyzaniak_2013</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="jmjolo9p";>515</th>
<td>Pulliam_2009</td>
<td>Ability to replicate in the cytoplasm predicts zoonotic transmission of livestock viruses</td>
<td>Pulliam, Juliet R. C.; Dushoff, Jonathan</td>
<td>2009</td>
<td>2009-02-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7110041" target="_blank">PMC7110041</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19281304.0" target="_blank">19281304.0</a></td>
<td><a href="https://doi.org/10.1086/596510" target="_blank">10.1086/596510</a></td>
<td>jmjolo9p</td>
<td>0.323011</td>
<td><a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_10.html#y12cq60a">Grewelle_2020</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a></td>
<td><a href="Topic_45.html#lq12vg4z">Niemeyer_2018</a>, <a href="Topic_36.html#vg8bwed9">Haagmans_2009</a></td>
</tr>
<tr>
<th id="kfrp45sy";>516</th>
<td>Krulko_2009</td>
<td>Role of siRNAs and miRNAs in the processes of RNA-mediated gene silencing during viral infections</td>
<td>Krulko, I.; Ustyanenko, D.; Polischuk, V.</td>
<td>2009</td>
<td>2009-02-22</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7089099" target="_blank">PMC7089099</a></td>
<td></td>
<td><a href="https://doi.org/10.3103/s0095452709010113" target="_blank">10.3103/s0095452709010113</a></td>
<td>kfrp45sy</td>
<td>0.323011</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_37.html#ukag5xid">Ma_Y_2007</a>, <a href="Topic_37.html#c1kwd9d1">Rothe_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
</tr>
<tr>
<th id="4rj2agn2";>517</th>
<td>Chen_2017</td>
<td>Autophagy pathway induced by a plant virus facilitates viral spread and transmission by its insect vector</td>
<td>Chen, Yong; Chen, Qian; Li, Manman; Mao, Qianzhuo; Chen, Hongyan; Wu, Wei; Jia, Dongsheng; Wei, Taiyun</td>
<td>2017</td>
<td>2017-11-10</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5708841" target="_blank">PMC5708841</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29125860.0" target="_blank">29125860.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1006727" target="_blank">10.1371/journal.ppat.1006727</a></td>
<td>4rj2agn2</td>
<td>0.322954</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_25.html#uaaj66xq">Ding_2017</a>, <a href="Topic_25.html#fhdvcvi0">O'Donnell_2011</a>, <a href="Topic_25.html#90r3w9q0">Ávila-Pérez_2019</a>, <a href="Topic_25.html#2lgg0p32">Guo_L_2016</a></td>
</tr>
<tr>
<th id="d11ua0oh";>518</th>
<td>Kuhn_2004</td>
<td>What’s new in the renin-angiotensin system?: Angiotensin-converting enzyme 2: a functional receptor for SARS coronavirus</td>
<td>Kuhn, J. H.; Li, W.; Choe, H.; Farzan, M.</td>
<td>2004</td>
<td>2004-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7079798" target="_blank">PMC7079798</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15549175.0" target="_blank">15549175.0</a></td>
<td><a href="https://doi.org/10.1007/s00018-004-4242-5" target="_blank">10.1007/s00018-004-4242-5</a></td>
<td>d11ua0oh</td>
<td>0.322867</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a></td>
<td><a href="Topic_41.html#frft2h85">Guillon_2008</a>, <a href="Topic_62.html#xpqd9j5s">Haga_2010</a>, <a href="Topic_53.html#8ehpdwze">Du_L_2007</a></td>
</tr>
<tr>
<th id="o3ipzn05";>519</th>
<td>Onomoto_2014</td>
<td>Antiviral innate immunity and stress granule responses</td>
<td>Onomoto, Koji; Yoneyama, Mitsutoshi; Fung, Gabriel; Kato, Hiroki; Fujita, Takashi</td>
<td>2014</td>
<td>2014-09-30</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25153707.0" target="_blank">25153707.0</a></td>
<td><a href="https://doi.org/10.1016/j.it.2014.07.006" target="_blank">10.1016/j.it.2014.07.006</a></td>
<td>o3ipzn05</td>
<td>0.322519</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_31.html#lqz1v54q">Dixit_2013</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a></td>
<td><a href="Topic_08.html#qcjbtflt">Carrero_2013</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a></td>
</tr>
<tr>
<th id="tuycb244";>520</th>
<td>Pilosof_2019</td>
<td>The network structure and eco-evolutionary dynamics of CRISPR-induced immune diversification</td>
<td>Shai Pilosof; Sergio A. Alcala-Corona; Tong Wang; Ted Kim; Sergei Maslov; Rachel Whitaker; Mercedes Pascual</td>
<td>2019</td>
<td>2019-11-22</td>
<td>BioRxiv</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1101/850800" target="_blank">10.1101/850800</a></td>
<td>tuycb244</td>
<td>0.322519</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_02.html#0c1qdjb5">Holmes_2007</a>, <a href="Topic_10.html#44ecr3re">Rivas_2016</a></td>
<td><a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_02.html#aj352do0">Tibayrenc_2015</a>, <a href="Topic_31.html#92pzqj35">Terasaki_2016</a></td>
</tr>
<tr>
<th id="jempqbk6";>521</th>
<td>Caprari_2015</td>
<td>Sequence and Structure Analysis of Distantly-Related Viruses Reveals Extensive Gene Transfer between Viruses and Hosts and among Viruses</td>
<td>Caprari, Silvia; Metzler, Saskia; Lengauer, Thomas; Kalinina, Olga V.</td>
<td>2015</td>
<td>2015-10-19</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4632390" target="_blank">PMC4632390</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26492264.0" target="_blank">26492264.0</a></td>
<td><a href="https://doi.org/10.3390/v7102882" target="_blank">10.3390/v7102882</a></td>
<td>jempqbk6</td>
<td>0.321972</td>
<td><a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_45.html#r397r5zv">Odom_2009</a>, <a href="Topic_10.html#je6oe1h4">Auewarakul_2005</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#goidlh08">Walker_2011</a></td>
</tr>
<tr>
<th id="ibdbwwi4";>522</th>
<td>Raj_V_2014</td>
<td>Identification of Protein Receptors for Coronaviruses by Mass Spectrometry</td>
<td>Raj, V. Stalin; Lamers, Mart M.; Smits, Saskia L.; Demmers, Jeroen A. A.; Mou, Huihui; Bosch, Berend-Jan; Haagmans, Bart L.</td>
<td>2014</td>
<td>2014-12-18</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7121102" target="_blank">PMC7121102</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25720480.0" target="_blank">25720480.0</a></td>
<td><a href="https://doi.org/10.1007/978-1-4939-2438-7_15" target="_blank">10.1007/978-1-4939-2438-7_15</a></td>
<td>ibdbwwi4</td>
<td>0.321747</td>
<td><a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#u8b5sccq">Kindler_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#yfznqya6">Rott_1987</a></td>
</tr>
<tr>
<th id="xjspi65a";>523</th>
<td>Fossum_2009</td>
<td>Evolutionarily Conserved Herpesviral Protein Interaction Networks</td>
<td>Fossum, Even; Friedel, Caroline C.; Rajagopala, Seesandra V.; Titz, Björn; Baiker, Armin; Schmidt, Tina; Kraus, Theo; Stellberger, Thorsten; Rutenberg, Christiane; Suthram, Silpa; Bandyopadhyay, Sourav; Rose, Dietlind; von Brunn, Albrecht; Uhlmann, Mareike; Zeretzke, Christine; Dong, Yu-An; Boulet, Hélène; Koegl, Manfred; Bailer, Susanne M.; Koszinowski, Ulrich; Ideker, Trey; Uetz, Peter; Zimmer, Ralf; Haas, Jürgen</td>
<td>2009</td>
<td>2009-09-04</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2731838" target="_blank">PMC2731838</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19730696.0" target="_blank">19730696.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1000570" target="_blank">10.1371/journal.ppat.1000570</a></td>
<td>xjspi65a</td>
<td>0.321620</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_21.html#ov92qh6h">Nowak_1984</a></td>
</tr>
<tr>
<th id="wsqc5rwp";>524</th>
<td>Royall_2015</td>
<td>Murine Norovirus 1 (MNV1) Replication Induces Translational Control of the Host by Regulating eIF4E Activity during Infection</td>
<td>Royall, Elizabeth; Doyle, Nicole; Abdul-Wahab, Azimah; Emmott, Ed; Morley, Simon J.; Goodfellow, Ian; Roberts, Lisa O.; Locker, Nicolas</td>
<td>2015</td>
<td>2015-02-20</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4335213" target="_blank">PMC4335213</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25561727.0" target="_blank">25561727.0</a></td>
<td><a href="https://doi.org/10.1074/jbc.m114.602649" target="_blank">10.1074/jbc.m114.602649</a></td>
<td>wsqc5rwp</td>
<td>0.321347</td>
<td><a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a>, <a href="Topic_25.html#y5gmlsi1">Kumar_2016</a></td>
<td><a href="Topic_21.html#tkfozwpf">Sasvari_2011</a></td>
</tr>
<tr>
<th id="9xjzb13v";>525</th>
<td>Kotton_2008</td>
<td>Organ Transplantation, Risks</td>
<td>Kotton, C.N.; Kuehnert, M.J.; Fishman, J.A.</td>
<td>2008</td>
<td>2008-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-012374410-4.00556-2" target="_blank">10.1016/b978-012374410-4.00556-2</a></td>
<td>9xjzb13v</td>
<td>0.321095</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_13.html#c22mytwr">Brucker_2020</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_15.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_08.html#s16po29r">Bergmann_2006</a></td>
<td><a href="Topic_75.html#pge45105">Kotton_2015</a>, <a href="Topic_33.html#bej10xbf">Lum_L_2018</a>, <a href="Topic_75.html#apho6ykl">Cukuranovic_2012</a>, <a href="Topic_75.html#4mg0ojro">Leen_2014</a></td>
</tr>
<tr>
<th id="p0l1kv6n";>526</th>
<td>Bergmann_1999</td>
<td>Proteolytic Enzymes of the Viruses of the Family Picornaviridae</td>
<td>Bergmann, Ernst M.; James, Michael N.G.</td>
<td>1999</td>
<td>1999-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-012420510-9/50032-6" target="_blank">10.1016/b978-012420510-9/50032-6</a></td>
<td>p0l1kv6n</td>
<td>0.320649</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_07.html#kixzxs68">Naito_2007</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a></td>
<td><a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_16.html#nqz4co2b">Pastorino_2008</a></td>
</tr>
<tr>
<th id="x27crdjj";>527</th>
<td>Lin_L_2010</td>
<td>Viral interactions with macroautophagy: A double-edged sword</td>
<td>Lin, Liang-Tzung; Dawson, Paul W.H.; Richardson, Christopher D.</td>
<td>2010</td>
<td>2010-06-20</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7111941" target="_blank">PMC7111941</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/20413139.0" target="_blank">20413139.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2010.03.026" target="_blank">10.1016/j.virol.2010.03.026</a></td>
<td>x27crdjj</td>
<td>0.320649</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a></td>
<td><a href="Topic_08.html#on3cnr8i">Espert_2007</a>, <a href="Topic_10.html#kmiybuxu">Huang_2019</a></td>
</tr>
<tr>
<th id="uwez578q";>528</th>
<td>Lee_J_2019</td>
<td>Advances in Zika Virus–Host Cell Interaction: Current Knowledge and Future Perspectives</td>
<td>Lee, Jae Kyung; Shin, Ok Sarah</td>
<td>2019</td>
<td>2019-03-04</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6429326" target="_blank">PMC6429326</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30836648.0" target="_blank">30836648.0</a></td>
<td><a href="https://doi.org/10.3390/ijms20051101" target="_blank">10.3390/ijms20051101</a></td>
<td>uwez578q</td>
<td>0.320649</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_72.html#tq0f6d01">Weaver_2004</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a>, <a href="Topic_13.html#c22mytwr">Brucker_2020</a></td>
<td><a href="Topic_40.html#vy4x8a1a">Mattocks_2019</a>, <a href="Topic_18.html#db79kb5c">Park_2019</a>, <a href="Topic_08.html#ymd5zt37">Martinez_2012</a>, <a href="Topic_40.html#oti9btqp">Muthumani_2016</a></td>
</tr>
<tr>
<th id="fhdvcvi0";>529</th>
<td>O'Donnell_2011</td>
<td>Foot-and-mouth disease virus utilizes an autophagic pathway during viral replication</td>
<td>O'Donnell, Vivian; Pacheco, Juan M.; LaRocco, Michael; Burrage, Tom; Jackson, William; Rodriguez, Luis L.; Borca, Manuel V.; Baxt, Barry</td>
<td>2011</td>
<td>2011-02-05</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7126820" target="_blank">PMC7126820</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21112602.0" target="_blank">21112602.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2010.10.042" target="_blank">10.1016/j.virol.2010.10.042</a></td>
<td>fhdvcvi0</td>
<td>0.320269</td>
<td><a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_25.html#uaaj66xq">Ding_2017</a></td>
</tr>
<tr>
<th id="q5ijvpt8";>530</th>
<td>Zlotnick_2011</td>
<td>Virus assembly, allostery and antivirals</td>
<td>Zlotnick, Adam; Mukhopadhyay, Suchetana</td>
<td>2011</td>
<td>2011-01-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3026312" target="_blank">PMC3026312</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21163649.0" target="_blank">21163649.0</a></td>
<td><a href="https://doi.org/10.1016/j.tim.2010.11.003" target="_blank">10.1016/j.tim.2010.11.003</a></td>
<td>q5ijvpt8</td>
<td>0.319818</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a>, <a href="Topic_10.html#qhx330ig">Nieva_2012</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="0spmy8vn";>531</th>
<td>Mazalovska_2018</td>
<td>Lectins as Promising Therapeutics for the Prevention and Treatment of HIV and Other Potential Coinfections</td>
<td>Mazalovska, Milena; Kouokam, J. Calvin</td>
<td>2018</td>
<td>2018-05-08</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5964492" target="_blank">PMC5964492</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29854749.0" target="_blank">29854749.0</a></td>
<td><a href="https://doi.org/10.1155/2018/3750646" target="_blank">10.1155/2018/3750646</a></td>
<td>0spmy8vn</td>
<td>0.319435</td>
<td><a href="Topic_13.html#c22mytwr">Brucker_2020</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#ali14j7x">Wisskirchen_2014</a>, <a href="Topic_15.html#z2u5frvq">Montefiori_2007</a></td>
<td><a href="Topic_18.html#gxbrgy6g">Lee_C_2019</a>, <a href="Topic_41.html#tlu7gtg3">Huskens_2012</a>, <a href="Topic_18.html#qhhdjgeq">Zhu_X_2015</a>, <a href="Topic_18.html#ydclax3n">Lusvarghi_2016</a></td>
</tr>
<tr>
<th id="9dyh8bj2";>532</th>
<td>PUMFERY_2008</td>
<td>Chapter 15 Proteomics of viruses</td>
<td>PUMFERY, ANNE; BERRO, REEM; KASHANCHI, FATAH</td>
<td>2008</td>
<td>2008-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-044451980-1.50017-3" target="_blank">10.1016/b978-044451980-1.50017-3</a></td>
<td>9dyh8bj2</td>
<td>0.319340</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_41.html#wirslnld">Henmi_2005</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a></td>
</tr>
<tr>
<th id="t21l6i3f";>533</th>
<td>Kovalev_2014</td>
<td>The Expanding Functions of Cellular Helicases: The Tombusvirus RNA Replication Enhancer Co-opts the Plant eIF4AIII-Like AtRH2 and the DDX5-Like AtRH5 DEAD-Box RNA Helicases to Promote Viral Asymmetric RNA Replication</td>
<td>Kovalev, Nikolay; Nagy, Peter D.</td>
<td>2014</td>
<td>2014-04-17</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3990711" target="_blank">PMC3990711</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24743583.0" target="_blank">24743583.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1004051" target="_blank">10.1371/journal.ppat.1004051</a></td>
<td>t21l6i3f</td>
<td>0.319292</td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#zpk3gjwo">Li_Z_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#06qfbvlr">Li_Z_2009</a></td>
</tr>
<tr>
<th id="p56v8wi1";>534</th>
<td>Bigot_2008</td>
<td>Molecular evidence for the evolution of ichnoviruses from ascoviruses by symbiogenesis</td>
<td>Bigot, Yves; Samain, Sylvie; Augé-Gouillou, Corinne; Federici, Brian A</td>
<td>2008</td>
<td>2008-09-18</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2567993" target="_blank">PMC2567993</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18801176.0" target="_blank">18801176.0</a></td>
<td><a href="https://doi.org/10.1186/1471-2148-8-253" target="_blank">10.1186/1471-2148-8-253</a></td>
<td>p56v8wi1</td>
<td>0.318643</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a></td>
<td><a href="Topic_36.html#5fhnpicf">Neves_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_37.html#61659cfq">Carmo_2012</a>, <a href="Topic_10.html#goidlh08">Walker_2011</a></td>
</tr>
<tr>
<th id="84tvi1gb";>535</th>
<td>Warren_2019</td>
<td>How host genetics dictates successful viral zoonosis</td>
<td>Warren, Cody J.; Sawyer, Sara L.</td>
<td>2019</td>
<td>2019-04-19</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6474636" target="_blank">PMC6474636</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31002666.0" target="_blank">31002666.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pbio.3000217" target="_blank">10.1371/journal.pbio.3000217</a></td>
<td>84tvi1gb</td>
<td>0.318039</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a>, <a href="Topic_30.html#k9skma4k">Karlsson_2012</a>, <a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_10.html#y12cq60a">Grewelle_2020</a></td>
<td><a href="Topic_36.html#urwpow4n">Kreuder_Johnson_2015</a>, <a href="Topic_36.html#lz1wicjo">Wille_2017</a>, <a href="Topic_45.html#x9bxnrtn">Wu_Z_2018</a>, <a href="Topic_31.html#p3b4yk5d">Case_2017</a></td>
</tr>
<tr>
<th id="4q52p1pd";>536</th>
<td>Marsh_1997</td>
<td>Roles for endocytosis in lentiviral replication</td>
<td>Marsh, Mark; Pelchen-Matthews, Annegret; Hoxie, James A.</td>
<td>1997</td>
<td>1997-01-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/s0962-8924(97)20038-3" target="_blank">10.1016/s0962-8924(97)20038-3</a></td>
<td>4q52p1pd</td>
<td>0.317733</td>
<td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_05.html#d9zmdm23">Crowe_2014</a></td>
<td><a href="Topic_10.html#zdr0f2uq">Watanabe_2019</a>, <a href="Topic_10.html#q78ujqcs">Veiga_2006</a></td>
</tr>
<tr>
<th id="2s9iy68l";>537</th>
<td>Thai_2008</td>
<td>Structural, Biochemical, and in Vivo Characterization of the First Virally Encoded Cyclophilin from the Mimivirus</td>
<td>Thai, Vu; Renesto, Patricia; Fowler, C. Andrew; Brown, Darin J.; Davis, Tara; Gu, Wanjun; Pollock, David D.; Kern, Dorothee; Raoult, Didier; Eisenmesser, Elan Z.</td>
<td>2008</td>
<td>2008-04-18</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2884007" target="_blank">PMC2884007</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/18342330.0" target="_blank">18342330.0</a></td>
<td><a href="https://doi.org/10.1016/j.jmb.2007.08.051" target="_blank">10.1016/j.jmb.2007.08.051</a></td>
<td>2s9iy68l</td>
<td>0.317100</td>
<td><a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_31.html#l3qp0n9f">Deng_2019</a></td>
</tr>
<tr>
<th id="avd20f45";>538</th>
<td>Miller_2006</td>
<td>Long-Distance RNA-RNA Interactions in Plant Virus Gene Expression and Replication</td>
<td>Miller, W. Allen; White, K. Andrew</td>
<td>2006</td>
<td>2006-09-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1894749" target="_blank">PMC1894749</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/16704356.0" target="_blank">16704356.0</a></td>
<td><a href="https://doi.org/10.1146/annurev.phyto.44.070505.143353" target="_blank">10.1146/annurev.phyto.44.070505.143353</a></td>
<td>avd20f45</td>
<td>0.316075</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_21.html#35xqgbut">Bhullar_2014</a>, <a href="Topic_10.html#tx5ff5gk">Wu_B_2009</a></td>
</tr>
<tr>
<th id="t20z4mtt";>539</th>
<td>Sheng_2004</td>
<td>Mutations in the IGF-II pathway that confer resistance to lytic reovirus infection</td>
<td>Sheng, Jinsong; Organ, Edward L; Hao, Chuanming; Wells, K Sam; Ruley, H Earl; Rubin, Donald H</td>
<td>2004</td>
<td>2004-08-27</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC517494" target="_blank">PMC517494</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15333144.0" target="_blank">15333144.0</a></td>
<td><a href="https://doi.org/10.1186/1471-2121-5-32" target="_blank">10.1186/1471-2121-5-32</a></td>
<td>t20z4mtt</td>
<td>0.315365</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a></td>
</tr>
<tr>
<th id="wk1rg58s";>540</th>
<td>Moelling_2019</td>
<td>Viruses and Evolution – Viruses First? A Personal Perspective</td>
<td>Moelling, Karin; Broecker, Felix</td>
<td>2019</td>
<td>2019-03-19</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6433886" target="_blank">PMC6433886</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30941110.0" target="_blank">30941110.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2019.00523" target="_blank">10.3389/fmicb.2019.00523</a></td>
<td>wk1rg58s</td>
<td>0.315255</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a>, <a href="Topic_04.html#9ud7y3mq">Mack_2007</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a></td>
<td><a href="Topic_10.html#kjyuxc3g">Koonin_2013</a>, <a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_10.html#goidlh08">Walker_2011</a></td>
</tr>
<tr>
<th id="39rbo0f9";>541</th>
<td>Gancarz_2011</td>
<td>Systematic Identification of Novel, Essential Host Genes Affecting Bromovirus RNA Replication</td>
<td>Gancarz, Brandi L.; Hao, Linhui; He, Qiuling; Newton, Michael A.; Ahlquist, Paul</td>
<td>2011</td>
<td>2011-08-22</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3161824" target="_blank">PMC3161824</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21915247.0" target="_blank">21915247.0</a></td>
<td><a href="https://doi.org/10.1371/journal.pone.0023988" target="_blank">10.1371/journal.pone.0023988</a></td>
<td>39rbo0f9</td>
<td>0.315136</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td></td>
</tr>
<tr>
<th id="rbhr1qso";>542</th>
<td>Besson_2019</td>
<td>Kinome-Wide RNA Interference Screening Identifies Mitogen-Activated Protein Kinases and Phosphatidylinositol Metabolism as Key Factors for Rabies Virus Infection</td>
<td>Besson, Benoit; Kim, Seonhee; Kim, Taehee; Ko, Yoonae; Lee, Sangchul; Larrous, Florence; Song, Jihwan; Shum, David; Grailhe, Regis; Bourhy, Hervé</td>
<td>2019</td>
<td>2019-05-22</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6531879" target="_blank">PMC6531879</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31118297.0" target="_blank">31118297.0</a></td>
<td><a href="https://doi.org/10.1128/msphere.00047-19" target="_blank">10.1128/msphere.00047-19</a></td>
<td>rbhr1qso</td>
<td>0.314941</td>
<td><a href="Topic_25.html#y5gmlsi1">Kumar_2016</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a></td>
<td><a href="Topic_21.html#06qfbvlr">Li_Z_2009</a></td>
</tr>
<tr>
<th id="w39f584z";>543</th>
<td>Pombo_2018</td>
<td>Perturbation of Intracellular Cholesterol and Fatty Acid Homeostasis During Flavivirus Infections</td>
<td>Pombo, Joao Palma; Sanyal, Sumana</td>
<td>2018</td>
<td>2018-06-04</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5994796" target="_blank">PMC5994796</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29915602.0" target="_blank">29915602.0</a></td>
<td><a href="https://doi.org/10.3389/fimmu.2018.01276" target="_blank">10.3389/fimmu.2018.01276</a></td>
<td>w39f584z</td>
<td>0.314913</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_74.html#36hiiw91">Keshavarz_2020</a>, <a href="Topic_10.html#u46xryoo">Mingorance_2018</a></td>
</tr>
<tr>
<th id="49360l2a";>544</th>
<td>Nasir_2015</td>
<td>A phylogenomic data-driven exploration of viral origins and evolution</td>
<td>Nasir, Arshan; Caetano-Anollés, Gustavo</td>
<td>2015</td>
<td>2015-09-25</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4643759" target="_blank">PMC4643759</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26601271.0" target="_blank">26601271.0</a></td>
<td><a href="https://doi.org/10.1126/sciadv.1500527" target="_blank">10.1126/sciadv.1500527</a></td>
<td>49360l2a</td>
<td>0.314275</td>
<td><a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a></td>
<td><a href="Topic_10.html#f3g3ek5u">Rodríguez_2020</a>, <a href="Topic_02.html#aj352do0">Tibayrenc_2015</a>, <a href="Topic_10.html#12dee0lv">Malik_2017</a></td>
</tr>
<tr>
<th id="qepe7pjd";>545</th>
<td>Zhao_2019</td>
<td>Human Neonatal Fc Receptor Is the Cellular Uncoating Receptor for Enterovirus B</td>
<td>Zhao, Xin; Zhang, Guigen; Liu, Sheng; Chen, Xiangpeng; Peng, Ruchao; Dai, Lianpan; Qu, Xiao; Li, Shihua; Song, Hao; Gao, Zhengrong; Yuan, Pengfei; Liu, Zhiheng; Li, Changyao; Shang, Zifang; Li, Yan; Zhang, Meifan; Qi, Jianxun; Wang, Han; Du, Ning; Wu, Yan; Bi, Yuhai; Gao, Shan; Shi, Yi; Yan, Jinghua; Zhang, Yong; Xie, Zhengde; Wei, Wensheng; Gao, George F.</td>
<td>2019</td>
<td>2019-05-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7111318" target="_blank">PMC7111318</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31104841.0" target="_blank">31104841.0</a></td>
<td><a href="https://doi.org/10.1016/j.cell.2019.04.035" target="_blank">10.1016/j.cell.2019.04.035</a></td>
<td>qepe7pjd</td>
<td>0.313993</td>
<td><a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_23.html#xqxu5r9w">Oleszak_1990</a>, <a href="Topic_53.html#9febe79d">Wang_2016</a></td>
</tr>
<tr>
<th id="zaeg1ujv";>546</th>
<td>Papa_2019</td>
<td>Recombinant Rotaviruses Rescued by Reverse Genetics Reveal the Role of NSP5 Hyperphosphorylation in the Assembly of Viral Factories</td>
<td>Papa, Guido; Venditti, Luca; Arnoldi, Francesca; Schraner, Elisabeth M.; Potgieter, Christiaan; Borodavka, Alexander; Eichwald, Catherine; Burrone, Oscar R.</td>
<td>2019</td>
<td>2019-12-12</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6912106" target="_blank">PMC6912106</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31619556.0" target="_blank">31619556.0</a></td>
<td><a href="https://doi.org/10.1128/jvi.01110-19" target="_blank">10.1128/jvi.01110-19</a></td>
<td>zaeg1ujv</td>
<td>0.313601</td>
<td><a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#wwkdum94">Li_C_2014</a></td>
<td><a href="Topic_10.html#1xdrd4dd">Papa_2019</a>, <a href="Topic_21.html#tgpsu4qz">Brockway_2005</a></td>
</tr>
<tr>
<th id="629kl04a";>547</th>
<td>Bahir_2009</td>
<td>Viral adaptation to host: a proteome-based analysis of codon usage and amino acid preferences</td>
<td>Bahir, Iris; Fromer, Menachem; Prat, Yosef; Linial, Michal</td>
<td>2009</td>
<td>2009-10-13</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2779085" target="_blank">PMC2779085</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19888206.0" target="_blank">19888206.0</a></td>
<td><a href="https://doi.org/10.1038/msb.2009.71" target="_blank">10.1038/msb.2009.71</a></td>
<td>629kl04a</td>
<td>0.313407</td>
<td><a href="Topic_10.html#qdy29oym">Denison_2008</a>, <a href="Topic_45.html#vd242w2o">Sawyer_2012</a>, <a href="Topic_45.html#zlq4hucn">Longdon_2018</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_07.html#z9p1ylsr">Sheikh_2020</a>, <a href="Topic_61.html#wgeuh1i2">Tian_2018</a>, <a href="Topic_45.html#zlq4hucn">Longdon_2018</a></td>
</tr>
<tr>
<th id="w7x1dkds";>548</th>
<td>Zhao_2019</td>
<td>IFITM Genes, Variants, and Their Roles in the Control and Pathogenesis of Viral Infections</td>
<td>Zhao, Xuesen; Li, Jiarui; Winkler, Cheryl A.; An, Ping; Guo, Ju-Tao</td>
<td>2019</td>
<td>2019-01-08</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6338058" target="_blank">PMC6338058</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30687247.0" target="_blank">30687247.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2018.03228" target="_blank">10.3389/fmicb.2018.03228</a></td>
<td>w7x1dkds</td>
<td>0.313186</td>
<td><a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_53.html#tibtngy8">Muñoz-Moreno_2016</a>, <a href="Topic_10.html#1kuggdzj">Neufeldt_2016</a></td>
</tr>
<tr>
<th id="koo0d6g9";>549</th>
<td>Comas-Garcia_2019</td>
<td>Packaging of Genomic RNA in Positive-Sense Single-Stranded RNA Viruses: A Complex Story</td>
<td>Comas-Garcia, Mauricio</td>
<td>2019</td>
<td>2019-03-13</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6466141" target="_blank">PMC6466141</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30871184.0" target="_blank">30871184.0</a></td>
<td><a href="https://doi.org/10.3390/v11030253" target="_blank">10.3390/v11030253</a></td>
<td>koo0d6g9</td>
<td>0.312785</td>
<td><a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#tx5ff5gk">Wu_B_2009</a></td>
<td><a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="9bvyp21d";>550</th>
<td>Gerold_2016</td>
<td>Decoding protein networks during virus entry by quantitative proteomics</td>
<td>Gerold, Gisa; Bruening, Janina; Pietschmann, Thomas</td>
<td>2016</td>
<td>2016-06-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4914609" target="_blank">PMC4914609</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26365680.0" target="_blank">26365680.0</a></td>
<td><a href="https://doi.org/10.1016/j.virusres.2015.09.006" target="_blank">10.1016/j.virusres.2015.09.006</a></td>
<td>9bvyp21d</td>
<td>0.312714</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#rg45m42j">Tessier_2019</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_10.html#0e9lonq4">Cullen_2009</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#lpbma80s">Vigerust_2011</a>, <a href="Topic_26.html#cz42gvhy">Popescu_2011</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a></td>
</tr>
<tr>
<th id="v6uc0ijw";>551</th>
<td>Girardi_2013</td>
<td>Identification of RNase L-Dependent, 3′-End-Modified, Viral Small RNAs in Sindbis Virus-Infected Mammalian Cells</td>
<td>Girardi, Erika; Chane-Woon-Ming, Béatrice; Messmer, Mélanie; Kaukinen, Pasi; Pfeffer, Sébastien</td>
<td>2013</td>
<td>2013-11-19</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3870239" target="_blank">PMC3870239</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24255120.0" target="_blank">24255120.0</a></td>
<td><a href="https://doi.org/10.1128/mbio.00698-13" target="_blank">10.1128/mbio.00698-13</a></td>
<td>v6uc0ijw</td>
<td>0.312671</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a></td>
<td><a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="j2bb6eq8";>552</th>
<td>Mao_J_2019</td>
<td>Autophagy and Viral Infection</td>
<td>Mao, Jingrong; Lin, Eena; He, Lian; Yu, Jiaming; Tan, Peng; Zhou, Yubin</td>
<td>2019</td>
<td>2019-11-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122562" target="_blank">PMC7122562</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31728865.0" target="_blank">31728865.0</a></td>
<td><a href="https://doi.org/10.1007/978-981-15-0606-2_5" target="_blank">10.1007/978-981-15-0606-2_5</a></td>
<td>j2bb6eq8</td>
<td>0.312123</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a></td>
<td><a href="Topic_08.html#7upksc9f">Lee_H_2008</a>, <a href="Topic_08.html#hb0kjnhp">Choi_2018</a>, <a href="Topic_08.html#032utjfh">Shoji-Kawata_2009</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a></td>
</tr>
<tr>
<th id="5q8q3zt3";>553</th>
<td>Huang_2019</td>
<td>Molecular Basis of the Differentiation and Function of Virus Specific Follicular Helper CD4(+) T Cells</td>
<td>Huang, Qizhao; Hu, Jianjun; Tang, Jianfang; Xu, Lifan; Ye, Lilin</td>
<td>2019</td>
<td>2019-02-15</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6384271" target="_blank">PMC6384271</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30828337.0" target="_blank">30828337.0</a></td>
<td><a href="https://doi.org/10.3389/fimmu.2019.00249" target="_blank">10.3389/fimmu.2019.00249</a></td>
<td>5q8q3zt3</td>
<td>0.311925</td>
<td><a href="Topic_33.html#uhg2bzlf">Hansen_2018</a>, <a href="Topic_33.html#742r5m9s">Kolls_2012</a>, <a href="Topic_33.html#kdfl6yfo">Koch_2012</a>, <a href="Topic_33.html#k751ryv4">Zhao_2011</a></td>
<td><a href="Topic_33.html#qq73gr9y">Anson_2016</a>, <a href="Topic_33.html#5b4yji8n">Yamaguchi_1991</a></td>
</tr>
<tr>
<th id="zlq4hucn";>554</th>
<td>Longdon_2018</td>
<td>Host shifts result in parallel genetic changes when viruses evolve in closely related species</td>
<td>Longdon, Ben; Day, Jonathan P.; Alves, Joel M.; Smith, Sophia C. L.; Houslay, Thomas M.; McGonigle, John E.; Tagliaferri, Lucia; Jiggins, Francis M.</td>
<td>2018</td>
<td>2018-04-12</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5897010" target="_blank">PMC5897010</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29649296.0" target="_blank">29649296.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1006951" target="_blank">10.1371/journal.ppat.1006951</a></td>
<td>zlq4hucn</td>
<td>0.310947</td>
<td><a href="Topic_45.html#ithoxu6k">Longdon_2017</a>, <a href="Topic_10.html#629kl04a">Bahir_2009</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_45.html#yqc8r3ll">Luis_2015</a></td>
<td><a href="Topic_45.html#ithoxu6k">Longdon_2017</a>, <a href="Topic_02.html#zfl7pb4t">Longdon_2014</a>, <a href="Topic_10.html#avkequza">Webby_2004</a>, <a href="Topic_36.html#ts91ivwf">Becker_2019</a></td>
</tr>
<tr>
<th id="9q1rt8i7";>555</th>
<td>Hussein_2015</td>
<td>Beyond RGD: virus interactions with integrins</td>
<td>Hussein, Hosni A. M.; Walker, Lia R.; Abdel-Raouf, Usama M.; Desouky, Sayed A.; Montasser, Abdel Khalek M.; Akula, Shaw M.</td>
<td>2015</td>
<td>2015-09-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7086847" target="_blank">PMC7086847</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26321473.0" target="_blank">26321473.0</a></td>
<td><a href="https://doi.org/10.1007/s00705-015-2579-8" target="_blank">10.1007/s00705-015-2579-8</a></td>
<td>9q1rt8i7</td>
<td>0.310291</td>
<td><a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_08.html#rhkocfx4">Bermejo-Jambrina_2018</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_16.html#ov1f1uyt">Ivarsson_2012</a>, <a href="Topic_08.html#gxe3kwtu">Leung_2012</a></td>
<td><a href="Topic_41.html#g8l23gr8">Bartlett_2011</a>, <a href="Topic_53.html#vwuiqkw3">Beer_2007</a></td>
</tr>
<tr>
<th id="wfptxfzs";>556</th>
<td>Münk_2011</td>
<td>Systems-Biology Approaches to Discover Anti-Viral Effectors of the Human Innate Immune Response</td>
<td>Münk, Carsten; Sommer, Andreas F.R.; König, Renate</td>
<td>2011</td>
<td>2011-07-11</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3185791" target="_blank">PMC3185791</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21994773.0" target="_blank">21994773.0</a></td>
<td><a href="https://doi.org/10.3390/v3071112" target="_blank">10.3390/v3071112</a></td>
<td>wfptxfzs</td>
<td>0.309979</td>
<td><a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_15.html#z2u5frvq">Montefiori_2007</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_08.html#mdmia0iw">Ma_D_2015</a></td>
<td><a href="Topic_10.html#xy59hlr9">Müller_2009</a>, <a href="Topic_31.html#u41udwh8">Rajsbaum_2013</a></td>
</tr>
<tr>
<th id="arz8r204";>557</th>
<td>Federico_2011</td>
<td>HIV-protease inhibitors block the replication of both vesicular stomatitis and influenza viruses at an early post-entry replication step</td>
<td>Federico, Maurizio</td>
<td>2011</td>
<td>2011-08-15</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7111985" target="_blank">PMC7111985</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21620431.0" target="_blank">21620431.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2011.05.002" target="_blank">10.1016/j.virol.2011.05.002</a></td>
<td>arz8r204</td>
<td>0.309852</td>
<td><a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_20.html#7soclp7j">Van_der_Gucht_2017</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_10.html#55ceq7ze">Magden_2004</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a></td>
</tr>
<tr>
<th id="zsa23vhy";>558</th>
<td>Amaya_2014</td>
<td>The role of the IKK complex in viral infections</td>
<td>Amaya, Moushimi; Keck, Forrest; Bailey, Charles; Narayanan, Aarthi</td>
<td>2014</td>
<td>2014-10-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108545" target="_blank">PMC7108545</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25082354.0" target="_blank">25082354.0</a></td>
<td><a href="https://doi.org/10.1111/2049-632x.12210" target="_blank">10.1111/2049-632x.12210</a></td>
<td>zsa23vhy</td>
<td>0.309168</td>
<td><a href="Topic_08.html#sl71djzb">Postigo_2009</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_31.html#tgexahwd">van_Tol_2017</a>, <a href="Topic_08.html#lbe594up">Hiscott_2006</a></td>
</tr>
<tr>
<th id="641pmd1d";>559</th>
<td>Zhang_2017</td>
<td>Viral Phylogenomics Using an Alignment-Free Method: A Three-Step Approach to Determine Optimal Length of k-mer</td>
<td>Zhang, Qian; Jun, Se-Ran; Leuze, Michael; Ussery, David; Nookaew, Intawat</td>
<td>2017</td>
<td>2017-01-19</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5244389" target="_blank">PMC5244389</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28102365.0" target="_blank">28102365.0</a></td>
<td><a href="https://doi.org/10.1038/srep40712" target="_blank">10.1038/srep40712</a></td>
<td>641pmd1d</td>
<td>0.309027</td>
<td><a href="Topic_07.html#1ef1cxc8">Chang_2011</a>, <a href="Topic_17.html#tg06vxza">Cheng_2013</a>, <a href="Topic_17.html#g6obo798">Zheng_2008</a>, <a href="Topic_17.html#t1e0tr4w">Lee_C_2017</a></td>
<td><a href="Topic_45.html#1a9u53za">Shabman_2016</a>, <a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_21.html#5rovh1xf">Godeny_1990</a>, <a href="Topic_21.html#x2w73spd">Goldberg_1991</a></td>
</tr>
<tr>
<th id="0xvfis28";>560</th>
<td>Josset_2014</td>
<td>Noncoding RNA Expression During Viral Infection: The Long and the Short of It</td>
<td>Josset, Laurence; Tisoncik-Go, Jennifer; Katze, Michael G.</td>
<td>2014</td>
<td>2014-11-05</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7123390" target="_blank">PMC7123390</a></td>
<td></td>
<td><a href="https://doi.org/10.1007/978-3-319-13689-9_6" target="_blank">10.1007/978-3-319-13689-9_6</a></td>
<td>0xvfis28</td>
<td>0.308805</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_08.html#hntb1734">Lester_2014</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a></td>
<td><a href="Topic_34.html#er3kkn9m">Trypsteen_2016</a>, <a href="Topic_10.html#ebhh3jb4">Lamsisi_2020</a>, <a href="Topic_31.html#pdfs6ojs">Narayanan_2015</a></td>
</tr>
<tr>
<th id="vwfk96we";>561</th>
<td>Heaton_2019</td>
<td>Harnessing host–virus evolution in antiviral therapy and immunotherapy</td>
<td>Heaton, Steven M</td>
<td>2019</td>
<td>2019-07-08</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6613463" target="_blank">PMC6613463</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/31312450.0" target="_blank">31312450.0</a></td>
<td><a href="https://doi.org/10.1002/cti2.1067" target="_blank">10.1002/cti2.1067</a></td>
<td>vwfk96we</td>
<td>0.308564</td>
<td><a href="Topic_01.html#vnynbijl">Conzelmann_1996</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_01.html#qhgvf35j">UNKNOWN_2004</a>, <a href="Topic_13.html#v7xeubps">Gupta_2009</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a></td>
<td><a href="Topic_10.html#xy59hlr9">Müller_2009</a>, <a href="Topic_01.html#0552df7s">Arbuthnot_2015</a>, <a href="Topic_01.html#zvop8bxh">Leonard_2005</a></td>
</tr>
<tr>
<th id="4ouhdjsr";>562</th>
<td>Semrad_2010</td>
<td>Proteins with RNA Chaperone Activity: A World of Diverse Proteins with a Common Task—Impediment of RNA Misfolding</td>
<td>Semrad, Katharina</td>
<td>2010</td>
<td>2010-12-26</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017892" target="_blank">PMC3017892</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/21234377.0" target="_blank">21234377.0</a></td>
<td><a href="https://doi.org/10.1155/2011/532908" target="_blank">10.1155/2011/532908</a></td>
<td>4ouhdjsr</td>
<td>0.308048</td>
<td><a href="Topic_31.html#ifla4aix">Choudhury_2017</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_21.html#wo462anq">Xia_H_2015</a>, <a href="Topic_10.html#nhiyibr1">Yang_2015</a>, <a href="Topic_16.html#vhsipxs7">Järvelin_2016</a></td>
</tr>
<tr>
<th id="chh8a4sr";>563</th>
<td>McFadden_2005</td>
<td>POXVIRUS TROPISM</td>
<td>McFadden, Grant</td>
<td>2005</td>
<td>2005-03-01</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4382915" target="_blank">PMC4382915</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15738948.0" target="_blank">15738948.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro1099" target="_blank">10.1038/nrmicro1099</a></td>
<td>chh8a4sr</td>
<td>0.307997</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_13.html#c22mytwr">Brucker_2020</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_13.html#fqqnkjed">Fauci_2006</a></td>
<td><a href="Topic_07.html#thsq6pnk">Lachheb_2019</a>, <a href="Topic_01.html#rfw8njpo">Olsen_1993</a></td>
</tr>
<tr>
<th id="dvqo658c";>564</th>
<td>Delang_2012</td>
<td>The role of phosphatidylinositol 4-kinases and phosphatidylinositol 4-phosphate during viral replication</td>
<td>Delang, Leen; Paeshuyse, Jan; Neyts, Johan</td>
<td>2012</td>
<td>2012-12-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7111036" target="_blank">PMC7111036</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22885339.0" target="_blank">22885339.0</a></td>
<td><a href="https://doi.org/10.1016/j.bcp.2012.07.034" target="_blank">10.1016/j.bcp.2012.07.034</a></td>
<td>dvqo658c</td>
<td>0.307341</td>
<td><a href="Topic_25.html#y5gmlsi1">Kumar_2016</a>, <a href="Topic_53.html#v8l5cj5h">Greene_2012</a>, <a href="Topic_26.html#ni9u8lk4">Clayton_2013</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a></td>
<td><a href="Topic_26.html#ni9u8lk4">Clayton_2013</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a></td>
</tr>
<tr>
<th id="213ddk0s";>565</th>
<td>Wang_2017</td>
<td>Viral lncRNA: A regulatory molecule for controlling virus life cycle</td>
<td>Wang, Ziqiang; Zhao, Yiwan; Zhang, Yaou</td>
<td>2017</td>
<td>2017-03-23</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6096409" target="_blank">PMC6096409</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/30159419.0" target="_blank">30159419.0</a></td>
<td><a href="https://doi.org/10.1016/j.ncrna.2017.03.002" target="_blank">10.1016/j.ncrna.2017.03.002</a></td>
<td>213ddk0s</td>
<td>0.307261</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a></td>
<td><a href="Topic_34.html#er3kkn9m">Trypsteen_2016</a>, <a href="Topic_10.html#ebhh3jb4">Lamsisi_2020</a>, <a href="Topic_21.html#d9urjb9e">Masante_2015</a>, <a href="Topic_10.html#ebcj0hw1">Chavez-Calvillo_2018</a></td>
</tr>
<tr>
<th id="evn5c4ve";>566</th>
<td>Rochat_2012</td>
<td>1.16 Cryo-Electron Microscopy and Tomography of Virus Particles</td>
<td>Rochat, R.H.; Chiu, W.</td>
<td>2012</td>
<td>2012-12-31</td>
<td>PMC</td>
<td>N</td>
<td></td>
<td></td>
<td><a href="https://doi.org/10.1016/b978-0-12-374920-8.00120-x" target="_blank">10.1016/b978-0-12-374920-8.00120-x</a></td>
<td>evn5c4ve</td>
<td>0.307206</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_16.html#anp238gu">Effantin_2016</a>, <a href="Topic_53.html#lfvso15k">Welsch_2010</a>, <a href="Topic_10.html#pjn8e3m1">Stass_2019</a></td>
</tr>
<tr>
<th id="4ef635rc";>567</th>
<td>Chan_2016</td>
<td>Long-range communication between different functional sites in the picornaviral 3C protein</td>
<td>Chan, Yan M.; Moustafa, Ibrahim M.; Arnold, Jamie J.; Cameron, Craig E.; Boehr, David D.</td>
<td>2016</td>
<td>2016-04-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4824962" target="_blank">PMC4824962</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27050688.0" target="_blank">27050688.0</a></td>
<td><a href="https://doi.org/10.1016/j.str.2016.02.019" target="_blank">10.1016/j.str.2016.02.019</a></td>
<td>4ef635rc</td>
<td>0.307206</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_61.html#qm9urt2w">Blank_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a></td>
<td><a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_16.html#qgzgzjhr">Shengjuler_2017</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_16.html#0a3okta0">Myllykoski_2017</a></td>
</tr>
<tr>
<th id="vvw41yvn";>568</th>
<td>Tichý_2012</td>
<td>Synthesis and antiviral activities of hexadecyloxypropyl prodrugs of acyclic nucleoside phosphonates containing guanine or hypoxanthine and a (S)-HPMP or PEE acyclic moiety</td>
<td>Tichý, Tomáš; Andrei, Graciela; Snoeck, Robert; Balzarini, Jan; Dračínský, Martin; Krečmerová, Marcela</td>
<td>2012</td>
<td>2012-09-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7115494" target="_blank">PMC7115494</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/22858222.0" target="_blank">22858222.0</a></td>
<td><a href="https://doi.org/10.1016/j.ejmech.2012.07.027" target="_blank">10.1016/j.ejmech.2012.07.027</a></td>
<td>vvw41yvn</td>
<td>0.306900</td>
<td><a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a></td>
<td><a href="Topic_49.html#b72g9457">Krečmerová_2017</a>, <a href="Topic_49.html#ulppgdtv">Mehellou_2010</a>, <a href="Topic_49.html#hdpanetr">Baszczyňski_2018</a>, <a href="Topic_49.html#0avnx9ac">Pomeisl_2019</a></td>
</tr>
<tr>
<th id="8oyonsoj";>569</th>
<td>von_Brunn_2015</td>
<td>Genetic deficiency and polymorphisms of cyclophilin A reveal its essential role for Human Coronavirus 229E replication</td>
<td>von Brunn, Albrecht; Ciesek, Sandra; von Brunn, Brigitte; Carbajo-Lozoya, Javier</td>
<td>2015</td>
<td>2015-10-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102849" target="_blank">PMC7102849</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26318518.0" target="_blank">26318518.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2015.08.004" target="_blank">10.1016/j.coviro.2015.08.004</a></td>
<td>8oyonsoj</td>
<td>0.306210</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a>, <a href="Topic_31.html#aydkcz3u">Liu_X_2013</a></td>
<td><a href="Topic_31.html#iks3crqb">Tanaka_2013</a>, <a href="Topic_31.html#97t45w73">Zhou_2012</a>, <a href="Topic_21.html#l5n30kbm">Wilde_2019</a></td>
</tr>
<tr>
<th id="q70rky3r";>570</th>
<td>Stewart_2017</td>
<td>A Functional Genomics Approach to Henipavirus Research: The Role of Nuclear Proteins, MicroRNAs and Immune Regulators in Infection and Disease</td>
<td>Stewart, Cameron R.; Deffrasnes, Celine; Foo, Chwan Hong; Bean, Andrew G. D.; Wang, Lin-Fa</td>
<td>2017</td>
<td>2017-07-04</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7122743" target="_blank">PMC7122743</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28674944.0" target="_blank">28674944.0</a></td>
<td><a href="https://doi.org/10.1007/82_2017_28" target="_blank">10.1007/82_2017_28</a></td>
<td>q70rky3r</td>
<td>0.306015</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_30.html#k9skma4k">Karlsson_2012</a>, <a href="Topic_72.html#tq0f6d01">Weaver_2004</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_07.html#v71436np">Ren_X_2008</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_31.html#92pzqj35">Terasaki_2016</a></td>
</tr>
<tr>
<th id="y64i8ui3";>571</th>
<td>Ziebuhr_2004</td>
<td>Molecular biology of severe acute respiratory syndrome coronavirus</td>
<td>Ziebuhr, John</td>
<td>2004</td>
<td>2004-08-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7108451" target="_blank">PMC7108451</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15358261.0" target="_blank">15358261.0</a></td>
<td><a href="https://doi.org/10.1016/j.mib.2004.06.007" target="_blank">10.1016/j.mib.2004.06.007</a></td>
<td>y64i8ui3</td>
<td>0.305943</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a></td>
<td><a href="Topic_31.html#74rwdt96">Thornbrough_2016</a>, <a href="Topic_18.html#0j8rvapz">Adedeji_2014</a>, <a href="Topic_01.html#9qd61n3p">Tong_2006</a>, <a href="Topic_38.html#mnyqogdw">Bartlam_2005</a></td>
</tr>
<tr>
<th id="3z26gx3j";>572</th>
<td>Martinez_2013</td>
<td>Utilization of human DC-SIGN and L-SIGN for entry and infection of host cells by the New World arenavirus, Junín virus</td>
<td>Martinez, M.G.; Bialecki, Michele A.; Belouzard, Sandrine; Cordo, Sandra M.; Candurra, Nélida A.; Whittaker, Gary R.</td>
<td>2013</td>
<td>2013-11-22</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4096786" target="_blank">PMC4096786</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/24183720.0" target="_blank">24183720.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbrc.2013.10.106" target="_blank">10.1016/j.bbrc.2013.10.106</a></td>
<td>3z26gx3j</td>
<td>0.305557</td>
<td><a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_41.html#ooha4fuv">Suenaga_2014</a>, <a href="Topic_08.html#rhkocfx4">Bermejo-Jambrina_2018</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_08.html#lnik974k">Celerino_da_Silva_2011</a>, <a href="Topic_33.html#9rh8hrs2">Hillaire_2013</a></td>
</tr>
<tr>
<th id="l29ovsgr";>573</th>
<td>Tetz_2018</td>
<td>Prion-like Domains in Eukaryotic Viruses</td>
<td>Tetz, George; Tetz, Victor</td>
<td>2018</td>
<td>2018-06-12</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5997743" target="_blank">PMC5997743</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29895872.0" target="_blank">29895872.0</a></td>
<td><a href="https://doi.org/10.1038/s41598-018-27256-w" target="_blank">10.1038/s41598-018-27256-w</a></td>
<td>l29ovsgr</td>
<td>0.305556</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_10.html#tg1310br">Haasnoot_2010</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a></td>
<td><a href="Topic_10.html#rj03dsib">Schein_2018</a>, <a href="Topic_26.html#j2tdt7ky">Ao_D_2015</a>, <a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_31.html#l3qp0n9f">Deng_2019</a></td>
</tr>
<tr>
<th id="na5jyhmj";>574</th>
<td>Han_M_2017</td>
<td>Nuclear imprisonment of host cellular mRNA by nsp1β protein of porcine reproductive and respiratory syndrome virus</td>
<td>Han, Mingyuan; Ke, Hanzhong; Zhang, Qingzhan; Yoo, Dongwan</td>
<td>2017</td>
<td>2017-05-31</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7111332" target="_blank">PMC7111332</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/28235682.0" target="_blank">28235682.0</a></td>
<td><a href="https://doi.org/10.1016/j.virol.2017.02.004" target="_blank">10.1016/j.virol.2017.02.004</a></td>
<td>na5jyhmj</td>
<td>0.305048</td>
<td><a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#xupvcbjm">Yasuda-Inoue_2013</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a>, <a href="Topic_10.html#btwn1jy0">Herbert_2016</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td></td>
</tr>
<tr>
<th id="nx37vg3z";>575</th>
<td>González_2016</td>
<td>Use of Aptamers as Diagnostics Tools and Antiviral Agents for Human Viruses</td>
<td>González, Víctor M.; Martín, M. Elena; Fernández, Gerónimo; García-Sacristán, Ana</td>
<td>2016</td>
<td>2016-12-16</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5198053" target="_blank">PMC5198053</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/27999271.0" target="_blank">27999271.0</a></td>
<td><a href="https://doi.org/10.3390/ph9040078" target="_blank">10.3390/ph9040078</a></td>
<td>nx37vg3z</td>
<td>0.304591</td>
<td><a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a></td>
<td><a href="Topic_18.html#gxbrgy6g">Lee_C_2019</a>, <a href="Topic_16.html#ul0k95x2">van_der_Linden_2014</a>, <a href="Topic_18.html#201jppkd">Al‐Bari_2017</a>, <a href="Topic_29.html#3mw66vxm">Zhou_2012</a></td>
</tr>
<tr>
<th id="v5o49ees";>576</th>
<td>Nieto-Torres_2015</td>
<td>Relevance of Viroporin Ion Channel Activity on Viral Replication and Pathogenesis</td>
<td>Nieto-Torres, Jose L.; Verdiá-Báguena, Carmina; Castaño-Rodriguez, Carlos; Aguilella, Vicente M.; Enjuanes, Luis</td>
<td>2015</td>
<td>2015-07-03</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4517115" target="_blank">PMC4517115</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/26151305.0" target="_blank">26151305.0</a></td>
<td><a href="https://doi.org/10.3390/v7072786" target="_blank">10.3390/v7072786</a></td>
<td>v5o49ees</td>
<td>0.304196</td>
<td><a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_10.html#v3w6eu5y">Klein_2011</a>, <a href="Topic_10.html#k3j858ik">Cheng_2014</a>, <a href="Topic_10.html#vvyul140">Kim_S_2018</a></td>
<td><a href="Topic_10.html#0gkonrzw">Sze_C_2015</a>, <a href="Topic_08.html#ql2askp2">Farag_2020</a>, <a href="Topic_10.html#wggzeqwe">Fulcher_2011</a></td>
</tr>
<tr>
<th id="c1kjvfwj";>577</th>
<td>Liu_Y_2009</td>
<td>Cis-acting RNA elements in human and animal plus-strand RNA viruses</td>
<td>Liu, Ying; Wimmer, Eckard; Paul, Aniko V.</td>
<td>2009</td>
<td>2009-10-31</td>
<td>None</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2783963" target="_blank">PMC2783963</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/19781674.0" target="_blank">19781674.0</a></td>
<td><a href="https://doi.org/10.1016/j.bbagrm.2009.09.007" target="_blank">10.1016/j.bbagrm.2009.09.007</a></td>
<td>c1kjvfwj</td>
<td>0.304196</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_61.html#1oqxmzze">Hyde_2015</a></td>
<td><a href="Topic_21.html#35xqgbut">Bhullar_2014</a></td>
</tr>
<tr>
<th id="njzyu4mv";>578</th>
<td>Hofmann-Winkler_2015</td>
<td>Comparative Analysis of Host Cell Entry of Ebola Virus From Sierra Leone, 2014, and Zaire, 1976</td>
<td>Hofmann-Winkler, Heike; Gnirß, Kerstin; Wrensch, Florian; Pöhlmann, Stefan</td>
<td>2015</td>
<td>2015-10-01</td>
<td>NONCOMM</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4564534" target="_blank">PMC4564534</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25840443.0" target="_blank">25840443.0</a></td>
<td><a href="https://doi.org/10.1093/infdis/jiv101" target="_blank">10.1093/infdis/jiv101</a></td>
<td>njzyu4mv</td>
<td>0.304196</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_18.html#wmfwl2bh">Jung_2019</a>, <a href="Topic_18.html#otoqejtg">Hsieh_2010</a></td>
</tr>
<tr>
<th id="8ut2p9p6";>579</th>
<td>Scholz_2013</td>
<td>Abortive Lytic Reactivation of KSHV in CBF1/CSL Deficient Human B Cell Lines</td>
<td>Scholz, Barbara A.; Harth-Hertle, Marie L.; Malterer, Georg; Haas, Juergen; Ellwart, Joachim; Schulz, Thomas F.; Kempkes, Bettina</td>
<td>2013</td>
<td>2013-05-16</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3656114" target="_blank">PMC3656114</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23696732.0" target="_blank">23696732.0</a></td>
<td><a href="https://doi.org/10.1371/journal.ppat.1003336" target="_blank">10.1371/journal.ppat.1003336</a></td>
<td>8ut2p9p6</td>
<td>0.303812</td>
<td><a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_31.html#cik2wmlk">Ban_J_2018</a></td>
<td><a href="Topic_66.html#7og5umiq">Xin_S_2019</a>, <a href="Topic_20.html#9p0lawtw">Mittelholzer_1997</a>, <a href="Topic_20.html#ap4ro5me">Oosterhoff_2015</a></td>
</tr>
<tr>
<th id="tq0f6d01";>580</th>
<td>Weaver_2004</td>
<td>Transmission cycles, host range, evolution and emergence of arboviral disease</td>
<td>Weaver, Scott C.; Barrett, Alan D. T.</td>
<td>2004</td>
<td>2004-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7097645" target="_blank">PMC7097645</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/15378043.0" target="_blank">15378043.0</a></td>
<td><a href="https://doi.org/10.1038/nrmicro1006" target="_blank">10.1038/nrmicro1006</a></td>
<td>tq0f6d01</td>
<td>0.302979</td>
<td><a href="Topic_30.html#tnvlafa2">Lu_P_2016</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_30.html#v4cf95qh">Walker_2010</a>, <a href="Topic_13.html#c22mytwr">Brucker_2020</a></td>
<td><a href="Topic_09.html#vfm95ask">Santos_2013</a>, <a href="Topic_07.html#d9kkhzej">Wong_2012</a>, <a href="Topic_36.html#urwpow4n">Kreuder_Johnson_2015</a></td>
</tr>
<tr>
<th id="purplsjn";>581</th>
<td>Fernández-Ponce_2018</td>
<td>Ultrastructural Localization and Molecular Associations of HCV Capsid Protein in Jurkat T Cells</td>
<td>Fernández-Ponce, Cecilia; Durán-Ruiz, Maria C.; Narbona-Sánchez, Isaac; Muñoz-Miranda, Juan P.; Arbulo-Echevarria, Mikel M.; Serna-Sanz, Antonio; Baumann, Christian; Litrán, Rocío; Aguado, Enrique; Bloch, Wilhelm; García-Cozar, Francisco</td>
<td>2018</td>
<td>2018-01-04</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5758585" target="_blank">PMC5758585</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29354102.0" target="_blank">29354102.0</a></td>
<td><a href="https://doi.org/10.3389/fmicb.2017.02595" target="_blank">10.3389/fmicb.2017.02595</a></td>
<td>purplsjn</td>
<td>0.301227</td>
<td><a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a>, <a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_21.html#hjiiohsp">Kang_2009</a>, <a href="Topic_66.html#h2asxv4j">Liu_H_2009</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_26.html#cz42gvhy">Popescu_2011</a></td>
</tr>
<tr>
<th id="8pkrg0mx";>582</th>
<td>McBride_2014</td>
<td>The Coronavirus Nucleocapsid Is a Multifunctional Protein</td>
<td>McBride, Ruth; van Zyl, Marjorie; Fielding, Burtram C.</td>
<td>2014</td>
<td>2014-08-07</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4147684" target="_blank">PMC4147684</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/25105276.0" target="_blank">25105276.0</a></td>
<td><a href="https://doi.org/10.3390/v6082991" target="_blank">10.3390/v6082991</a></td>
<td>8pkrg0mx</td>
<td>0.300565</td>
<td><a href="Topic_21.html#hjiiohsp">Kang_2009</a>, <a href="Topic_26.html#dwjijmwz">Volmer_2010</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_21.html#6lvn10f4">Shi_S_2000</a></td>
<td><a href="Topic_10.html#wrztpeb8">Zhang_2015</a>, <a href="Topic_10.html#07nfb69o">Sun_D_2016</a>, <a href="Topic_21.html#us3dybue">Kanjanahaluethai_2007</a></td>
</tr>
<tr>
<th id="ffn59sgf";>583</th>
<td>Galao_2007</td>
<td>Saccharomyces cerevisiae: a versatile eukaryotic system in virology</td>
<td>Galao, Rui P; Scheller, Nicoletta; Alves-Rodrigues, Isabel; Breinig, Tanja; Meyerhans, Andreas; Díez, Juana</td>
<td>2007</td>
<td>2007-10-10</td>
<td>COMM-USE</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2148055" target="_blank">PMC2148055</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/17927824.0" target="_blank">17927824.0</a></td>
<td><a href="https://doi.org/10.1186/1475-2859-6-32" target="_blank">10.1186/1475-2859-6-32</a></td>
<td>ffn59sgf</td>
<td>0.300404</td>
<td><a href="Topic_10.html#9et0iwj4">Berkhout_2006</a>, <a href="Topic_08.html#om50o7pd">Shi_J_2012</a>, <a href="Topic_10.html#670yseio">Taschuk_2020</a>, <a href="Topic_45.html#n8zg6rsj">Wang_2018</a>, <a href="Topic_01.html#vnynbijl">Conzelmann_1996</a></td>
<td><a href="Topic_10.html#14z8g7pk">Alves-Rodrigues_2006</a>, <a href="Topic_10.html#n3p4wefa">Hughes_2012</a>, <a href="Topic_10.html#cxijck5d">Zhao_2017</a>, <a href="Topic_10.html#rt0uxy1d">Andréola_2012</a></td>
</tr>
<tr>
<th id="zmqvh4r7";>584</th>
<td>Weissenhorn_2013</td>
<td>How to get out: ssRNA enveloped viruses and membrane fission</td>
<td>Weissenhorn, Winfried; Poudevigne, Emilie; Effantin, Gregory; Bassereau, Patricia</td>
<td>2013</td>
<td>2013-04-30</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7102784" target="_blank">PMC7102784</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23583788.0" target="_blank">23583788.0</a></td>
<td><a href="https://doi.org/10.1016/j.coviro.2013.03.011" target="_blank">10.1016/j.coviro.2013.03.011</a></td>
<td>zmqvh4r7</td>
<td>0.300404</td>
<td><a href="Topic_26.html#8nyoyrlj">UNKNOWN_1995</a>, <a href="Topic_10.html#2yl5qwsn">den_Boon_2010</a>, <a href="Topic_26.html#1s6andwf">Hobman_1993</a>, <a href="Topic_26.html#66fcw1da">Jonker_2018</a></td>
<td><a href="Topic_10.html#s935ttyn">Wulan_2015</a>, <a href="Topic_10.html#0gkonrzw">Sze_C_2015</a>, <a href="Topic_53.html#r6rj1eia">Li_Y_2014</a></td>
</tr>
<tr>
<th id="c8yr7nlo";>585</th>
<td>Thukral_2017</td>
<td>s8ORF2 protein of infectious salmon anaemia virus is a RNA-silencing suppressor and interacts with Salmon salar Mov10 (SsMov10) of the host RNAi machinery</td>
<td>Thukral, Vandana; Varshney, Bhavna; Ramly, Rimatulhana B.; Ponia, Sanket S.; Mishra, Sumona Karjee; Olsen, Christel M.; Banerjea, Akhil C.; Mukherjee, Sunil K.; Zaidi, Rana; Rimstad, Espen; Lal, Sunil K.</td>
<td>2017</td>
<td>2017-12-07</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7089075" target="_blank">PMC7089075</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/29218433.0" target="_blank">29218433.0</a></td>
<td><a href="https://doi.org/10.1007/s11262-017-1526-z" target="_blank">10.1007/s11262-017-1526-z</a></td>
<td>c8yr7nlo</td>
<td>0.300314</td>
<td><a href="Topic_10.html#4ih3d2d1">Rice_1992</a>, <a href="Topic_31.html#s1vyhijy">Meyerson_2017</a>, <a href="Topic_53.html#fqqbyqnh">Tallmadge_2008</a>, <a href="Topic_21.html#59emvigh">Ryu_W_2017</a>, <a href="Topic_21.html#1cy15tny">Li_C_2013</a></td>
<td></td>
</tr>
<tr>
<th id="i5evmd68";>586</th>
<td>Boehme_2013</td>
<td>Mechanisms of Reovirus Bloodstream Dissemination</td>
<td>Boehme, Karl W.; Lai, Caroline M.; Dermody, Terence S.</td>
<td>2013</td>
<td>2013-01-01</td>
<td>PMC</td>
<td>N</td>
<td><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4603565" target="_blank">PMC4603565</a></td>
<td><a href="https://www.ncbi.nlm.nih.gov/pubmed/23809919.0" target="_blank">23809919.0</a></td>
<td><a href="https://doi.org/10.1016/b978-0-12-407698-3.00001-6" target="_blank">10.1016/b978-0-12-407698-3.00001-6</a></td>
<td>i5evmd68</td>
<td>0.300166</td>
<td><a href="Topic_53.html#hyh2l51z">Compton_2014</a>, <a href="Topic_10.html#wwaa6ls0">Potgieter_1986</a>, <a href="Topic_08.html#j2bb6eq8">Mao_J_2019</a>, <a href="Topic_30.html#o6rwqnu2">Yasui_2016</a>, <a href="Topic_10.html#sblrsi6y">Trobaugh_2017</a></td>
<td><a href="Topic_08.html#cbelhu32">Phares_2013</a></td>
</tr>
</tbody>
</table>
</body>
</html>
|
css/clean-blog.css
|
craig-davis/craig-davis.github.io
|
/*!
* Clean Blog v1.0.0 (http://startbootstrap.com)
* Copyright 2015 Start Bootstrap
* Licensed under Apache 2.0 (https://github.com/IronSummitMedia/startbootstrap/blob/gh-pages/LICENSE)
*/
.animatedBorder {
position: relative;
}
.animatedBorderSprite {
position: absolute;
margin: 0;
background: url(/img/posts/stripe.gif);
}
.animatedBorderSprite-top {
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.animatedBorderSprite-bottom {
-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
body {
font-family: 'Lora', 'Times New Roman', serif;
font-size: 20px;
color: #404040;
}
p {
line-height: 1.5;
margin: 30px 0;
}
p a {
text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 800;
}
a {
color: #404040;
}
a:hover,
a:focus {
color: #0085a1;
}
a img:hover,
a img:focus {
cursor: zoom-in;
}
blockquote {
color: #808080;
font-style: italic;
}
hr.small {
max-width: 100px;
margin: 15px auto;
border-width: 4px;
border-color: white;
}
.navbar-custom {
background: white;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 3;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
font-weight: 800;
}
.navbar-custom .nav li a {
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
.navbar-custom {
background: transparent;
border-bottom: 1px solid transparent;
}
.navbar-custom .navbar-brand {
color: white;
padding: 20px;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
color: rgba(255, 255, 255, 0.8);
}
.navbar-custom .nav li a {
color: white;
padding: 20px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
color: rgba(255, 255, 255, 0.8);
}
}
@media only screen and (min-width: 1170px) {
.navbar-custom {
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.navbar-custom.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
position: fixed;
top: -61px;
background-color: rgba(255, 255, 255, 0.9);
border-bottom: 1px solid #f2f2f2;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.navbar-custom.is-fixed .navbar-brand {
color: #404040;
}
.navbar-custom.is-fixed .navbar-brand:hover,
.navbar-custom.is-fixed .navbar-brand:focus {
color: #0085a1;
}
.navbar-custom.is-fixed .nav li a {
color: #404040;
}
.navbar-custom.is-fixed .nav li a:hover,
.navbar-custom.is-fixed .nav li a:focus {
color: #0085a1;
}
.navbar-custom.is-visible {
/* if the user changes the scrolling direction, we show the header */
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.overlay {
background: rgba(70, 72, 82, 0.3);
}
.intro-header {
background: no-repeat center center;
background-color: #808080;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
padding: 100px 0 50px;
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
padding: 150px 0;
}
}
.intro-header .site-heading,
.intro-header .page-heading {
text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
margin-top: 0;
font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
font-size: 24px;
line-height: 1.1,
display: block;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
font-size: 80px;
}
}
.intro-header .post-heading h1 {
font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
line-height: 1.1;
display: block;
}
.intro-header .post-heading .subheading {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 24px;
margin: 10px 0 30px;
font-weight: 600;
}
.intro-header .post-heading .meta {
font-family: 'Lora', 'Times New Roman', serif;
font-style: italic;
font-weight: 300;
font-size: 20px;
}
.intro-header .post-heading .meta a {
color: white;
}
@media only screen and (min-width: 768px) {
.intro-header .post-heading h1 {
font-size: 55px;
}
.intro-header .post-heading .subheading {
font-size: 30px;
}
}
.post-preview > a {
color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
text-decoration: none;
color: #0085a1;
}
.post-preview > a > .post-title {
font-size: 30px;
margin-top: 30px;
margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
margin: 0;
font-weight: 300;
margin-bottom: 10px;
}
.post-preview > .post-meta {
color: #808080;
font-size: 18px;
font-style: italic;
margin-top: 0;
}
.post-preview > .post-meta > a {
text-decoration: none;
color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
color: #0085a1;
text-decoration: underline;
}
@media only screen and (min-width: 768px) {
.post-preview > a > .post-title {
font-size: 36px;
}
}
.section-heading {
font-size: 36px;
margin-top: 60px;
font-weight: 700;
}
.caption {
text-align: center;
font-size: 14px;
padding: 10px;
font-style: italic;
margin: 0;
display: block;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
footer {
padding: 50px 0 65px;
}
footer .list-inline {
margin: 0;
padding: 0;
}
footer .copyright {
font-size: 14px;
text-align: center;
margin-bottom: 0;
}
.floating-label-form-group {
font-size: 14px;
position: relative;
margin-bottom: 0;
padding-bottom: 0.5em;
border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
z-index: 1;
position: relative;
padding-right: 0;
padding-left: 0;
border: none;
border-radius: 0;
font-size: 1.5em;
background: none;
box-shadow: none !important;
resize: none;
}
.floating-label-form-group label {
display: block;
z-index: 0;
position: relative;
top: 2em;
margin: 0;
font-size: 0.85em;
line-height: 1.764705882em;
vertical-align: middle;
vertical-align: baseline;
opacity: 0;
-webkit-transition: top 0.3s ease,opacity 0.3s ease;
-moz-transition: top 0.3s ease,opacity 0.3s ease;
-ms-transition: top 0.3s ease,opacity 0.3s ease;
transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
padding-left: 14px;
border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
top: 0;
opacity: 1;
}
.floating-label-form-group-with-focus label {
color: #0085a1;
}
form .row:first-child .floating-label-form-group {
border-top: 1px solid #eeeeee;
}
.btn {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
letter-spacing: 1px;
border-radius: 0;
padding: 15px 25px;
}
.btn-lg {
font-size: 16px;
padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
background-color: #0085a1;
border: 1px solid #0085a1;
color: white;
}
.pager {
margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
letter-spacing: 1px;
padding: 10px 5px;
background-color: white;
border-radius: 0;
}
@media only screen and (min-width: 768px) {
.pager li > a,
.pager li > span {
font-size: 14px;
padding: 15px 25px;
}
}
.pager li > a:hover,
.pager li > a:focus {
color: white;
background-color: #0085a1;
border: 1px solid #0085a1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #808080;
background-color: #404040;
cursor: not-allowed;
}
::-moz-selection {
color: white;
text-shadow: none;
background: #0085a1;
}
::selection {
color: white;
text-shadow: none;
background: #0085a1;
}
img::selection {
color: white;
background: transparent;
}
img::-moz-selection {
color: white;
background: transparent;
}
body {
webkit-tap-highlight-color: #0085a1;
}
dl.projects dd {
margin-bottom: .5em;
margin-left: 1em;
font-size: 90%;
}
|
app/views/account.html
|
MakeAwesomeStuff/makeawesomespeeches
|
<div class="row">
<div class="col-md-2">
<div class="logo">
Make<wbr><strong>Awesome</strong><wbr>Speeches
</div>
<button class="btn btn-primary btn-block" ng-click="createSpeech()">
New Speech
</button>
<ul class="list-unstyled speechlist">
<li ng-repeat="speech in speechList">
<a ng-href="#/speech/{{speech.key}}">{{ speech.title }}</a>
</li>
</ul>
</div>
<div class="col-md-8 col-md-offset-1">
<textarea
msd-elastic
class="speechTitle form-control"
ng-model="currentSpeech.title"
ng-change="titleUpdated()"
rows="1"></textarea>
<p class="speechLength small">{{speechlength}}</p>
<div class ="speechContent"
text-angular
ng-model="currentSpeech.content"
ta-toolbar="''"
placeholder=""></div>
<p class="speechLength small">{{speechlength}}</p>
</div>
</div>
|
NSemble.Web/Content/shamcey/css/style.default.css
|
synhershko/NSemble
|
/*
Created by: Mienard Lumaad (@themepixels)
*/
@import url('bootstrap.min.css');
@import url('bootstrap-responsive.min.css');
@import url('jquery.ui.css');
@import url('animate.min.css');
@import url('animate.delay.css');
@import url('isotope.css');
@import url('colorbox.css');
@import url('uniform.tp.css');
@import url('colorpicker.css');
@import url('jquery.jgrowl.css');
@import url('jquery.alerts.css');
@import url('jquery.tagsinput.css');
@import url('ui.spinner.css');
@import url('jquery.chosen.css');
@import url('fullcalendar.css');
@import url('roboto.css');
@import url('lato.css');
@import url('font-awesome.min.css');
/***** RESET BROWSER STYLE *****/
/*******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
line-height: 21px;
outline: none;
}
::selection { background: #ccc; color: #fff; text-shadow: none; } /* Safari */
::-moz-selection { background: #ccc; color: #fff; text-shadow: none; } /* Firefox */
:-moz-placeholder { color: #bbb; }
::-webkit-input-placeholder { color: #bbb; }
:-ms-input-placeholder { color: #bbb; }
a, a:link { color: blue; }
h4 { font-size: 16px; }
body {
background: url(../images/leftpanelbg.png) repeat-y 0 0; font-size: 12px;
font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif; }
body.errorpage { background: #fff url(../images/bg1.png); }
body.loginpage { background: #0866c6; }
a,a:hover,a:link,a:active,a:focus { outline: none; color: #0866c6; text-decoration: none; }
a:hover { text-decoration: underline; }
input,select,
textarea,button { outline: none; font-size: 13px; font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif; }
strong { font-weight: normal; }
label, input, textarea, select, button { font-size: 13px; }
h1,h2,h3,h4,h5 { font-weight: normal; line-height: normal; }
/*** LOGIN PAGE ***/
.loginpanel { position: absolute; top: 50%; left: 50%; height: 300px; }
.loginpanelinner { position: relative; top: -150px; left: -50%; }
.loginpanelinner .logo { text-align: center; padding: 20px 0; }
.loginpanel .pull-right { margin-top: 11px; color: #ddd; font-size: 11px; font-family: Helvetica, sans-serif; }
.loginpanel .pull-right a { color: #ddd; }
.inputwrapper input { border: 0; padding: 10px; background: #fff; width: 250px; }
.inputwrapper input:active, .inputwrapper input:focus { background: #fff; border: 0; }
.inputwrapper button {
display: block; border: 1px solid #0c57a3; padding: 10px; background: #0972dd; width: 100%;
color: #fff; text-transform: uppercase; }
.inputwrapper button:focus, .inputwrapper button:active, .inputwrapper button:hover { background: #1e82e8; }
.inputwrapper label {
display: inline-block; margin-top: 10px; color: rgba(255,255,255,0.8); font-size: 11px; vertical-align: middle; }
.inputwrapper label input { width: auto; margin: -3px 5px 0 0; vertical-align: middle; }
.inputwrapper .remember { padding: 0; background: none; }
.login-alert { display: none; }
.login-alert .alert { font-size: 11px; text-align: center; padding: 5px 0; border: 0; }
.loginfooter {
font-size: 11px; color: rgba(255,255,255,0.5); position: absolute; position: fixed; bottom: 0; left: 0;
width: 100%; text-align: center; font-family: arial, sans-serif !important; padding: 5px 0; }
/*** REGISTRATION PAGE ***/
.regpanel { width: 380px; margin: 40px auto 0 auto; }
.regpanel .logo { text-align: center; margin-bottom: 10px; }
.regpanel .pageheader { background: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 0 0 25px 0; }
.regpanel .pageicon { color: #fff; border-color: #fff; }
.regpanel .pagetitle h5 { color: rgba(255,255,255,0.5); }
.regpanel .pagetitle h1 { color: #fff; }
.regcontent { padding: 10px 0; color: #fff; }
.regcontent .stdform p { margin: 10px 0; }
.regcontent .stdform input { margin: 0; padding: 7px 5px; vertical-align: middle; border: 0; }
.regcontent input[type="radio"] { margin-right: 5px; display: inline-block; }
.regcontent .bday select { width: auto; height: auto; padding: 5px; font-size: 12px; border: 0; }
.regcontent h3 { margin: 15px 0; color: rgba(255,255,255,0.5); }
.regcontent button {
display: block; border: 1px solid #0c57a3; padding: 12px 10px; background: #0972dd; width: 100%;
color: #fff; text-transform: uppercase; }
.regfooter { margin: 0 auto 20px auto; width: 380px; text-align: center; color: rgba(255,255,255,0.5); font-size: 11px; }
/*** HEADER ***/
.header { background: #0866c6; clear: both; height: 110px; }
.headerinner { margin-left: 260px; }
.header .logo { width: 260px; text-align: center; padding-top: 40px; float: left; }
.headmenu { list-style: none; }
.headmenu .dropdown-menu { border: 2px solid #0866c6; border-top: 0; margin: 0; }
.headmenu .nav-header { text-shadow: none; font-weight: normal; }
.headmenu .dropdown-menu::after {
position: absolute; top: -6px; left: 45px; display: inline-block; border-right: 6px solid transparent;
border-bottom: 6px solid white; border-left: 6px solid transparent; content: ''; }
.headmenu > li {
display: inline-block; float: left; font-size: 14px; position: relative; border-right: 1px solid rgba(255,255,255,0.15); }
.headmenu > li:first-child { border-left: 1px solid rgba(255,255,255,0.15); }
.headmenu > li.odd { background: rgba(255,255,255,0.1); }
.headmenu > li.right { float: right; border-right: 0; }
.headmenu > li > a {
min-width: 70px; position: relative; display: block; color: #fff;
padding: 25px 20px 9px 20px; cursor: pointer; }
.headmenu > li > a:hover { text-decoration: none; }
.headmenu > li > a .count { position: absolute; top: 5px; right: 10px; opacity: 0.5; }
.headmenu > li > a:hover .count, .headmenu > li.open > a .count { opacity: 1; }
.headmenu > li > a .headmenu-label { display: block; margin: 2px 0 3px 0; opacity: 0.5; text-align: center; }
.headmenu > li > a:hover .headmenu-label, .headmenu > li.open > a .headmenu-label { opacity: 1; }
.headmenu > li > a .head-icon { width: 50px; height: 50px; display: block; margin: auto; opacity: 0.5; }
.headmenu > li > a:hover .head-icon, .headmenu > li.open a .head-icon { opacity: 1; }
.head-message { background-image: url(../images/icons/message.png); }
.head-users { background-image: url(../images/icons/users.png); }
.head-bar { background-image: url(../images/icons/bar.png); }
.viewmore a { font-size: 11px; text-transform: uppercase; font-size: 11px !important; }
.newusers { min-width: 200px; }
.newusers li a:hover { background; #eee; }
.newusers .userthumb { width: 35px; display: block; float: left; margin-right: 10px; }
.newusers strong { display: block; line-height: normal; }
.newusers small { color: #999; line-height: normal; }
.userloggedinfo { padding: 11px; color: #fff; }
.userloggedinfo img { padding: 3px; background: rgba(255,255,255,0.2); width: 80px; float: left; }
.userloggedinfo .userinfo { float: left; margin-left: 10px; }
.userloggedinfo .userinfo small { font-size: 11px; opacity: 0.6; color: #fff; font-family: sans-serif; font-style: italic; }
.userloggedinfo ul { list-style: none; margin-top: 5px; }
.userloggedinfo ul li { display: block; font-size: 11px; line-height: normal; margin-bottom: 1px; }
.userloggedinfo ul li a { padding: 4px 5px 3px 5px; color: #fff; line-height: normal; background: rgba(255,255,255,0.1); display: block; }
.userloggedinfo ul li a:hover { text-decoration: none; background: rgba(255,255,255,0.2); }
.no-borderradius .userloggedinfo .userinfo { float: none; margin-left: 92px; }
/*** LEFT PANEL ***/
.leftpanel { width: 260px; color: #fff; float: left; }
.leftmenu .nav-header {
font-weight: normal; font-size: 11px; padding: 5px 20px; text-shadow: none; background: #232323;
border-bottom: 1px solid #222; }
.leftmenu .nav-tabs.nav-stacked a { color: #999; padding: 10px 20px; font-size: 14px; }
.leftmenu .nav-tabs.nav-stacked a span { margin-right: 10px; }
.leftmenu .nav-tabs.nav-stacked > li > a { border: 0; border-bottom: 1px solid #232323; }
.leftmenu .nav-tabs.nav-stacked > li > a:hover,
.leftmenu .nav-tabs.nav-stacked > li > a:focus { background-color: #2c2c2c; color: #fff; border-bottom-color: #232323; }
.leftmenu .nav-tabs.nav-stacked > li.active > a { background-color: #0866c6; color: #fff; border-bottom-color: rgba(0,0,0,0.2); }
.leftmenu .nav-tabs.nav-stacked > li.active > a:hover { background-color: #0866c6; }
.leftmenu .nav-tabs > li { margin-bottom: 0; }
.leftmenu .nav-tabs.nav-stacked > li.dropdown ul { background: #eee; display: none; }
.leftmenu .nav-tabs.nav-stacked > li.dropdown ul li { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
.leftmenu .nav-tabs.nav-stacked > li.dropdown > a {
background-image: url(../images/droparrow.png); background-repeat: no-repeat; background-position: right 19px; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul li a {
display: block; font-size: 13px; padding: 7px 10px 7px 50px; color: #333; background-position: 25px 12px;
background-image: url(../images/menuarrow.png); background-repeat: no-repeat;
}
.leftmenu .nav-tabs.nav-stacked .dropdown ul li.active a { background-color: #fff; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul li a:hover { text-decoration: none; background-color: #fff; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul li { border-right: 0; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul li a { padding-left: 70px; background-position: 50px 12px; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul ul li:first-child a { border-top: 1px solid #ddd; }
/*** MAIN PANEL ***/
.rightpanel { margin-left: 260px; background: url(../images/bg1.png); }
.rightpanel:after { clear: both; content: ''; display: block; }
.breadcrumbs {
list-style: none; height: 22px; background: #ddd; padding: 4px 0 4px 10px;
border-bottom: 1px solid #ccc; position: relative; }
.breadcrumbs > li { display: inline-block; float: left; margin-right: 5px; font-size: 11px; color: #666; }
.breadcrumbs > li.right {
float: right; padding: 0; border-left: 1px solid #bbb; margin: -4px 0 0 0; }
.breadcrumbs > li.right .dropdown-menu a { font-size: 11px; padding: 2px 10px; }
.breadcrumbs > li.right > a { color: #666; padding: 4px 10px 5px 10px; display: block; }
.breadcrumbs > li.right > a:hover { text-decoration: none; background: #f7f7f7; }
.breadcrumbs > li.right.open > a { background: #f7f7f7; }
.breadcrumbs > li.right > a i { vertical-align: middle; }
.breadcrumbs > li span.separator {
width: 5px; height: 9px; vertical-align: middle; display: inline-block;
background: url(../images/bcarrow.png) no-repeat 0 0; margin-left: 2px; }
.breadcrumbs > li:first-child a:hover { text-decoration: none; color: #666; }
.pageheader { padding: 20px; border-bottom: 1px solid #ddd; position: relative; min-height: 68px; background: #fff; }
.pageicon {
width: 44px; font-size: 42px; padding: 10px; color: #0866c6; border: 3px solid #0866c6; display: inline-block;
-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; float: left; text-align: center;
}
.pagetitle { margin-left: 90px; padding-top: 5px; }
.pagetitle h1 { font-size: 32px; margin-left: -2px; color: #0866c6; }
.pagetitle h5 { text-transform: uppercase; font-size: 11px; color: #999; }
.searchbar { position: absolute; top: 33%; right: 20px; }
.searchbar input {
width: 220px; padding: 8px 10px; background: #fff url(../images/icons/search.png) no-repeat 215px 10px;
font-size: 12px;
}
.maincontent { float: left; width: 100%; }
.maincontentinner { padding: 20px; }
.subtitle { text-transform: uppercase; font-size: 11px; color: #999; margin-bottom: 5px; }
.subtitle2 { font-size: 13px; text-transform: uppercase; color: #333; margin-bottom: 5px; }
.shortcuts { list-style: none; margin-top: 20px; overflow: hidden; clear: both; }
.shortcuts li { display: inline-block; float: left; margin: 0 5px 5px 0; position: relative; }
.shortcuts li a { display: block; width: 130px; height: 130px; background: #0866c6; color: #fff; font-size: 16px; }
.shortcuts li a:hover { background: #282828; text-decoration: none; }
.shortcuts li .shortcuts-label { display: block; padding: 0 12px; }
.shortcuts li .shortcuts-icon { display: block; width: 48px; height: 48px; padding: 30px 0 20px 0; margin: 0 auto; }
.shortcuts li .iconsi-event { background: url(../images/icons/icon-event.png) no-repeat center center; }
.shortcuts li .iconsi-cart { background: url(../images/icons/icon-cart.png) no-repeat center center; }
.shortcuts li .iconsi-archive { background: url(../images/icons/icon-archive.png) no-repeat center center; }
.shortcuts li .iconsi-help { background: url(../images/icons/icon-help.png) no-repeat center center; }
.shortcuts li .iconsi-images { background: url(../images/icons/icon-images.png) no-repeat center center; }
.widget {
-moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
}
.widgettitle { background: #0866c6; color: #fff; padding: 12px 15px; font-size: 14px; }
.widgettitle span { vertical-align: middle; display: inline-block; margin-right: 8px; }
.widgetcontent { background: #fff; padding: 15px 12px; border: 2px solid #0866c6; border-top: 0; margin-bottom: 20px; }
.widgetcontent p { margin: 15px 0; }
.wt1 { background: #333; color: #fff; }
.wc1 { border-color: #333; }
/*** DASHBOARD ***/
.commentlist { list-style: none; clear: both; }
.commentlist li { display: block; border-bottom: 1px solid #ddd; padding: 15px; }
.commentlist li img { width: 60px; }
.commentlist li .comment-info { margin-left: 80px; }
.commentlist li p:last-child { margin-bottom: 0; }
.commentlist li .btn { margin-right: 3px; }
.commentlist li .btn span { margin-right: 5px; }
.tabtitle {
padding: 10px; font-size: 11px; text-transform: uppercase; font-weight: bold; font-family: sans-serif;
margin-top: 5px; border-bottom: 1px solid #ddd; }
.userlist { list-style: none; }
.userlist li { display: block; border-bottom: 1px solid #ddd; padding: 10px; cursor: pointer; }
.userlist li:hover { background-color: #f7f7f7; }
.userlist li:last-child { border-bottom: 0; }
.userlist li .uinfo { margin-left: 60px; }
.userlist li img { display: block; width: 50px; }
.userlist li .uinfo h5 { font-size: 14px; color: #0866c6; margin-bottom: 2px; }
.userlist li .uinfo span { display: block; font-size: 11px; line-height: 16px; color: #999; }
.userlist li .uinfo span.pos { text-transform: uppercase; color: #666; }
.userlist li .par { font-size: 11px; line-height: normal; margin-top: 4px; }
.userlist-favorites li { cursor: default; }
.userlist-favorites li:hover { background: none; }
.userlist-favorites li .link { font-size: 11px; margin-top: 7px; }
.userlist-favorites li .link a { color: #666; display: inline-block; padding: 4px 5px; line-height: normal; }
.userlist-favorites li .link a:last-child { background: #86c91d; color: #fff; }
.userlist-favorites li .link a:first-child { background: #e9c72a; color: #fff; }
.userlist-favorites li .link a:hover { text-decoration: none; color: #fff; }
/*** HEADERS AND BOXES ***/
.title-danger { background-color: #dd0000 !important; }
.title-warning { background-color: #FCB904 !important; }
.title-success { background-color: #86D628 !important; }
.title-info { background-color: #71B8EE !important; }
.title-inverse { background-color: #333 !important; }
.headtitle { margin-bottom: 21px; }
.headtitle-box { margin-bottom: 0; }
.headtitle .btn-group { float: right; }
.headtitle .btn-group .btn, .headtitle .btn-group .btn:focus,
.headtitle .btn-group.open .btn.dropdown-toggle {
background: none; border: 0; border-left: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 11px 20px; }
.headtitle .dropdown-menu { left: auto; right: 0; }
.headtitle .btn-group .btn .caret { border-top: 4px solid #fff; }
.widgetbox .headtitle { margin-bottom: 0; }
.box-danger .widgettitle { background-color: #dd0000; }
.box-danger .widgetcontent { border-color: #dd0000; }
.box-warning .widgettitle { background-color: #FCB904; }
.box-warning .widgetcontent { border-color: #FCB904; }
.box-success .widgettitle { background-color: #86D628; }
.box-success .widgetcontent { border-color: #86D628; }
.box-info .widgettitle { background-color: #71B8EE; }
.box-info .widgetcontent { border-color: #71B8EE; }
.box-inverse .widgettitle { background-color: #333; }
.box-inverse .widgetcontent { border-color: #333; }
.minimize {
width: 15px; height: 19px; display: block; color: #000; font-size: 22px; float: right; text-align: center;
margin-right: 10px; cursor: pointer; opacity: 0.2; text-shadow: 1px 1px rgba(255,255,255,0.3); }
.minimize.collapsed { font-size: 20px; }
.minimize:hover { color: #333; opacity: 0.7; text-decoration: none; }
/*** FORM STYLES ***/
.stdform input { padding: 5px; border: 1px solid #bbb; }
.stdform textarea { padding: 6px 5px; border: 1px solid #bbb; }
.stdform select { border: 1px solid #bbb; padding: 5px 2px; }
.stdform p, .stdform div.par { margin: 20px 0; }
.stdform span.field, .stdform div.field { margin-left: 220px; display: block; position: relative; }
.stdform .formwrapper { display: block; padding-top: 5px; margin-left: 220px; line-height: 25px; }
.stdform label { float: left; width: 200px; text-align: right; padding: 5px 20px 0 0; }
.stdform label.error {
float: none; display: block; font-size: 11px; color: #ff0000; text-align: left;
padding: 0; width: auto; margin-left: 220px;
}
.stdform label.valid { color: #468847; }
.stdform small.desc { font-size: 11px; color: #999; font-style: italic; display: block; margin: 5px 0 0 220px; }
.stdform .stdformbutton { margin-left: 220px; }
.stdform #spinner.input-small { width: 100px; }
.stdform2 p, .stdform2 div.par { border-top: 1px solid #ddd; background: #fcfcfc; margin: 0; clear: both; }
.stdform2 div.terms { border: 0; background: none; }
.stdform2 p:first-child, .stdform2 div.par:first-child { border-top: 0; }
.stdform2 label { display: inline-block; padding: 15px 0 0 15px; vertical-align: top; text-align: left; font-weight: bold; }
.stdform2 label.error { margin-left: 0; padding: 0; }
.stdform2 label small { font-size: 11px; color: #999; display: block; font-weight: normal; line-height: 16px; }
.stdform2 span.field, .stdform2 div.field {
margin-left: 220px; display: block; background: #fff; padding: 15px;
border-left: 1px solid #ddd;
}
.stdform2 .stdformbutton { margin-left: 0; padding: 15px; background: #fff; }
.stdform2 input { margin: 0; }
.stdform2 input[type=checkbox], .stdform2 input[type=radio] { margin: 10px; }
.dualselect { margin-left: 220px; display: block; }
.dualselect select { height: 200px; width: 40%; padding: 0; outline: none; }
.dualselect select option { padding: 4px 5px; margin: 0; }
.dualselect .ds_arrow { display: inline-block; vertical-align: top; padding-top: 60px; margin: 0 10px; }
.dualselect .ds_arrow button { margin-top: -1px; }
.counter { display: block; font-size: 11px; }
.warning { color: #bb0000; }
.exceeded { color: #ff0000; }
.fileupload .btn, .fileupload .fileupload-exists { margin: 0; height: 21px; padding: 3px 10px 4px 10px; border-left: 0; }
/*** BUTTONS & ICONS ***/
[class^="iconsweets-"], [class*=" iconsweets-"] {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
background-image: url(../images/iconsweets-icons.png);
background-position: -16px -16px;
background-repeat: no-repeat;
}
/* White icons with optional class or on hover/active states of certain elements */
.iconsweets-white,
.nav-pills > .active > a > [class^="iconsweets-"],
.nav-pills > .active > a > [class*=" iconsweets-"],
.nav-list > .active > a > [class^="iconsweets-"],
.nav-list > .active > a > [class*=" iconsweets-"],
.navbar-inverse .nav > .active > a > [class^="iconsweets-"],
.navbar-inverse .nav > .active > a > [class*=" iconsweets-"],
.dropdown-menu > li > a:hover > [class^="iconsweets-"],
.dropdown-menu > li > a:hover > [class*=" iconsweets-"],
.dropdown-menu > .active > a > [class^="iconsweets-"],
.dropdown-menu > .active > a > [class*=" iconsweets-"],
.dropdown-submenu:hover > a > [class^="iconsweets-"],
.dropdown-submenu:hover > a > [class*=" iconsweets-"] {
background-image: url(../images/iconsweets-icons-white.png);
}
.iconsweets-magnifying-glass { background-position: -16px -16px; }
.iconsweets-trashcan { background-position: -48px -16px; }
.iconsweets--trashcan2 { background-position: -80px -16px; }
.iconsweets-presentation { background-position: -112px -16px; }
.iconsweets-download { background-position: -144px -16px; }
.iconsweets-download2 { background-position: -176px -16px; }
.iconsweets-upload { background-position: -208px -16px; }
.iconsweets-flag { background-position: -240px -16px; }
.iconsweets-flag2 { background-position: -272px -16px; }
.iconsweets-finish-flag { background-position: -304px -16px; }
.iconsweets-podium { background-position: -16px -48px; }
.iconsweets-cup { background-position: -48px -48px; }
.iconsweets-home { background-position: -80px -48px; }
.iconsweets-home2 { background-position: -112px -48px; }
.iconsweets-link { background-position: -144px -48px; }
.iconsweets-link2 { background-position: -176px -48px; }
.iconsweets-notebook { background-position: -208px -48px; }
.iconsweets-book { background-position: -240px -48px; }
.iconsweets-book-large { background-position: -272px -48px; }
.iconsweets-books { background-position: -304px -48px; }
.iconsweets-tree { background-position: -16px -80px; }
.iconsweets-construction { background-position: -48px -80px; }
.iconsweets-umbrella { background-position: -80px -80px; }
.iconsweets-mail { background-position: -112px -80px; }
.iconsweets-help { background-position: -144px -80px; }
.iconsweets-rss { background-position: -176px -80px; }
.iconsweets-strategy { background-position: -208px -80px; }
.iconsweets-strategy2 { background-position: -240px -80px; }
.iconsweets-apartment { background-position: -272px -80px; }
.iconsweets-companies { background-position: -304px -80px; }
.iconsweets-ghost { background-position: -16px -112px; }
.iconsweets-pacman { background-position: -48px -112px; }
.iconsweets-vault { background-position: -80px -112px; }
.iconsweets-archive { background-position: -112px -112px; }
.iconsweets-cabinet { background-position: -144px -112px; }
.iconsweets-bandaid { background-position: -176px -112px; }
.iconsweets-postcard { background-position: -208px -112px; }
.iconsweets-alert { background-position: -240px -112px; }
.iconsweets-alert2 { background-position: -272px -112px; }
.iconsweets-alarm { background-position: -304px -112px; }
.iconsweets-alarm2 { background-position: -16px -144px; }
.iconsweets-robot { background-position: -48px -144px; }
.iconsweets-globe { background-position: -80px -144px; }
.iconsweets-globe2 { background-position: -112px -144px; }
.iconsweets-chemical { background-position: -144px -144px; }
.iconsweets-lightbulb { background-position: -176px -144px; }
.iconsweets-cloud { background-position: -208px -144px; }
.iconsweets-cloud-upload { background-position: -240px -144px; }
.iconsweets-cloud-download { background-position: -272px -144px; }
.iconsweets-lamp { background-position: -304px -144px; }
.iconsweets-preview { background-position: -16px -176px; }
.iconsweets-icecream { background-position: -48px -176px; }
.iconsweets-icecream2 { background-position: -80px -176px; }
.iconsweets-paperclip { background-position: -112px -176px; }
.iconsweets-footprints { background-position: -144px -176px; }
.iconsweets-firefox { background-position: -176px -176px; }
.iconsweets-chrome { background-position: -208px -176px; }
.iconsweets-safari { background-position: -240px -176px; }
.iconsweets-loadingbar { background-position: -272px -176px; }
.iconsweets-bullseye { background-position: -304px -176px; }
.iconsweets-folder { background-position: -16px -208px; }
.iconsweets-locked { background-position: -48px -208px; }
.iconsweets-locked2 { background-position: -80px -208px; }
.iconsweets-unlock { background-position: -112px -208px; }
.iconsweets-tag { background-position: -144px -208px; }
.iconsweets-tag2 { background-position: -176px -208px; }
.iconsweets-mac { background-position: -208px -208px; }
.iconsweets-windows { background-position: -240px -208px; }
.iconsweets-linux { background-position: -272px -208px; }
.iconsweets-create { background-position: -304px -208px; }
.iconsweets-expose { background-position: -16px -240px; }
.iconsweets-key { background-position: -48px -240px; }
.iconsweets-key2 { background-position: -80px -240px; }
.iconsweets-table { background-position: -112px -240px; }
.iconsweets-chair { background-position: -144px -240px; }
.iconsweets-denied { background-position: -176px -240px; }
.iconsweets-ballons { background-position: -208px -240px; }
.iconsweets-cat { background-position: -240px -240px; }
.iconsweets-airplane { background-position: -272px -240px; }
.iconsweets-track { background-position: -304px -240px; }
.iconsweets-car { background-position: -16px -272px; }
.iconsweets-info { background-position: -48px -272px; }
.iconsweets-alarmclock { background-position: -80px -272px; }
.iconsweets-stopwatch { background-position: -112px -272px; }
.iconsweets-timer { background-position: -144px -272px; }
.iconsweets-clock { background-position: -176px -272px; }
.iconsweets-day { background-position: -208px -272px; }
.iconsweets-month { background-position: -240px -272px; }
.iconsweets-dress { background-position: -272px -272px; }
.iconsweets-tshirt { background-position: -304px -272px; }
.iconsweets-sportshirt { background-position: -16px -304px; }
.iconsweets-sweater { background-position: -48px -304px; }
.iconsweets-sleeveless { background-position: -80px -304px; }
.iconsweets-pants { background-position: -112px -304px; }
.iconsweets-socks { background-position: -144px -304px; }
.iconsweets-trolly { background-position: -176px -304px; }
.iconsweets-medical { background-position: -208px -304px; }
.iconsweets-suitcase { background-position: -240px -304px; }
.iconsweets-suitcase2 { background-position: -272px -304px; }
.iconsweets-suitcase3 { background-position: -304px -304px; }
.iconsweets-shoppingbag { background-position: -16px -336px; }
.iconsweets-purse { background-position: -48px -336px; }
.iconsweets-bag { background-position: -80px -336px; }
.iconsweets-paypal { background-position: -112px -336px; }
.iconsweets-paypal2 { background-position: -144px -336px; }
.iconsweets-paypal3 { background-position: -176px -336px; }
.iconsweets-money { background-position: -208px -336px; }
.iconsweets-money2 { background-position: -240px -336px; }
.iconsweets-pricetag { background-position: -272px -336px; }
.iconsweets-pricetags { background-position: -304px -336px; }
.iconsweets-piggybank { background-position: -16px -368px; }
.iconsweets-lemonade { background-position: -48px -368px; }
.iconsweets-basket { background-position: -80px -368px; }
.iconsweets-basket2 { background-position: -112px -368px; }
.iconsweets-scan { background-position: -144px -368px; }
.iconsweets-cart { background-position: -176px -368px; }
.iconsweets-cart2 { background-position: -208px -368px; }
.iconsweets-cart3 { background-position: -240px -368px; }
.iconsweets-cart4 { background-position: -272px -368px; }
.iconsweets-digg { background-position: -304px -368px; }
.iconsweets-digg2 { background-position: -16px -400px; }
.iconsweets-buzz { background-position: -48px -400px; }
.iconsweets-delicious { background-position: -80px -400px; }
.iconsweets-twitter { background-position: -112px -400px; }
.iconsweets-twitter2 { background-position: -144px -400px; }
.iconsweets-tumblr { background-position: -176px -400px; }
.iconsweets-plixi { background-position: -208px -400px; }
.iconsweets-dribbble { background-position: -240px -400px; }
.iconsweets-dribbble2 { background-position: -272px -400px; }
.iconsweets-stumbleupon { background-position: -304px -400px; }
.iconsweets-lastfm { background-position: -16px -432px; }
.iconsweets-mobypicture { background-position: -48px -432px; }
.iconsweets-youtube { background-position: -80px -432px; }
.iconsweets-youtube2 { background-position: -112px -432px; }
.iconsweets-vimeo { background-position: -144px -432px; }
.iconsweets-vimeo2 { background-position: -176px -432px; }
.iconsweets-skype { background-position: -208px -432px; }
.iconsweets-facebook { background-position: -240px -432px; }
.iconsweets-like { background-position: -272px -432px; }
.iconsweets-ichat { background-position: -304px -432px; }
.iconsweets-myspace { background-position: -16px -464px; }
.iconsweets-dropbox { background-position: -48px -464px; }
.iconsweets-walking { background-position: -80px -464px; }
.iconsweets-running { background-position: -112px -464px; }
.iconsweets-exit { background-position: -144px -464px; }
.iconsweets-male { background-position: -176px -464px; }
.iconsweets-female { background-position: -208px -464px; }
.iconsweets-user { background-position: -240px -464px; }
.iconsweets-users { background-position: -272px -464px; }
.iconsweets-admin { background-position: -304px -464px; }
.iconsweets-malesymbol { background-position: -16px -496px; }
.iconsweets-femalesymbol { background-position: -48px -496px; }
.iconsweets-user2 { background-position: -80px -496px; }
.iconsweets-users2 { background-position: -112px -496px; }
.iconsweets-admin2 { background-position: -144px -496px; }
.iconsweets-usercomment { background-position: -176px -496px; }
.iconsweets-cog { background-position: -208px -496px; }
.iconsweets-cog2 { background-position: -240px -496px; }
.iconsweets-cog3 { background-position: -272px -496px; }
.iconsweets-cog4 { background-position: -304px -496px; }
.iconsweets-settings { background-position: -16px -528px; }
.iconsweets-settings2 { background-position: -48px -528px; }
.iconsweets-hd { background-position: -80px -528px; }
.iconsweets-hd2 { background-position: -112px -528px; }
.iconsweets-hd3 { background-position: -144px -528px; }
.iconsweets-sd { background-position: -176px -528px; }
.iconsweets-sd2 { background-position: -208px -528px; }
.iconsweets-sd3 { background-position: -240px -528px; }
.iconsweets-dvd { background-position: -272px -528px; }
.iconsweets-blueray { background-position: -304px -528px; }
.iconsweets-record { background-position: -16px -560px; }
.iconsweets-cd { background-position: -48px -560px; }
.iconsweets-cassette { background-position: -80px -560px; }
.iconsweets-image { background-position: -112px -560px; }
.iconsweets-image2 { background-position: -144px -560px; }
.iconsweets-image3 { background-position: -176px -560px; }
.iconsweets-image4 { background-position: -208px -560px; }
.iconsweets-sound { background-position: -240px -560px; }
.iconsweets-megaphone { background-position: -272px -560px; }
.iconsweets-film { background-position: -304px -560px; }
.iconsweets-film2 { background-position: -16px -592px; }
.iconsweets-headphone { background-position: -48px -592px; }
.iconsweets-microphone { background-position: -80px -592px; }
.iconsweets-printer { background-position: -112px -592px; }
.iconsweets-radio { background-position: -144px -592px; }
.iconsweets-television { background-position: -176px -592px; }
.iconsweets-imac { background-position: -208px -592px; }
.iconsweets-laptop { background-position: -240px -592px; }
.iconsweets-mightymouse { background-position: -272px -592px; }
.iconsweets-magicmouse { background-position: -304px -592px; }
.iconsweets-mousewire { background-position: -16px -624px; }
.iconsweets-camera { background-position: -48px -624px; }
.iconsweets-camera2 { background-position: -80px -624px; }
.iconsweets-monitor { background-position: -112px -624px; }
.iconsweets-ipod { background-position: -144px -624px; }
.iconsweets-ipodnano { background-position: -176px -624px; }
.iconsweets-ipad { background-position: -208px -624px; }
.iconsweets-filmcamera { background-position: -240px -624px; }
.iconsweets-calculator { background-position: -272px -624px; }
.iconsweets-cashregister { background-position: -304px -624px; }
.iconsweets-fax { background-position: -16px -656px; }
.iconsweets-frames { background-position: -48px -656px; }
.iconsweets-coverflow { background-position: -80px -656px; }
.iconsweets-list { background-position: -112px -656px; }
.iconsweets-list2 { background-position: -144px -656px; }
.iconsweets-list3 { background-position: -176px -656px; }
.iconsweets-list4 { background-position: -208px -656px; }
.iconsweets-wordpress { background-position: -240px -656px; }
.iconsweets-wordpress2 { background-position: -272px -656px; }
.iconsweets-joomla { background-position: -304px -656px; }
.iconsweets-expressionengine { background-position: -16px -688px; }
.iconsweets-drupal { background-position: -48px -688px; }
.iconsweets-arrowright { background-position: -80px -688px; }
.iconsweets-arrowleft { background-position: -112px -688px; }
.iconsweets-arrowdown { background-position: -144px -688px; }
.iconsweets-arrowup { background-position: -176px -688px; }
.iconsweets-refresh { background-position: -208px -688px; }
.iconsweets-refresh2 { background-position: -240px -688px; }
.iconsweets-repeat { background-position: -272px -688px; }
.iconsweets-shuffle { background-position: -304px -688px; }
.iconsweets-refresh3 { background-position: -16px -720px; }
.iconsweets-refresh4 { background-position: -48px -720px; }
.iconsweets-recycle { background-position: -80px -720px; }
.iconsweets-fullscreen { background-position: -112px -720px; }
.iconsweets-fitscreen { background-position: -144px -720px; }
.iconsweets-origscreen { background-position: -176px -720px; }
.iconsweets-bluetooth { background-position: -208px -720px; }
.iconsweets-bluetooth2 { background-position: -240px -720px; }
.iconsweets-wifi { background-position: -272px -720px; }
.iconsweets-wifi2 { background-position: -304px -720px; }
.iconsweets-iphone3 { background-position: -16px -752px; }
.iconsweets-iphone4 { background-position: -48px -752px; }
.iconsweets-blackberry { background-position: -80px -752px; }
.iconsweets-android { background-position: -112px -752px; }
.iconsweets-mobile { background-position: -144px -752px; }
.iconsweets-inbox { background-position: -176px -752px; }
.iconsweets-outgoing { background-position: -208px -752px; }
.iconsweets-incoming { background-position: -240px -752px; }
.iconsweets-speech { background-position: -272px -752px; }
.iconsweets-speech2 { background-position: -304px -752px; }
.iconsweets-speech3 { background-position: -16px -784px; }
.iconsweets-speech4 { background-position: -48px -784px; }
.iconsweets-phone { background-position: -80px -784px; }
.iconsweets-phone2 { background-position: -112px -784px; }
.iconsweets-battery { background-position: -144px -784px; }
.iconsweets-battery2 { background-position: -176px -784px; }
.iconsweets-battery3 { background-position: -208px -784px; }
.iconsweets-battery4 { background-position: -240px -784px; }
.iconsweets-batteryfull { background-position: -272px -784px; }
.iconsweets-power { background-position: -304px -784px; }
.iconsweets-electric { background-position: -16px -816px; }
.iconsweets-plug { background-position: -48px -816px; }
.iconsweets-brush { background-position: -80px -816px; }
.iconsweets-brush2 { background-position: -112px -816px; }
.iconsweets-pen { background-position: -144px -816px; }
.iconsweets-bigbrush { background-position: -176px -816px; }
.iconsweets-pencil { background-position: -208px -816px; }
.iconsweets-clipboard { background-position: -240px -816px; }
.iconsweets-scissor { background-position: -272px -816px; }
.iconsweets-eyedrop { background-position: -304px -816px; }
.iconsweets-abacus { background-position: -16px -848px; }
.iconsweets-ruler { background-position: -48px -848px; }
.iconsweets-ruler2 { background-position: -80px -848px; }
.iconsweets-map { background-position: -112px -848px; }
.iconsweets-maps { background-position: -144px -848px; }
.iconsweets-post { background-position: -176px -848px; }
.iconsweets-marker { background-position: -208px -848px; }
.iconsweets-document { background-position: -240px -848px; }
.iconsweets-documents { background-position: -272px -848px; }
.iconsweets-pdf { background-position: -304px -848px; }
.iconsweets-pdf2 { background-position: -16px -880px; }
.iconsweets-word { background-position: -48px -880px; }
.iconsweets-word2 { background-position: -80px -880px; }
.iconsweets-word3 { background-position: -112px -880px; }
.iconsweets-zip { background-position: -144px -880px; }
.iconsweets-zip2 { background-position: -176px -880px; }
.iconsweets-ppt { background-position: -208px -880px; }
.iconsweets-ppt2 { background-position: -240px -880px; }
.iconsweets-excel { background-position: -272px -880px; }
.iconsweets-excel2 { background-position: -304px -880px; }
.iconsweets-vcard { background-position: -16px -912px; }
.iconsweets-vcard2 { background-position: -48px -912px; }
.iconsweets-address { background-position: -80px -912px; }
.iconsweets-chart { background-position: -112px -912px; }
.iconsweets-chart2 { background-position: -144px -912px; }
.iconsweets-chart3 { background-position: -176px -912px; }
.iconsweets-chart4 { background-position: -208px -912px; }
.iconsweets-chart5 { background-position: -240px -912px; }
.iconsweets-chart6 { background-position: -272px -912px; }
.iconsweets-chart7 { background-position: -304px -912px; }
.iconsweets-chart8 { background-position: -16px -944px; }
.glyphicons { list-style: none;}
.glyphicons li { float: left; line-height: 25px; width: 25%; }
.fontawesomeicons ul { list-style: none; }
.fontawesomeicons ul li { line-height: 25px; }
.iconsweetslist { list-style: none; }
.iconsweetslist li { float: left; line-height: 26px; width: 25%; }
/*** CONTENT SLIDER ***/
.bx-wrapper { border: 1px solid #ddd; width: auto !important; line-height: 21px; overflow: hidden; }
.bx-wrapper .pager { margin: 0; }
.slide_wrap{ padding: 20px 50px ; min-height: 60px; }
.bx-prev {
position: absolute; top: 0; left: 0; width: 30px; height: 100%; opacity: 0.6; vertical-align: middle;
background: #eee url(../images/prev.png) no-repeat center center; border-right: 1px solid #ddd;
}
.bx-next {
position: absolute; top: 0; right: 0; width: 30px; height: 100%; opacity: 0.6; vertical-align: middle;
background: #eee url(../images/next.png) no-repeat center center; border-left: 1px solid #ddd;
}
.bx-prev:hover, .bx-next:hover { opacity: 1; }
.slide_img { float: left; width: 100px; }
.slide_content { margin-left: 120px; text-align: left; }
.slide_content h4 { font-size: 18px; font-weight: normal; }
.slide_content h4 a:hover { color: #333; text-decoration: none; }
.slide_content p { margin: 10px 0; }
/*** SLIM SCROLL ***/
.slimScrollDiv { border: 1px solid #ddd; }
.entrylist li { display: block; padding: 20px; border-bottom: 1px solid #ddd; }
.entrylist li.even { background: #fcfcfc; }
.entry_wrap { min-height: 60px; }
.entry_img { float: left; }
.entry_content { margin-left: 120px; }
.entry_content h4 { font-size: 18px; font-weight: normal; }
.entry_content h4 a:hover { color: #333; text-decoration: none; }
.entry_content p { margin: 10px 0; }
.entry_content p:last-child { margin-bottom: 0; }
/*** MEDIA STYLES ***/
.mediamgr { position: relative; min-height: 400px; }
.mediamgr .mediamgr_right { position: absolute; width: 250px; top: 62px; right: 0; }
.mediamgr .mediamgr_rightinner { margin: 20px 0; padding-left: 20px; }
.mediamgr .mediamgr_rightinner h4 {
font-size: 12px; text-transform: uppercase; padding: 10px; background: #0866c6; color: #fff; }
.mediamgr_head { padding: 10px; background: #fcfcfc; border: 1px solid #ccc; overflow: visible; margin-bottom: 20px; }
.mediamgr_menu { list-style: none; position: relative; overflow: hidden; }
.mediamgr_menu li { display: inline-block; float: left; }
.mediamgr_menu li.right { float: right; }
.mediamgr_menu li a { margin-bottom: 0; }
.mediamgr_menu li a:hover { cursor: pointer; text-decoration: none; }
.mediamgr_menu li a.prev { border-right: 0; }
.mediamgr_menu li a.prev_disabled { opacity: 0.6; }
.mediamgr_menu li a.preview_disabled { opacity: 0.6; }
.mediamgr_menu form input.filekeyword { padding: 5px 7px; width: 200px; background: #fff; color: #999; margin: 0; font-style: italic; }
.mediamgr_content { padding: 20px 0; margin-right: 250px; }
.mediamgr_category { padding: 10px 0; border-bottom: 1px dashed #ddd; margin-right: 270px; }
.mediamgr_category ul { list-style: none; }
.mediamgr_category ul li { display: inline-block; margin-right: 5px; }
.mediamgr_category ul li.right { float: right; }
.mediamgr_category ul li a { display: block; padding: 3px 10px; color: #666; }
.mediamgr_category ul li a:hover, .mediamgr_category ul li.current a {
background: #333; color: #fff; text-decoration: none;
}
.mediamgr_category ul li .pagenuminfo { display: inline-block; margin-top: 5px; }
.mediamgr_menu li a.newfilebutton {
display: block; padding: 4px 10px 5px 10px; text-align: center; border: 1px solid #F0882C; background: #FB9337; color: #fff;
font-weight: bold; font-size: 12px; -moz-box-shadow: inset 0 1px 0 rgba(250,250,250,0.3);
-webkit-box-shadow: inset 0 1px 0 rgba(250,250,250,0.3); box-shadow: inset 0 1px 0 rgba(250,250,250,0.3);
}
.mediamgr_menu li a.newfilebutton:hover { background: #485B79; border: 1px solid #3f526f; }
.menuright { list-style: none; }
.menuright li { display: block; margin-bottom: 1px; }
.menuright li a { display: block; padding: 5px 10px; color: #666; }
.menuright li a:hover { background: #ddd; text-decoration: none; }
.menuright li.current a { background: #333; color: #fff; }
.listfile { list-style: none; }
.listfile li { display: inline-block; margin: 5px 10px 5px 0; border: 1px solid #ddd; padding: 10px; background: #fcfcfc; }
.listfile li:hover { border-color: #bbb; }
.listfile li a { display: block; }
.listfile li a:hover { cursor: pointer; }
.listfile li span.filename { display: block; margin-top: 5px; font-size: 11px; text-align: center; }
.listfile li.selected { border-color: #3493f5; background: #eaf3fd; }
.mediaWrapper { padding: 5px; width: 700px; min-height: 350px; }
.mediaWrapper p { margin: 10px 0; }
.mediaWrapper p:first-child { margin-top: 0; }
.imgpreview { width: 249px; max-width: none; }
.imginfo { background: #eee; padding: 10px 20px 10px 10px; border: 1px solid #ddd; }
.imgdetails label { display: block; margin-bottom: 2px; }
.imgdetails input, .imgdetails textarea { padding: 7px 5px; border: 1px solid #bbb; background: #fcfcfc; }
/*** MESSAGES STYLES ***/
.messagepanel { }
.messagemenu { background: #0866c6; margin-top: 15px; }
.messagemenu ul { list-style: none; overflow: hidden; clear: both; }
.messagemenu ul li {
display: inline-block; float: left; border-right: 1px solid rgba(255,255,255,0.2);
text-transform: uppercase; font-size: 11px; }
.messagemenu ul li a { display: block; padding: 12px 16px; color: #fff; }
.messagemenu ul li a:hover { text-decoration: none; background: rgba(255,255,255,0.1); }
.messagemenu ul li.active { border: 1px solid #0866c6; border-bottom: 0; }
.messagemenu ul li.active a { background: #fff; color: #0866c6; }
.messagemenu ul li.pull-right { float: right; border-right: 0; border-left: 1px solid rgba(255,255,255,0.2); }
.messagemenu ul li.back { display: none; border-right: 0; }
.messagemenu ul li.back a { cursor: pointer; }
.messagecontent { overflow: hidden; clear: both; }
.messageleft { width: 325px; border: 1px solid #0866c6; border-top: 0; height: 600px; float: left; background: #f7f7f7; }
.messageright { background: #fff; margin-left: 325px; border: 1px solid #0866c6; border-top: 0; border-left: 0; height: 600px; }
.messagesearch { padding: 10px; background: #fff; border-bottom: 1px solid #0866c6; }
.messagesearch input {
margin: 0; padding: 8px 10px; height: auto; background: #fff url(../images/icons/search.png) no-repeat 275px 8px; }
.msglist { list-style: none; overflow: auto; height: 540px; }
.msglist li { display: block; padding: 10px; border-bottom: 1px solid #ddd; overflow: hidden; clear: both; cursor: pointer; }
.msglist li.unread { background: #fff; }
.msglist li.selected { background: #0866c6; }
.msglist li .thumb { width: 40px; height: 40px; float: left; }
.msglist li .summary { margin-left: 50px; color: #666; font-size: 12px; line-height: normal; }
.msglist li.selected .summary { color: #fff; }
.msglist li h4 { font-size: 13px; color: #0866c6; line-height: 14px; }
.msglist li.selected h4 { color: #fff; }
.msglist li .date { height: 10px; color: #999; margin-top: -5px; }
.msglist li.selected .date { color: #fff; opacity: 0.6; }
.msglist li p { line-height: 10px; margin-top: 5px; }
.messageview { overflow: auto; height: 450px; }
.messageview .subject { padding: 14px 20px 13px 20px; font-size: 16px; line-height: 28px; padding-right: 150px; }
.messageview .btn-group { margin-top: 12px; margin-right: 10px; }
.messageview .btn-group .btn { font-size: 11px; text-transform: uppercase; }
.msgauthor { padding: 10px 20px; border: 1px solid #ddd; border-left: 0; border-right: 0; overflow: hidden; clear: both; }
.msgauthor .thumb { width: 30px; height: 30px; float: left; margin-top: 5px; }
.msgauthor .authorinfo { margin-left: 40px; }
.msgauthor .authorinfo h5 { font-size: 12px; line-height: 10px; }
.msgauthor .authorinfo h5 span { font-size: 12px; color: #999; margin-left: 5px; }
.msgauthor .authorinfo .to { font-size: 11px; color: #999; display: block; margin-top: -3px; }
.msgauthor .authorinfo .date { font-size: 12px; color: #999; }
.msgbody { padding: 20px; color: #666; }
.msgbody p { margin: 20px 0; }
.msgbody p:first-child { margin-top: 0; }
.msgbody p:last-child { margin-bottom: 0; }
.msgreply { padding: 10px; border-top: 1px solid #0866c6; }
.msgreply .thumb { width: 40px; height: 40px; float: left; }
.msgreply .reply { margin-left: 50px; }
.msgreply textarea {
display: block; width: 100%; height: 128px; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; box-sizing: border-box; }
/*** TABLES ***/
.dataTable { margin-bottom: 0; }
.dataTable th, .dataTable td { font-size: 12px; }
.dataTables_wrapper { position: relative; }
.dataTables_length, .dataTables_info { background: #eee; padding: 10px; font-size: 11px; border: 1px solid #ddd; }
.dataTables_length { border-bottom: 0; }
.dataTables_info { border-top: 0; }
.dataTables_filter { position: absolute; top: 12px; right: 10px; }
.dataTables_filter input { width: 150px; margin: 0 0 0 10px; }
.dataTables_paginate { position: absolute; bottom: 10px; right: 10px; }
.dataTables_paginate .first, .dataTables_paginate .previous, .dataTables_paginate .paginate_active,
.dataTables_paginate .paginate_button, .dataTables_paginate .next, .dataTables_paginate .last {
padding: 5px 10px; border: 1px solid #ccc; border-left: 0; font-size: 11px; background: #eee; cursor: pointer; }
.dataTables_paginate span:hover { background-color: #ddd; }
.dataTables_paginate .first { border-left: 1px solid #ccc; }
.dataTables_paginate .paginate_active { background: #fff; }
.dataTables_paginate .paginate_button:hover { background: #eee; }
.dataTables_paginate .paginate_button_disabled { cursor: default; color: #ccc; background: #eee; }
.dataTables_paginate a { color: #666; }
.dataTables_paginate a:hover { text-decoration: none; }
.dataTables_length select { width: auto !important; margin: 0; }
.dataTables_scrollHead { background: #333; }
.dataTables_scrollHead table { border-bottom: 0; }
#dyntable2_wrapper .dataTables_filter {
position: static; padding: 10px; background: #eee; text-align: right; border-left: 1px solid #ccc;
border-right: 1px solid #ccc; }
#dyntable2_info { border-top: 1px solid #ddd; }
/*** GRAPHS & CHARTS ***/
.stackControls { margin-right: 3px; }
.stackControls, .graphControls { display: inline-block; float: left; }
.stackControls .btn, .graphControls .btn { font-size: 11px; }
/*** TYPOGRAPHY ***/
ul.list-unordered, ol.list-ordered,
ul.list-unordered ul, ol.list-ordered ol { margin: 0 0 0 25px; padding: 0; }
ul.list-checked, ol.list-checked,
ul.list-checked2, ol.list-checked2 { list-style: none; margin: 0; }
ul.list-checked li, ol.list-checked li { background: url(../images/check.png) no-repeat 0 2px; padding-left: 25px; display: block; }
ul.list-checked2 li, ol.list-checked2 li { background: url(../images/check2.png) no-repeat 0 2px; padding-left: 25px; display: block; }
ul.list-nostyle ul, ol.list-style ol,
ul.list-nostyle ol, ol.list-style ul { margin: 0 0 0 25px; padding: 0; }
ul.list-nostyle li, ol.list-nostyle li { list-style: none; }
ul.list-nostyle li span, ol.list-nostyle li span { vertical-align: top; }
ul.list-inline li { display: inline-block; margin: 0 5px 10px 0; }
/*** ELEMENTS & WIDGETS ***/
.tooltipsample li { display: inline-block; margin-right: 5px; list-style: none; }
.popoversample li { display: inline-block; margin-right: 5px; list-style: none; }
.pargroup { border: 1px solid #ccc; background: #fff; overflow: hidden; }
.pargroup .par { border-bottom: 1px solid #ddd; padding: 10px; }
.pargroup .par:last-child { border-bottom: 0; }
.pargroup .par p.pull-right { margin-top: -20px; font-size: 11px; }
.pargroup .par h6 { font-weight: normal; color: #666; }
/*** FORM STYLES ***/
#colorpicker { margin: 0; }
/*** FORM WIZARD STYLES ***/
.wizard .hormenu { list-style: none; clear: both; margin-bottom: 75px; }
.wizard .hormenu li { float: left; width: 33.333%; }
.wizard .hormenu li a { display: block; padding: 10px 15px; background: #fff; border: 1px solid #0866c6; border-left: 0; }
.wizard .hormenu li:first-child a { border-left: 1px solid #0866c6; }
.wizard .hormenu li a:hover { text-decoration: none; }
.wizard .hormenu li a span.h2 { font-size: 16px; color: #999; display: block; margin-bottom: 5px; }
.wizard .hormenu li span.label { display: block; color: #999; background: none; text-shadow: none; padding: 0; font-size: 12px; }
.wizard .hormenu li a span.dot span { width: 20px; height: 20px; display: inline-block; background: url(../img/steps.png) no-repeat 0 -40px; }
.wizard .hormenu li:first-child a span.dot { margin-left: 47%; text-align: left; }
.wizard .hormenu li:last-child a span.dot { margin-right: 47%; text-align: right; }
.wizard .hormenu li a.done { background: #0866c6; border-right: 1px solid rgba(255,255,255,0.2); }
.wizard .hormenu li a.done span.label { color: #fff; }
.wizard .hormenu li a.done span.h2 { color: #fff; opacity: 0.6; }
.wizard .hormenu li a.done span.dot span { background-position: 0 -20px; }
.wizard .hormenu li:first-child a.done span.dot span { background-position: 0 0; }
.wizard .hormenu li a.selected { background: #0866c6; }
.wizard .hormenu li a.selected span.dot span { background-position: 0 -120px; }
.wizard .hormenu li:first-child a.selected span.dot span { background-position: 0 -100px; }
.wizard .hormenu li a.selected span.label { color: #fff; }
.wizard .hormenu li a.selected span.h2 { color: #fff; }
.stepContainer { width: auto !important; border: 2px solid #0866c6; border-bottom: 0; }
.stepContainer .content h4 { }
.stepContainer p { margin: 20px 0; }
.stepContainer .par p { margin: 10px 0; line-height: 21px; }
.stepContainer .par p:last-child { border-bottom: 0; }
.actionBar {
padding: 15px; position: relative; overflow: hidden; clear: both; border: 2px solid #0866c6; border-top: 1px solid #0866c6;
background: #fff; }
.actionBar .loader { float: left; display: none; }
.actionBar a {
float: right; display: inline-block; padding: 5px 15px; background: #fff; color: #0866c6;
margin-left: 5px; border: 2px solid #0866c6; }
.actionBar a:hover { text-decoration: none; background: #0866c6; color: #fff; }
.actionBar a.buttonDisabled { background: #fff; border: 2px solid #0866c6; color: #0866c6; opacity: 0.5; }
.actionBar a.buttonDisabled:hover { cursor: default; }
.actionBar a.buttonDisabled:active { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.actionBar .msgBox { margin: 40px 0 10px 0; position: relative; }
.actionBar .msgBox .content { padding: 7px 10px; background: #fffccc; color: #333; border: 1px solid #FEEA7A; }
.actionBar .msgBox .close {
padding: 0 2px 2px 2px; background: none; line-height: 10px; text-transform: lowercase; font-size: 10px;
position: absolute; top: 5px; right: 7px; color: #333; text-shadow: none; font-weight: bold;
-moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px; }
.actionBar .msgBox .close:hover { background: #333; color: #eee; }
.tabbedwizard .stepContainer { padding: 30px; background: #fff; }
.tabbedwizard .stepContainer h4 { font-size: 14px; border-bottom: 1px solid #ddd; color:#666; }
.wizard .tabbedmenu {
list-style: none; background: #0866c6; padding: 10px; padding-bottom: 0; height: 61px; }
.wizard .tabbedmenu li { display: inline-block; margin-right: 5px; position: relative; bottom: -1px; }
.wizard .tabbedmenu li a { display: block; padding: 10px 20px; color: #fff; background: rgba(255,255,255,0.1); }
.wizard .tabbedmenu li a span { text-shadow: none; padding: 0; background: none; color: #fff; font-size: 12px; }
.wizard .tabbedmenu li a span.h2 { color: #fff; opacity: 0.5; display: block; font-size: 18px; font-weight: normal; }
.wizard .tabbedmenu li a:hover { text-decoration: none; }
.wizard .tabbedmenu li a.selected, .wizard .tabbedmenu li a.done {
background: #fff; color: #0866c6; border: 0; }
.wizard .tabbedmenu li a.selected span.h2, .wizard .tabbedmenu li a.selected span { color: #235688; }
.wizard .tabbedmenu li a.done span.h2, .wizard .tabbedmenu li a.done span { color: #235688; }
.wizard.wizard-inverse .hormenu li a { border-color: #333; }
.wizard.wizard-inverse .hormenu li a.selected,
.wizard.wizard-inverse .hormenu li a.done { background-color: #333; border-color: #333; border-right-color: rgba(255,255,255,0.1); }
.wizard.wizard-inverse .stepContainer { border-color: #333; }
.wizard.wizard-inverse .stepContainer .content h4 { background-color: #333; }
.wizard.wizard-inverse .actionBar { border-color: #333; }
.wizard.wizard-inverse .actionBar a { border-color: #333; color: #333; }
.wizard.wizard-inverse .actionBar a:hover { background-color: #333; color: #fff; }
.wizard.wizard-inverse .actionBar a.buttonDisabled:hover { background-color: #fff; color: #333; }
/*** EDIT PROFILE ***/
.profile-left .taglist { list-style: none; }
.profile-left .taglist li { display: block; margin-bottom: 1px; }
.profile-left .taglist li a { color: #666; display: block; padding: 7px 10px; background: #eee; position: relative; }
.profile-left .taglist li a:hover { text-decoration: none; background: #ddd; }
.profile-left .taglist li a span { position: absolute; top: 8px; right: 10px; opacity: 0.3; }
.profilethumb { text-align: center; position: relative; overflow: hidden; }
.profilethumb a { display: none; font-size: 11px; position: absolute; top: 5px; right: 5px; padding: 2px 7px; background: #333; color: #fff; }
.profilethumb a:hover { text-decoration: none; background: #444; }
.editprofileform label { float: left; width: 100px; padding-top: 5px; }
.editprofileform input[type=checkbox] { margin: 0; margin-right: 10px; vertical-align: middle; }
.editprofileform p { margin: 20px 0; }
/*** SEARCH RESULTS PAGE ***/
.resultslist { list-style: none; }
.resultslist li { display: block; margin-top: 20px; }
.resultslist li:first-child { margin-top: 0; }
.resultslist h3 { font-weight: normal; margin: 0; font-size: 16px; }
.resultslist .link { display: block; color: #999; }
.resultslist .link:hover { text-decoration: none; color: #666; }
.sidebarlabel { margin-bottom: 5px; }
/*** ERROR PAGE ***/
.errortitle { text-align: center; margin-top: 5%; }
.errortitle h4 { font-size: 24px; margin-bottom: 20px; }
.errortitle span {
display: inline-block; font-size: 120px; background: #333; color: #fff; line-height: normal; padding: 10px 30px;
margin-left: 7px; }
.errortitle .errorbtns { margin-top: 20px; }
.errortitle .errorbtns a { margin-right: 7px; display: inline-block; }
/*** INVOICE PAGE ***/
.invoice_logo { margin-bottom: 30px; }
.table-invoice, .table-invoice-full { border-color: #ccc; border-top: 1px solid #ccc !important; }
.table-invoice tr td, .table-invoice-full tr td { border-color: #ccc; }
.table-invoice tr td:first-child { background: #eee; font-size: 11px; text-transform: uppercase; }
.table-invoice tr td:last-child { background: #fff; }
.table-invoice-full tr td { background: #f7f7f7; }
.table-invoice-full th.right, .table-invoice-full td.right { text-align: right; }
.invoice-table { width: 100%; border: 0; margin-top: 15px; }
.invoice-table tr td { line-height: 26px; border: 0; }
.invoice-table td.right { text-align: right; background: transparent !important; }
.invoice-table td.numlist strong { display: block; border-top: 1px solid #ddd; padding: 7px 0; }
.amountdue { text-align: right; }
.amountdue h1 {
text-align: center; line-height: normal; border: 1px solid #ccc; background: #fcfcfc;
display: inline-block; padding: 10px 30px; width: 200px;
}
.amountdue h1 span { display: block; font-size: 12px; text-transform: uppercase; color: #666; }
.amountdue .btn { margin-top: 15px; width: 222px; }
.msg-invoice { padding: 0 !important; }
.msg-invoice h4 { font-size: 12px; text-transform: uppercase; }
.msg-invoice p { font-size: 11px; line-height: 18px; }
/*** DISCUSSION STYLES ***/
.sidebarlist { list-style: none; }
.sidebarlist li { padding: 7px 0; border-bottom: 1px solid #ddd; }
.sidebarlist li i { float: left; position: relative; top: 3px; }
.sidebarlist li a { padding-left: 10px; }
.sidebarlist li a:hover { text-decoration: none; }
.sidebarlist li a span { color: #ccc; float: right; font-size: 11px; }
.topictitle { font-size: 18px; color: #333; }
.topicpanel {
padding: 15px 15px; border: 1px solid #ddd; background: #fcfcfc; margin: 20px 0;
box-shadow: 0 2px 0 rgba(0,0,0,0.03);
}
.topicpanel .author-thumb { float: left; overflow: hidden; width: 70px; }
.topicpanel .topic-content { margin-left: 90px; }
.topicpanel h5 { font-size: 14px; }
.topicpanel .topic-content p { margin: 15px 0; }
.topicpanel .topic-content p:first-child { margin-top: 0; }
.topicpanel .topic-content p:last-child { margin-bottom: 0; color: #999; }
.topicpanel .topic-content p.date { font-size: 11px; }
.comments { list-style: none; }
.comments li { display: block; overflow: hidden; clear: both; border-bottom: 1px dashed #ddd; padding-bottom: 25px; margin-bottom: 25px; }
.comments li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.comments li .authorimg { display: block; float: left; margin-right: 20px; margin-top: 5px; overflow: hidden; width: 60px; }
.comments li .comment { margin-left: 75px; position: relative; }
.comments li:last-child .comment { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.comments li .commentreply { font-size: 11px; text-transform: uppercase; }
.comments li .replybutton:hover { color: #fff; }
.comments li .commenttime { font-size: 11px; color: #999; display: inline-block; margin-left: 10px; }
.comments li .commentbody { margin-top: 15px; }
.comments ul { margin-left: 75px; margin-top: 25px; border-top: 1px dashed #ddd; padding-top: 25px; }
.comments ul li:last-child .comment { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.replypanel { margin: 20px 0; }
.replypanel .author-thumb { float: left; margin-top: 5px; overflow: hidden; width: 55px; }
.replypanel .topic-content { margin-left: 70px; }
.replypanel h5 { font-size: 14px; }
.replypanel p { margin: 10px 0; }
.replypanel textarea {
width: 100%; background: #fcfcfc; border: 1px solid #ccc; padding: 7px 5px; min-height: 100px; resize: vertical;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.replypanel textarea:focus {
border-color: #ccc; color: #666; background: #fff; font-style: normal;
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
/*** BLOG PANEL ***/
.gridblog { list-style: none; }
.gridblog::after { clear: both; content: ''; display: block; }
.gridblog li { width: 33.3333%; float: left; }
.gridblog li .inner { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 20px; }
.gridblog li .gridthumb { position: relative; }
.gridblog li .gridimg { display: block; position: relative; }
.gridblog li .overlay {
background: rgba(0,0,0,0.65); position: absolute; top: 0; left: 0; width: 100%; height: 100%;
display: none;
}
.gridblog li .overlay div { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; }
.gridblog li .overlay span {
position: relative; display: block; top: -50%; left: -50%; font-size: 24px; background: #000; width: 60px; height: 60px;
-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; overflow: hidden; opacity: 0.8;
}
.gridblog li .overlay span i { margin: 17px 0 0 15px; color: #fff; }
.gridblog li .blogdate { position: absolute; bottom: 0; left: 0; background: #F3A00F; }
.gridblog li .blogdate .icon { float: left; background: #333; color: #fff; padding: 5px 0; text-align: center; width: 30px; }
.gridblog li .blogdate .date {
min-width: 50px; padding: 5px 10px; color: #fff; text-transform: uppercase; font-size: 12px; margin-left: 30px; }
.gridblog li .inner h3 { font-size: 20px; margin-top: 10px; line-height: 28px; }
.gridblog li .inner h3 a:hover { text-decoration: none; color: #333; }
.gridblog li .blogmeta { line-height: normal; margin-top: 0; font-size: 11px; margin: 2px 0 12px; }
.gridblog li .blogmeta a { text-transform: none; }
.gridblog li .readmore { margin-top: 15px; display: block; text-transform: uppercase; font-size: 12px; }
.gridblog li .readmore:hover { text-decoration: none; }
/*** TIMELINE STYLES ***/
.timelinelist { list-style: none; border-left: 2px solid #ccc; padding: 30px 0 20px 10px; margin-left: 53px; }
.timelinelist li { margin-bottom: 20px; }
.timelinelist li .tl-icon {
position: relative; margin-left: -42px; display: inline-block; padding: 15px 18px; font-size: 28px;
background: #f7f7f7 url(../images/bg1.png); border: 2px solid #ccc; color: #666; float: left;
-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }
.timelinelist li .tl-icon .iconfa-picture { display: inline-block; margin: 2px 0; }
.timelinelist li .tl-post { margin-left: 50px; background: #fff; border: 1px solid #ccc; }
.timelinelist li .tl-post textarea { margin: 0; height: auto; height: 10px; }
.timelinelist li .tl-texta { padding: 15px; }
.timelinelist li .tl-author { padding: 15px 15px 0 15px; }
.timelinelist li .tl-author::after { clear: both; content: ''; display: block; }
.timelinelist li .tl-thumb { width: 25px; border: 1px solid #ddd; padding: 3px; float: left; }
.timelinelist li .tl-thumb img { display: block; }
.timelinelist li .tl-body { padding: 0 15px 15px 15px; }
.timelinelist li .tl-link { background: #f7f7f7; border-top: 1px solid #ddd; padding: 15px; }
.timelinelist li .tl-link::after { clear: both; display: block; content: ''; }
.timelinelist li .tl-action { background: #fcfcfc; border-top: 1px solid #ddd; }
.timelinelist li .tl-action::after { content: ''; clear: both; display: block; }
.timelinelist li .tl-action a { float: left; display: inline-block; padding: 5px 20px; border-right: 1px solid #ddd; }
.timelinelist li .tl-action a:hover { background: #eee; color: #333; text-decoration: none; }
.timelinelist li h5 { float: left; color: #666; margin-left: 10px; font-size: 12px; }
.timelinelist li h5 a { font-weight: bold; }
.timelinelist li h5 small { display: block; font-size: 10px; color: #999; }
.timelinelist li .linkimg { width: 35%; float: left; }
.timelinelist li .linkimg img { display: block; }
.timelinelist li .linkdetails { float: left; margin-left: 2%; width: 60%; }
.timelinelist li .linkdetails h5 { display: block; float: none; margin: 0; font-size: 13px; }
.timelinelist li .linkdetails p { color: #666; display: block; margin-top: 5px; font-size: 11px; }
.timelinelist li .tl-images { padding: 0 15px 15px 15px; }
.timelinelist li .tl-images ul { list-style: none; }
.timelinelist li .tl-images ul li { display: inline-block; margin: 0; }
.timelinelist li .tl-images ul li a { display: block; width: 162px; }
.timelinelist li .tl-images ul li a img { display: block; }
.timelinelist li .tl-comments { padding: 15px; border-top: 1px solid #ddd; }
.timelinelist li .tl-comments ul { list-style: none; }
.timelinelist li .tl-comments ul li {
margin-bottom: 10px; display: block; border-bottom: 1px dotted #ddd; padding-bottom: 10px; }
.timelinelist li .tl-comments ul li .c-thumb { margin-top: 5px; width: 30px; float: left; }
.timelinelist li .tl-comments ul li .c-text { margin-left: 40px; font-size: 11px; color: #666; }
.timelinelist li .tl-comments ul li .c-text h6 { font-size: 11px; font-weight: normal; }
.timelinelist li .tl-comments ul li .c-text h6 a { font-weight: bold; }
.timelinelist li .tl-comments ul li.c-input .c-thumb { margin-top: 0; }
.timelinelist li .tl-comments ul li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
/*** CHAT PAGE STYLES ***/
.chatcontent { position: relative; padding: 0; line-height: 21px; }
.chatcontent .messagebox { background: #fff; border: 1px solid #ccc; padding: 10px; margin-bottom: 20px; }
.chatcontent .messagebox::after { content: ''; clear: both; display: block; }
.chatcontent .inputbox { display: block; }
.chatcontent .messagebox input {
padding: 8px 5px 8px 30px; display: inline-block;
background: #fff url(../images/chat.png) no-repeat 8px 12px; width: 100%; margin: 0; }
.chatmessage {
height: 425px; border: 1px solid #ccc; background: #fff; overflow: auto;
position: relative; margin-bottom: 10px; }
#chatmessageinner p img { display: inline-block; vertical-align: middle; float: left; }
#chatmessageinner p { padding: 10px; }
#chatmessageinner .msgblock {
background: #fff; margin-left: 40px; padding: 10px; border: 1px solid #ddd; display: block;
}
#chatmessageinner .time { font-size: 11px; color: #999; font-style: italic; }
#chatmessageinner .msg { margin-top: 10px; display: block; }
#chatmessageinner p.reply img { display: inline-block; vertical-align: middle; float: right; }
#chatmessageinner p.reply .msgblock { margin: 0 40px 0 0; }
.chatusers { list-style: none; line-height: 21px; }
.chatusers li { border: 1px solid #ccc; border-top: 0; position: relative; padding: 1px; }
.chatusers li:first-child { border-top: 1px solid #ccc; }
.chatusers li span.msgcount {
position: absolute; top: 12px; right: 10px; font-size: 10px; padding: 3px 5px; line-height: 10px; color: #fff; background: #FB9337; font-weight: bold;
-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
}
.chatusers li a { padding: 8px 5px; display: block; color: #666; }
.chatusers li.online a { background: url(../images/online.png) no-repeat right 16px; }
.chatusers li.new a { font-weight: bold; }
.chatusers li a:hover { background-color: #eee; text-decoration: none; }
.chatusers li a img { vertical-align: middle; display: inline-block; margin-right: 10px; }
/*** PEOPLE DIRECTORY ***/
.peoplegroup { display: inline-block; margin-bottom: 10px; }
.peoplegroup li { border-right: 1px solid #ddd; display: inline-block; float: left; padding: 0 10px; }
.peoplegroup li:first-child { padding-left: 0; }
.peoplegroup li:last-child { border-right: 0; }
.peoplegroup li a { display: block; padding: 2px 10px; font-size: 11px; text-transform: uppercase; color: #666; }
.peoplegroup li a:hover { background: #ddd; color: #666; text-decoration: none; }
.peoplegroup li.active a { background: #333; color: #fff; }
.alphabets {
list-style: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc; background: #fff; }
.alphabets::after { clear: both; content: ''; display: block; }
.alphabets li {
display: inline-block; float: left; border-left: 1px solid #ccc; padding: 5px 10px;
color: #999; width: 10px; }
.alphabets li:last-child { border-right: 1px solid #ccc; }
.peoplelist { margin: 25px 0; }
.peoplelist .peoplewrapper { border: 1px solid #ccc; padding: 15px; background: #fff; height: 115px; margin-bottom: 20px; }
.peoplelist .thumb { float: left; }
.peoplelist .thumb img { display: block; width: 80px; }
.peoplelist .peopleinfo { margin-left: 95px; }
.peoplelist .peopleinfo h4 { font-size: 15px; }
.peoplelist .peopleinfo h4 span {
font-family: sans-serif; font-size: 10px; text-transform: uppercase; margin-left: 5px; }
.peoplelist .peopleinfo h4 span.on { color: green; }
.peoplelist .peopleinfo h4 span.off { color: #999; }
.peoplelist .peopleinfo ul { list-style: none; font-size: 11px; color: #666; }
.peoplelist .peopleinfo ul li { line-height: 18px; }
.peoplelist .peopleinfo ul li span { line-height: 18px; }
.onlineuserpanel { width: 200px; height: 100%; background: #333; position: fixed; top: 0; right: 0; display: none; }
.onlineuserpanel .slimScrollDiv { border: 0; }
.onlineusers ul { list-style: none; position: relative; }
.onlineusers ul li {
display: block; padding: 7px; border-bottom: 1px solid #3c3c3c; height: 25px; font-family: sans-serif; font-size: 11px;
cursor: pointer; }
.onlineusers ul li:hover { cursor: pointer; background: #373737; }
.onlineusers ul li.on {
background-image: url(../images/on.png); background-repeat: no-repeat; background-position: 180px center; }
.onlineusers ul li img { width: 24px; display: block; float: left; }
.onlineusers ul li span { display: block; margin-left: 29px; color: #999; }
.chatwindows { position: fixed; bottom: 0; right: 200px; z-index: 100; display: none; }
.chatwin {
position: relative; width: 230px; border: 1px solid #0866c6; border-bottom: 0; background: #fff; margin-right: 5px;
float: right; -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
box-shadow: 0 0 5px rgba(0,0,0,0.6); }
.chatwin h4 { font-size: 11px; padding: 5px; background: #0866c6; color: #fff; }
.chatwin .close {
position: absolute; top: 1px; right: 3px; color: #fff; font-weight: normal; opacity: 0.3;
text-shadow: none; font-size: 16px; cursor: pointer; }
.chatwin .close:hover { cursor: pointer; opacity: 0.6; }
.chatwin .chatmsg { height: 180px; }
.chatwin .chattext { padding: 5px; }
.chatwin .chattext input {
min-height: 20px; padding: 7px 5px; border: 1px solid #bbb; font-size: 11px; font-family: sans-serif; }
#chatwinlist {
display: inline-block; float: right; padding: 2px 6px; background: #fff; margin-right: 5px; margin-top: 217px;
color: #0866c6; border: 1px solid #0866c6; border-bottom: 0; vertical-align: bottom; position: relative; }
#chatwinlist span { cursor: pointer; }
#chatwinlist ul {
list-style: none; width: 150px; position: absolute; right: -1px; bottom: 25px;
border: 1px solid #0866c6; display: none; }
#chatwinlist ul li {
display: block; background: #fff; padding: 5px; border-bottom: 1px solid #ddd; cursor: pointer; }
#chatwinlist ul li:hover { background: #f7f7f7; }
#chatwinlist ul li:last-child { border-bottom: 0; }
#chatwinlist h4 { font-family: sans-serif; font-size: 11px; }
.chatmsg { list-style: none; }
.chatmsg li { display: block; font-size: 11px; padding: 0 5px; }
.chatenabled .mainwrapper { margin-right: 200px; }
.chatenabled .mainwrapper .mainwrapper { margin-right: 0; }
.chatenabled .chatwindows { display: block; }
.chatenabled .onlineuserpanel { display: block; }
/*** LOCK SCREEN ***/
.lockscreen { width: 100%; height: 100%; left: 0; top: 0; z-index: 200; position: fixed; }
.lockscreen .lock-overlay {
background: #0866c6; opacity: 0.85; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.logwindow { position: absolute; top: 20%; left: 50%; z-index: 200; }
.logwindow-inner { position: relative; left: -50%; }
.logwindow-inner input { border: 0; padding: 10px; }
.logwindow-inner form { width: 280px; text-align: center; color: #fff; }
.logwindow-inner h3 { margin-bottom: 20px; }
.logwindow-inner img { background: #fff; padding: 5px; display: inline-block; }
.logwindow-inner h5 { font-size: 14px; color: #fff; margin-bottom: 20px; }
/*** FOOTER STYLES ***/
.footer {
font-size: 11px; color: #666; padding-top: 15px; margin-top: 40px;
border-top: 1px solid #ccc; overflow: hidden; clear: both; }
.footer .footer-left { float: left; }
.footer .footer-right { float: right; }
/*** CUSTOM STYLES ***/
.nopadding { padding: 0; }
.nomargin { margin: 0; }
.padding5 { padding: 5px; }
.padding20 { padding: 20px; }
.divider15 { clear: both; height: 15px; }
.divider30 { height: 30px; }
.marginleft15 { margin-left: 15px; }
.marginleft5 { margin-left: 5px; }
.margintop20 { margin-top: 20px; }
.margin20 { margin: 20px; }
.margin20-0 { margin: 20px 0; }
.tooltipflot { background: #333; color: #fff; font-size: 11px; padding: 2px 10px; }
.table thead th.right, .table tr td.right { text-align: right; }
.topbar { display: none; }
.width5 { width: 5%; }
.width10 { width: 10%; }
.width15 { width: 15%; }
.width20 { width: 20%; }
.width30 { width: 30%; }
.width45 { width: 45%; }
.width60 { width: 60%; }
.width65 { width: 65%; }
.width63 { width: 63%; }
.width70 { width: 70%; }
/*** FONT ROBOTO LIGHT ***/
strong, .headmenu .nav-header,
.nav-list .nav-header, .peoplelist .peopleinfo h4,
.peoplelist .peopleinfo ul li span { font-family: 'RobotoBold', 'Helvetica Neue', Helvetica, sans-serif; }
.headmenu > li, .leftmenu .nav-tabs.nav-stacked a,
.pagetitle h1, .shortcuts li { font-family: 'RobotoLight', 'Helvetica Neue', Helvetica, sans-serif; }
.pagetitle h5, .subtitle { font-family: 'RobotoRegular', 'Helvetica Neue', Helvetica, sans-serif; }
/*** FONT LATO ***/
.subtitle2, .table th, .msglist li h4,
.tabbedwizard .stepContainer h4, dt,
.userloggedinfo .userinfo h5,
.loginpanel .inputwrapper button,
.userlist li .uinfo h5 { font-family: 'LatoBold', 'Helvetica Neue', Helvetica, sans-serif; font-weight: normal; }
/*** TRANSITION ***/
.headmenu-label, .headmenu-icon, .headmenu .count,
.leftmenu .nav-tabs a, .dropdown-menu a,
.shortcuts li a, .userloggedinfo ul li a,
.inputwrapper input, .inputwrapper button {
-moz-transition: all 0.2s ease-out 0s;
-webkit-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
/*** BOOTSTRAP OVERRIDE ***/
.close { text-shadow: 1px 1px rgba(255,255,255,0.4); }
.dropdown-menu { margin-top: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.dropdown-menu > li > a { font-size: 12px; color: #444; margin: 0 5px; padding: 5px 10px; }
.dropdown-menu > li > a:hover .muted { color: #fff; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a { background: #333; }
.dropdown .dropdown-menu .nav-header { padding-left: 10px; padding-right: 10px; }
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus { background-color: #0866c6; color: #fff; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input,
.input-append input, .input-prepend input, .input-append select, .input-prepend select,
.input-append .uneditable-input, .input-prepend .uneditable-input,
.input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover,
.input-prepend .popover, .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover,
.input-append .add-on, .input-prepend .add-on {
font-size: 13px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] { margin: 0; }
.fileupload-new .input-append .btn-file {
-moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important;
}
.btn { font-size: 13px; padding: 5px 12px 5px; background: #eee; text-shadow: none; }
.btn-file { padding: 4px 12px 3px 12px; }
.fileupload .btn { vertical-align: top; color: #666; }
.btn-group > .btn + .dropdown-toggle { padding-left: 3px; }
.input-append .add-on, .input-prepend .add-on { height: 22px; }
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
-moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
.tabbable > .nav-tabs { background: #0866c6; margin: 0; border: 1px solid #0866c6; border-bottom: 0; height: 40px; }
.tabbable > .nav-tabs > li { float: left; margin: 0; border-right: 1px solid rgba(255,255,255,0.2); }
.tabbable > .nav-tabs > li > a {
color: #fff; border: 0; padding: 10px 20px; -moz-border-radius: 0; -webkit-border-radius: 0;
border-radius: 0; margin: 0; }
.tabbable > .nav-tabs > li > a:hover { background: rgba(255,255,255,0.1); }
.tabbable > .nav-tabs > li.active > a { background: #fff; color: #0866c6; border: 0; padding-botom: 12px; }
.tabbable > .tab-content { margin-top: 0; border: 1px solid #0866c6; border-top: 0; background: #fff; padding: 20px; }
.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.nav-tabs.nav-stacked > li > a,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus { border-color: #0866c6; }
.btn {
display: inline-block; -moz-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; border-color: #bbb; margin-bottom: 5px; }
.btn .caret { margin-left: 5px; }
.btn-small { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; font-size: 11px; text-transform: upperfcase; }
.btn-large { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; font-size: 14px; padding: 10px 20px; }
.btn-primary, .btn-primary:link { background: #0866c6; border-color: #0a6bce; color: #fff; }
.btn-primary:hover, .btn-primary:active, .btn:primary:focus,
.btn-group.open .btn-primary.dropdown-toggle { background: #0a76e5; }
.btn-danger, .btn-danger:link { background: #dd0000; border-color: #aa0000; }
.btn-danger:hover, .btn-danger:active, .btn-danger:focus,
.btn-group.open .btn-danger.dropdown-toggle { background: #cc0000; }
.btn-warning, .btn-warning:link { background: #fcb904; border-color: #daa004; }
.btn-warning:hover, .btn-warning:active, .btn-warning:focus,
.btn-group.open .btn-warning.dropdown-toggle { background: #edae03; }
.btn-success, .btn-success:link { background: #86d628; border-color: #6db814; }
.btn-success:hover, .btn-success:active, .btn-success:focus,
.btn-group.open .btn-success.dropdown-toggle { background: #7bca1d; }
.btn-info, .btn-info:link { background: #71b8ee; border-color: #4a96d1; }
.btn-info:hover, .btn-info:active, .btn-info:focus,
.btn-group.open .btn-info.dropdown-toggle { background: #5da6df; }
.btn-inverse, .btn-inverse:link { background: #333; border-color: #272727; }
.btn-circle {
-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
width: 20px; padding: 5px; background: none; border: 2px solid #ccc; }
.btn-circle:hover { background: none; color: #ccc; }
.btn-circle.btn-primary, .btn-circle.btn-primary:hover, .btn-circle.btn-primary:focus,
.btn-circle.btn-primary:active, .btn-circle.btn-primary.active,
.btn-circle.btn-primary.disabled, .btn-circle.btn-primary[disabled] { border-color: #0866c6; color: #0866c6; background: none !important; }
.btn-circle.btn-danger, .btn-circle.btn-danger:hover, .btn-circle.btn-danger:focus,
.btn-circle.btn-danger:active, .btn-circle.btn-danger.active,
.btn-circle.btn-danger.disabled, .btn-circle.btn-danger[disabled] { border-color: #dd0000; color: #dd0000; background: none; }
.btn-circle.btn-warning, .btn-circle.btn-warning:hover, .btn-circle.btn-warning:focus,
.btn-circle.btn-warning:active, .btn-circle.btn-warning.active,
.btn-circle.btn-warning.disabled, .btn-circle.btn-warning[disabled] { border-color: #fcb904; color: #fcb904; background: none; }
.btn-circle.btn-success, .btn-circle.btn-success:hover, .btn-circle.btn-success:focus,
.btn-circle.btn-success:active, .btn-circle.btn-success.active,
.btn-circle.btn-success.disabled, .btn-circle.btn-success[disabled] { border-color: #86d628; color: #86d628; background: none; }
.btn-circle.btn-info, .btn-circle.btn-info:hover, .btn-circle.btn-info:focus,
.btn-circle.btn-info:active, .btn-circle.btn-info.active,
.btn-circle.btn-info.disabled, .btn-circle.btn-info[disabled] { border-color: #71b8ee; color: #71b8ee; background: none; }
.btn-circle.btn-inverse, .btn-circle.btn-inverse:hover, .btn-circle.btn-inverse:focus,
.btn-circle.btn-inverse:active, .btn-circle.btn-inverse.active,
.btn-circle.btn-inverse.disabled, .btn-circle.btn-inverse[disabled] { border-color: #333; color: #333; background: none; }
.btn-circle .iconsweets-white { background-image: url("../images/iconsweets-icons.png"); }
.nav-list { border: 2px solid #333; background: #fff; }
.nav-list .nav-header { padding: 7px 15px; background: #333; color: #fff; text-shadow: none; font-weight: normal; }
.nav-list > li > a { padding: 7px 15px; }
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus { background: #0866c6; }
.nav-tabs { border-color: #0866c6; }
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus { border-color: #0866c6; }
.nav-tabs > li > a { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus { border-color: #0866c6; background: #0866c6; color: #fff; }
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus { background-color: #0866c6; }
.nav-pills > li > a {
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding: 10px 15px;
display: inline-block; }
.tabs-below .tab-content { border-top: 1px solid #0866c6; border-bottom: 0; }
.tabs-below > .nav-tabs > li.active > a { border-bottom: 1px solid #0866c6 !important; border-top: 0; margin-top: -1px; }
.tabs-right { overflow: hidden; border: 1px solid #0866c6; background: #fff; }
.tabs-right .nav-tabs { margin: 0; border: 0; background: #0866c6; }
.tabs-right .tab-content { padding: 10px; }
.tabs-right > .nav-tabs > li { margin: 0; border-bottom: 1px solid #2187b5; }
.tabs-right > .nav-tabs > li:last-child { border-bottom: 0; }
.tabs-right > .nav-tabs > li > a {
border: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: #0866c6;
margin: 0; padding: 8px 10px; color: #fff; }
.tabs-right > .nav-tabs > li > a:hover { background: rgba(255,255,255,0.1); }
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus { background: #fff; color: #0866c6; border: 0; }
.tabs-left { overflow: hidden; border: 1px solid #0866c6; background: #fff; }
.tabs-left .nav-tabs { margin: 0; border: 0; background: #0866c6; }
.tabs-left .tab-content { padding: 10px; }
.tabs-left > .nav-tabs > li { margin: 0; border-bottom: 1px solid #2187b5; }
.tabs-left > .nav-tabs > li:last-child { border-bottom: 0; }
.tabs-left > .nav-tabs > li > a {
border: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: #0866c6;
margin: 0; padding: 8px 10px; color: #fff; }
.tabs-left > .nav-tabs > li > a:hover { background: rgba(255,255,255,0.1); }
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus { background: #fff; color: #0866c6; border: 0; }
.pagination { margin: 10px 0; }
.pagination > ul > li a { border-color: #ccc; }
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span,
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.pagination ul > li > a, .pagination ul > li > span { color: #666; }
.pager li > a { border-color: #ccc; }
.pager li > a, .pager li > span {
color: #666; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border-width: 2px; }
.progress { height: 15px; }
.progress .bar { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.progress-primary .bar { background: #0866c6; }
.progress-info .bar { background: #71B8EE; }
.progress-success .bar { background: #86D628; }
.progress-warnng .bar { background: #FCB904; }
.navbar { margin-bottom: 15px; }
.navbar-inner { border-color: #ccc; background: #f7f7f7; }
.navbar .brand { font-size: 14px; font-weight: bold; }
.navbar .nav > li { border-left: 1px solid #ccc; }
.navbar .nav > li:last-child { border-right: 1px solid #ccc; }
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { background: #fff; }
.navbar .nav > li > a { padding: 11px 15px; font-size: 11px; font-weight: normal; text-transform: uppercase; }
.navbar .nav > li > a:hover { background: #eee; }
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle { background: #fff; }
.navbar .navbar-search.pull-right .search-query { margin-right: -15px; }
.navbar .navbar-search.pull-left .search-query { margin-left: -15px; }
.navbar .navbar-form.pull-right { margin-right: -15px; }
.navbar .navbar-form.pull-left { margin-left: -15px; }
.navbar .navbar-form input { width: 168px; }
.navbar-inverse .navbar-inner { background: #222; }
.navbar-inverse .nav > .active > a,
.navbar-inverse .nav > .active > a:hover,
.navbar-inverse .nav > .active > a:focus { background: #111; }
.navbar-inverse .nav > li, .navbar-inverse .nav > li:last-child { border-color: #373737; }
.navbar-inverse .nav > li > a:hover { background: #171717; }
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { background: #171717; }
.navbar-search .search-query { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.navbar-form .btn { padding: 4px 10px; font-size: 11px; text-transform: uppercase; }
.label {
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; font-size: 10px; text-shadow: none;
font-weight: normal; text-transform: uppercase; padding: 2px 5px; }
.badge {
font-size: 10px; text-shadow: none; font-weight: normal; line-height: 19px;
-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
}
.modal { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.modal-footer .btn { margin: 0; }
.popover, .popover-title { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.popover { padding: 0; }
.alert .close { right: -25px; top: 1px; }
.table th { font-weight: normal; text-transform: uppercase; font-size: 12px; border-top: 0; background: #333; color: #fff; }
.table th.centeralign, .table td.centeralign { text-align: center; }
.table.table-bordered { border-top: 0; border-right: 0; }
.table.table-bordered th { border-color: #444; }
.table.table-bordered td:last-child { border-right: 1px solid #ddd; }
.table .con0 { background: #fff; }
.table .con1 { background: #f7f7f7; }
blockquote {
background: url(../images/blockquote.png) no-repeat 0 5px; font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
font-style: italic; padding-left: 40px; }
blockquote p { margin: 0 !important; }
blockquote.pull-right { background-position: right 5px; padding: 0 40px 0 0; border-right: 0; }
.alert { border-color: #e4bf7f; color: #9c6c38; margin-bottom: 15px; background: rgb(246,237,186); }
.alert .close { top: 0; right: -23px; color: #937f0e; }
.alert h4 { color: #9c6c38; }
.alert-error { border-color: #e18d9a; color:#da5251; background: rgb(246,216,216); }
.alert-error .close, .alert-error h4 { color: #990000; }
.alert-success { border-color: #b4da95; color: #468847; background: rgb(223,240,216); }
.alert-success .close, .alert-success h4 { color: #468847; }
.alert-info { border-color: #88c4e2; color: #3a87ad; background: rgb(217,237,247); }
.alert-info .close, .alert-info h4 { color: #3a87ad; }
pre.prettyprint, .accordion { margin-bottom: 0; }
dl { margin-bottom: 15px; }
.input-block-level { min-height: 37px; }
table td.center, table th.center { text-align: center; }
/*** IE FIXES ***/
.no-rgba .headmenu > li.odd { background: url(../images/transwhite.png); }
.no-rgba .headmenu > li { border-right: 1px solid #4289d2; }
.no-rgba .headmenu > li:first-child { border-left: 1px solid #4289d2; }
.no-rgba .userloggedinfo ul li a { background: url(../images/transwhite.png); }
.no-rgba .userloggedinfo ul li a:hover { background: url(../images/transwhite2.png); }
.no-rgba .tab-primary.ui-tabs .ui-tabs-nav li { border-right: 1px solid #4289d2; }
.no-rgba .tab-primary.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png); }
.no-rgba .tab-primary.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }
.no-rgba .tab-danger.ui-tabs .ui-tabs-nav li { border-right: 1px solid #db4d4d; }
.no-rgba .tab-danger.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png); }
.no-rgba .tab-danger.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }
.no-rgba .tab-warning.ui-tabs .ui-tabs-nav li { border-right: 1px solid #fcce4f; }
.no-rgba .tab-warning.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png); }
.no-rgba .tab-warning.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }
.no-rgba .tab-success.ui-tabs .ui-tabs-nav li { border-right: 1px solid #aae268; }
.no-rgba .tab-success.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png); }
.no-rgba .tab-success.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }
.no-rgba .tab-info.ui-tabs .ui-tabs-nav li { border-right: 1px solid #9bcdf3; }
.no-rgba .tab-info.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png); }
.no-rgba .tab-info.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }
.no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li { border-right: 1px solid #707070; }
.no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li a { background: url(../images/transwhite.png); }
.no-rgba .tab-inverse.ui-tabs .ui-tabs-nav li.ui-state-active a { background: #fff; }
.no-rgba .ui-accordion .ui-accordion-header a:hover { background: url(../images/transwhite.png); }
.no-rgba .ui-accordion .ui-accordion-header.ui-state-active a:hover { background: #fff; }
.no-rgba .accordion-primary.ui-accordion .ui-accordion-header { border-top: 1px solid #4289d2; }
.no-rgba .accordion-danger.ui-accordion .ui-accordion-header { border-top: 1px solid #db4d4d; }
.no-rgba .accordion-warning.ui-accordion .ui-accordion-header { border-top: 1px solid #fcce4f; }
.no-rgba .accordion-success.ui-accordion .ui-accordion-header { border-top: 1px solid #aae268; }
.no-rgba .accordion-info.ui-accordion .ui-accordion-header { border-top: 1px solid #9bcdf3; }
.no-rgba .accordion-inverse.ui-accordion .ui-accordion-header { border-top: 1px solid #707070; }
.no-rgba .fc-event { background: #333; }
/*** MEDIA QUERIES ***/
@media screen and (max-width: 1024px) {
/* general */
.mainwrapper { overflow: hidden; }
.header .logo { margin-left: -260px; }
.header { width: 100%; }
.headerinner { width: 100%; margin-left: 0; }
.leftpanel { margin-left: -260px; }
.rightpanel { margin-left: 0; width: 100%; }
.topbar { display: block; background: #272727; height: 50px; }
.barmenu {
font-size: 18px; color: #fff; background: url(../images/barmenu.png) no-repeat center center;
width: 50px; height: 50px; display: block; cursor: pointer; }
.chatmenu {
position: absolute; top: 14px; right: 10px; background: url(../images/chatimg.png) no-repeat 0 0;
width: 23px; height: 21px; cursor: pointer; }
/* error page */
.errorpage .topbar { display: none; }
.chatenabled .mainwrapper { margin-right: 0; }
.chatenabled .onlineuserpanel, #chatwindows { display: none; }
}
@media screen and (max-width: 800px) {
body { font-size: 12px; }
#dashboard-left { width: 48.6188%; }
#dashboard-right { width: 48.6188%; }
/* forms */
.input-xxlarge { width: 100%; -moz-box-sizing: border-box; height: auto !important; }
.stdform label { width: 150px; }
.stdform div.par .controls { margin-left: 170px; }
.stdform .stdformbutton, .stdform small.desc { margin-left: 170px; }
.stdform2 span.field, .stdform2 div.field { margin-left: 170px; }
.stdform span.field, .stdform div.field { margin-left: 170px; }
.stdform .formwrapper, .dualselect { margin-left: 170px; }
.themepixelsSkin td.mceToolbar { padding: 0 !important; }
#elm1_toolbargroup { width: 710px; overflow: auto; padding: 10px; }
#elm1_fullscreen { display: none; }
/* boxes */
.slide_img, .entry_img { float: none; margin-bottom: 10px; }
.slide_content, .entry_content { margin-left: 0; }
}
@media screen and (max-width: 768px) {
/* forms */
#elm1_toolbargroup { width: 680px; }
/* messages */
.messageview .subject { padding-right: 110px; padding-left: 10px; }
.msgauthor, .msgbody { padding: 10px; }
.msgauthor .authorinfo h5 span { margin-left: 0; display: block; }
/* media */
.mediaWrapper { width: 500px; }
.row-fluid .span5.imginfo { width: auto; float: none; margin-bottom: 20px; }
.row-fluid .span7.imgdetails { width: auto; margin: 0; float: none; }
/* blog */
.gridblog li { width: 50%; }
}
@media screen and (max-width: 720px) {
#dashboard-left, #dashboard-right { width: 100%; margin: 0; }
/* calendar */
.ui-datepicker-calendar td a { padding: 10px; font-size: 12px; }
/* buttons */
.fontawesomeicons .span3 { width: 48%; display: inline-block; }
.iconsweetslist li { width: 33.3333%; }
/* forms */
.stdform label { float: none; width: auto; text-align: left; margin-bottom: 5px; }
.stdform div.par .controls,
.stdform .stdformbutton, .stdform small.desc,
.stdform2 span.field, .stdform2 div.field,
.stdform span.field, .stdform div.field,
.stdform .formwrapper, .dualselect { margin-left: 0; }
.input-append .add-on, .input-prepend .add-on { height: 20px; }
.stdform input { padding: 4px 5px; }
.stdform2 p, .stdform2 div.par { background: none; }
.stepContainer p { margin: 10px 15px; }
#wiz1step2_1 p { margin: 10px 0; }
.tabbedwizard .stepContainer { padding: 30px 15px; }
#elm1_toolbargroup { width: 640px; }
/* boxes */
.bx-wrapper { margin-bottom: 20px; }
.slide_img { float: left; width: 100px; }
.slide_content { margin-left: 120px; }
.entry_img { float: left; }
.entry_content { margin-left: 120px; }
/* media */
.mediamgr_menu li.right { float: none; margin-top: 10px; }
.mediamgr_category ul li.right {
float: none; text-align: right; display: block; border-top: 1px dashed #ddd; margin-top: 10px; }
.mediamgr .mediamgr_right { top: 110px; }
/* messages */
.messageleft { width: 241px; }
.messageright { margin-left: 241px; }
/* bootstrap */
.btn { padding: 4px 12px; }
}
@media screen and (max-width: 640px) {
.headmenu > li > a { padding: 25px 10px 9px; }
/* buttons */
.glyphicons li { width: 50%; }
.iconsweetslist li { width: 50%; }
/* forms */
#elm1_toolbargroup { width: 560px; }
/* media */
.mediamgr_category, .mediamgr_content { margin-right: 0; }
.mediamgr .mediamgr_right { position: static; width: auto; }
.mediamgr .mediamgr_rightinner { padding-left: 0; }
.mediamgr_category ul li.right { float: right; border-top: 0; margin-top: 0; }
}
@media screen and (max-width: 603px) {
.headmenu > li > a { padding: 25px 15px 9px; }
.userloggedinfo .userinfo small { display: none; }
.userloggedinfo { width: 220px; }
.userloggedinfo .userinfo { float: none; margin-left: 100px; }
/* media */
.mediaWrapper { width: 400px; }
/* table */
.dataTable th, .dataTable td { font-size: 11px; padding: 5px; }
.dataTable th:nth-child(2), .dataTable td:nth-child(2) { display: none; }
.dataTables_paginate { position: relative; margin: -25px 0 0 20px; }
.dataTables_info { height: 50px; }
#dyntable2_info { height: auto; }
.dataTables_filter { position: relative; margin: -50px 0 20px 20px; }
.dataTables_length { height: 70px; }
#dyntable2_wrapper .dataTables_filter { margin: 0; }
}
@media screen and (max-width: 480px) {
.headmenu > li > a { padding: 25px 20px 9px; }
.headmenu > li.right { padding-bottom: 13px; }
.userloggedinfo { width: auto; }
.userloggedinfo img { cursor: pointer; }
.userloggedinfo .userinfo {
position: absolute; top: 110px; z-index: 100; right: -1px; width: 200px; background: #fff;
padding: 10px; color: #333; border: 2px solid #0866c6; border-top: 0; display: none; }
.userloggedinfo .userinfo::after {
position: absolute; top: -6px; right: 45px; display: inline-block; border-right: 6px solid transparent;
border-bottom: 6px solid white; border-left: 6px solid transparent; content: ''; }
.userloggedinfo .userinfo small { color: #999; }
.userloggedinfo ul li a { background: #eee; color: #333; padding: 5px 10px; font-size: 12px; }
.userloggedinfo ul li a:hover { background: #0866c6; color: #fff; }
.pageheader { padding: 15px; min-height: 120px; }
.searchbar { position: static; margin-bottom: 5px; }
.searchbar input {
width: 100%; -moz-box-sizing: border-box; height: auto; background-position: 410px 10px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* buttons */
.tabbable > .nav-tabs > li > a { padding: 10px; }
/* forms */
.wizard .hormenu li { float: none; display: block; width: auto; border: 2px solid #0866c6; margin-bottom: 5px; }
.wizard .hormenu li a { border: 0; }
.wizard .hormenu li a.done { border: 0; }
.wizard .hormenu { margin-bottom: 20px; }
.wizard-inverse .hormenu li { border-color: #333; }
.wizard .tabbedmenu { height: auto; padding: 10px; }
.wizard .tabbedmenu li { display: block; margin-bottom: 10px; }
.wizard .tabbedmenu li:last-child { margin-bottom: 0; }
.wizard .tabbedmenu li a { padding: 10px; }
#elm1_toolbargroup { width: 395px; }
/* media */
.mediamgr_menu li.right { float: none; margin-top: 10px; }
.mediamgr_category ul li.right {
float: none; text-align: right; display: block; border-top: 1px dashed #ddd; margin-top: 10px; }
.mediamgr .mediamgr_right { top: 110px; }
.mediamgr_menu li.filesearch { margin: 10px 0; width: 100%; }
.mediamgr_menu form input.filekeyword {
width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
height: auto; margin-bottom: 0; }
.mediamgr_menu li.right { margin-top: 0; }
.mediaWrapper { width: 280px; }
/* table */
.dataTables_paginate .first, .dataTables_paginate .previous,
.dataTables_paginate .paginate_active, .dataTables_paginate .paginate_button,
.dataTables_paginate .next, .dataTables_paginate .last { padding: 5px 7px; }
div.table-wrapper { margin-bottom: 0; }
/* messages */
.messageleft { width: auto; float: none; height: auto; }
.messageright { margin-left: 0; display: none; height: auto; border-left: 1px solid #0866c6; }
.messagesearch input { background-position: 375px 9px; }
.msglist { height: auto; border-bottom-width: 1px; }
.messageview { height: auto; }
/* calendar */
.fc-button { padding: 0 5px; }
.fc-header-title { margin-top: 3px; }
/* invoice */
.amountdue h1 { padding: 10px 25px; }
.amountdue .btn { width: 225px; }
/* blog */
.gridblog li { width: 100%; }
}
@media screen and (max-width: 360px) {
.header { height: 90px; }
.headmenu > li { font-size: 12px; }
.headmenu > li > a { padding: 25px 5px 9px; }
.headmenu > li > a .head-icon { width: 30px; height: 30px; background-size: cover; }
.leftmenu .nav-tabs.nav-stacked li a { font-size: 13px; }
.leftmenu .nav-tabs.nav-stacked .dropdown ul li a { font-size: 12px; }
.userloggedinfo img { width: 60px; }
.userloggedinfo .userinfo { top: 90px; }
.header .logo { padding-top: 30px; }
.headmenu .dropdown-menu:after { left: 25px; }
.userloggedinfo .userinfo:after { right: 35px; }
.searchbar input { background-position: 285px 10px; }
/* buttons */
.tabbable > .nav-tabs > li { overflow: hidden; font-size: 11px; }
.tabbable > .nav-tabs > li a { padding: 10px 5px; }
.glyphicons li { width: auto; float: none; }
.fontawesomeicons .span3 { width: auto; float: none; }
.iconsweetslist li { width: auto; float: none; }
/* forms */
.dualselect select { width: 38%; }
.chzn-container{ width: 270px !important; }
.chzn-drop { width: 268px !important; }
.chzn-search input { width: 220px !important; }
.tagsinput { width: 260px !important; }
#elm1_toolbargroup { width: 285px; }
/* elements */
.navbar .brand { display: none; } /* hidden for demo purposes only */
/* boxes */
.slide_img, .entry_img { float: none; margin-bottom: 10px; }
.slide_content, .entry_content { margin-left: 0; }
/* media */
.mediamgr_category ul li { float: none; display: block; margin: 0; }
.mediamgr_menu li { margin-bottom: 10px; }
.mediamgr_menu li.newfilebtn { margin-left: 10px; }
.mediaWrapper { width: 240px; }
.imgpreview { width: 209px; }
/* messages */
.messagemenu ul { height: 45px; }
.messagemenu ul li a { padding: 12px 10px; }
/* calendar */
.fc-header { margin-top: 30px; }
.fc-header-title h2 { margin-top: -50px; }
.fc-button-month { margin-left: -50px; }
/* error */
.errortitle h4 { font-size: 20px; }
.errortitle span { font-size: 50px; }
.errortitle span:first-child { margin-left: 0; }
/* bootstrap */
.tabbable > .tab-content { padding: 15px; }
.btn-circle { width: 6px; }
.btn-circle i { margin-left: -3px; }
.input-append .btn, .input-prepend .btn { padding-left: 8px; padding-right: 8px; font-size: 12px; }
/* footer */
.footer .footer-left { float: none; text-align: center; }
.footer .footer-right { float: none; text-align: center; }
}
@media screen and (max-width: 320px) {
body { font-size: 11px; line-height: 18px; }
.leftpanel { width: 240px; }
.header .logo { width: 240px; }
.headmenu > li > a { padding: 25px 0 9px; }
.searchbar input { background-position: 245px 10px; }
.pagetitle h1 { font-size: 24px; }
.pageicon { font-size: 32px; padding: 10px 5px; }
.pagetitle { margin-left: 75px; }
/* dashboard */
.shortcuts li a { width: 130px; }
.shortcuts li:nth-child(even) { margin-right: 0; }
.commentlist li img { width: 40px; }
.commentlist li .comment-info { margin-left: 55px; }
.commentlist li .comment-info h4 { font-size: 14px; }
/* buttons */
.buttons-icons li { width: 50px; overflow: hidden; }
.buttons-icons li a { width: 150px; }
/* forms */
.stdform .input-append input, .stdform .input-prepend input { width: 100px !important; }
#elm1_toolbargroup { width: 240px; }
/* media */
.mediamgr_menu li.newfoldbtn { margin-left: 0; clear: left; }
/* calendar */
.fc-button-month { margin-left: -90px; }
.fc-header-title h2 { margin-left: -175px; }
/* table */
.dataTables_paginate .first, .dataTables_paginate .previous,
.dataTables_paginate .paginate_active, .dataTables_paginate .paginate_button,
.dataTables_paginate .next, .dataTables_paginate .last { padding: 5px; }
div.table-wrapper { margin-bottom: 0 !important; border-bottom: 1px solid #ddd; }
.table-infinite tr th:nth-child(2),
.table-infinite tr td:nth-child(2),
.table-infinite tr th:nth-child(3),
.table-infinite tr td:nth-child(3) { display: none; }
}
|
App/Admin/View/Index/index.html
|
TwoPima/eciyuanWebsite
|
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta charset="utf-8" />
<title>控制台-{$Think.CONFIG.title}</title>
<meta name="keywords" content="{$Think.CONFIG.keywords}" />
<meta name="description" content="{$Think.CONFIG.description}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<include file="Public/head" />
</head>
<body class="no-skin">
<include file="Public/header" />
<div class="main-container" id="main-container">
<script type="text/javascript">
try{ace.settings.check('main-container' , 'fixed')}catch(e){}
</script>
<include file="Public/sidebar" />
<div class="main-content">
<div class="main-content-inner">
<!-- #section:basics/content.breadcrumbs -->
<div class="breadcrumbs" id="breadcrumbs">
<script type="text/javascript">
try{ace.settings.check('breadcrumbs' , 'fixed')}catch(e){}
</script>
<ul class="breadcrumb">
<li>
<i class="ace-icon fa fa-home home-icon"></i>
<a href="{:U('index/index')}">首页</a>
</li>
<li>
<a href="#">控制台</a>
</li>
<li class="active">日志查看</li>
</ul><!-- /.breadcrumb -->
</div>
<!-- /section:basics/content.breadcrumbs -->
<div class="page-content">
<include file="Public/set" />
<!-- /section:settings.box -->
<div class="row">
<div class="col-xs-12">
<!-- PAGE CONTENT BEGINS -->
<div class="row">
<div id="accordion-sysinfo" class="accordion-style1 panel-group col-sm-3">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-sysinfo" href="#sysinfo">
<i class="ace-icon fa fa-angle-down bigger-110" data-icon-hide="ace-icon fa fa-angle-down" data-icon-show="ace-icon fa fa-angle-right"></i>
站点信息
</a>
</h4>
</div>
<div class="panel-collapse collapse in" id="sysinfo">
<div class="panel-body">
<p>PHP版本:<?php echo PHP_VERSION ?>,MySQL版本:{$mysql}</p>
<p>服务器:<?php echo php_uname('s');?></p>
<p>PHP运行方式:<?php echo php_sapi_name();?></p>
<p>服务器IP:<?php echo GetHostByName($_SERVER['SERVER_NAME']);?></p>
<p>程序版本:<?php echo THINK_VERSION ?> <a href="javascript:;" id="update">检查更新</a> <span id="upmsg"></span></p>
</div>
</div>
</div>
</div>
<div id="accordion" class="accordion-style1 panel-group col-sm-5">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
<i class="ace-icon fa fa-angle-down bigger-110" data-icon-hide="ace-icon fa fa-angle-down" data-icon-show="ace-icon fa fa-angle-right"></i>
官方消息
</a>
</h4>
</div>
<div class="panel-collapse collapse in" id="collapseOne">
<div id="officialnews" class="panel-body">
<ul>
</ul>
</div>
</div>
</div>
</div>
<div id="Facebook-info" class="accordion-style1 panel-group col-sm-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#Facebook-info" href="#Facebook">
<i class="ace-icon fa fa-angle-down bigger-110" data-icon-hide="ace-icon fa fa-angle-down" data-icon-show="ace-icon fa fa-angle-right"></i>
提交反馈
</a>
</h4>
</div>
<div class="panel-collapse collapse in" id="Facebook">
<div class="panel-body">
<form class="form-horizontal" id="form" method="post" action="{:U('facebook/add',array('act'=>'update'))}">
<div class="space-4"></div>
<div class="form-group">
<div class="col-sm-12">
<textarea name="content" id="content" placeholder="请输入您反馈内容,您的支持是我们前进的最大动力!" class="col-xs-5 col-sm-12" rows="3"></textarea>
<span class="help-inline col-xs-12 col-sm-7">
<span class="middle"></span>
</span>
</div>
</div>
<div class="col-md-offset-2 col-md-9">
<button class="btn btn-info submit" type="button">
<i class="icon-ok bigger-110"></i>
提交
</button>
<button class="btn" type="reset">
<i class="icon-undo bigger-110"></i>
重置
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th class="center">#</th>
<th>用户</th>
<th>时间</th>
<th>IP</th>
<th class="col-xs-7">日志内容</th>
</tr>
</thead>
<tbody>
<volist name="list" id="val">
<tr>
<td>{$val['id']}</td>
<td>{$val['name']}</td>
<td>{$val['t']|date="Y-m-d H:i:s",###}</td>
<td>{$val['ip']}</td>
<td>{$val['log']}</td>
</tr>
</volist>
</tbody>
</table>
{$page}
<!-- PAGE CONTENT ENDS -->
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.page-content -->
</div>
</div><!-- /.main-content -->
<include file="Public/footer" />
</div><!-- /.main-container -->
<include file="Public/footerjs" />
<!-- inline scripts related to this page -->
<script type="text/javascript">
$(function(){
$("#officialnews ul").html('<div class="ace-icon fa fa-spinner fa-spin orange"></div>');
$.ajax({
type: 'GET',
url: '{$Think.CONFIG.NEWS_URL}?callback=?',
success :function(data){
$("#officialnews ul").html("");
$.each(data.news, function(i,news){
$("#officialnews ul").append("<li>"+news.pre+"<a href=\""+news.url+"\" title=\""+news.title+"\" target=\"_blank\">"+news.title+"</a>"+news.time+"</li>");
});
},
error: function(){
$("#officialnews ul").html("服务器不可用,请稍后再试!");
},
dataType: 'json'
});
$("#update").click(function(){
$("#upmsg").html("");
$("#upmsg").addClass("ace-icon fa fa-refresh fa-spin blue");
$.ajax({
type: 'GET',
url: '{$Think.CONFIG.UPDATE_URL}?v=<?php echo THINK_VERSION ?>&callback=?',
success :function(json){
if(json.result=='no'){
$("#upmsg").html("目前还没有适合您当前版本的更新!").removeClass();
}else if(json.result=='yes'){
$("#upmsg").html("检查到新版本 "+json.ver+",请前往“系统设置”->“<a href=\"{:U('Update/update')}\">在线升级</a>”").removeClass();
}
},
error: function(){
$("#upmsg").html("悲剧了,网络故障,请稍后再试!").removeClass();
},
dataType: 'json'
});
});
})
$(function() {
$(".btn-info.submit").click(function(){
var content = $("#content").val();
if(content==''){
bootbox.dialog({
title: '友情提示:',
message: "反馈内容必须填写。",
buttons: {
"success" : {
"label" : "确定",
"className" : "btn-danger"
}
}
});
return;
}
$("#form").submit();
});
});
</script>
</body>
</html>
|
apps/KindleGen/docs/chinese/Release Notes.html
|
aucar/epub-2-kindlemail
|
<html><head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head><body>
<h2> 发行说明 </h2>
<h3> Kindlegen 版本 2.9 build 1029-0897292</h3>
<pre>
- 以图像作为书脊时,支持设置页面布局属性(double page spread、facing pages、blank page)。
- 已修复多个错误。
通过以下网站查看最新的发行说明和已知问题:https://kindlegen.s3.amazonaws.com/manual.html
</pre>
<h3> Kindlegen 版本 2.8 build 0208-797bf75</h3>
<pre>
- 转换成XMDF文件格式的支持已被添加。更多信息,请参阅Kindle出版指南。
- 已添加支持epub3 toc nav的元件。这相当于NCX(也称为NCX TOC)里的navMap元件。如果两种元件同时给出,Epub3 TOC nav元件优于NCX navMap元件。但是,如果没有特别指定NAV HTML,我们将退回NCX(如果存在的话)。如果我们不退回NCX,系统将会出错。关于EPUB3 toc nav的更多信息,请参阅<a href="http://idpf.org/epub/30/spec/epub30-contentdocs-20111011.html#sec-xhtml-nav-def-types-toc">这里</a>。
- 已添加支持epub3 landmarks nav元件。这相当于OPF guide 元件。 如果两种元件同时给出,Epub3 landmarks nav元件优于OPF guide 元件。 关于EPUB3 landmarks nav 的更多信息,请参阅<a href="http://idpf.org/epub/30/spec/epub30-contentdocs-20111011.html#sec-xhtml-nav-def-types-landmarks">这里</a>。
- 支持用于指定以下epub3格式的元数据
- 使用程序清单中的属性指定封面图片。
- 使用“rendition:layout”属性指定图书布局。
- 使用“rendition:orientation”属性指定图书定向。
- 指定URN格式的dc:identifier价值。
- 使用marc relators 方案在“dc:creator" 元数据中精炼相关作者信息。
- 使用 title-type 属性, 从多重标题中提炼出一个主标题。
更多信息,请参阅 <a href="http://idpf.org/epub/30/spec/epub30-publications-20111011.html#sec-package-def">这里</a>。
- 支持在NCX TOC 里查阅图像,当且仅当相同的图像在 spine里被直接提到。
- 支持Galician 语言(GL,GL-ES)。
</pre>
<h3> Kindlegen 版本 2.7 build 1019-d6e4792</h3>
<pre>
- 数据URI功能支持图片和嵌入的字体,这样 他们就可以直接参考HTML 和 CSS 文件(要了解数据 URI 的更多信息,请参考 http://dataurl.net)。
- 支持日语垂直渲染和多种页面书写模式。可以使用元标签,在 OPF 文件中指定值(例如:<meta name=”primary-writing-mode” content=”vertical-rl” />)。有效值有 horizontal-lr、vertical-lr、horizontal-rl、vertical-rl。
- 支持对开页和双跨页。可以使用 itemref 标签中的“properties”属性在 OPF 中指定值。有效值有facing-page-left、facing-page-right、page-spread-left、page-spread-right。
- 有很多不同)的 HTML 标签都增加了 Mobi7 的支持(比如:class="class1 class2 class3"
- 当固定格式 图书的原始分辩率的元数据未以“整数x整数”的形式指明时,KindleGen 会报错。
- 验证是否为固定格式 的 图书使用了唯一的区域放大倍率 JSON。
- 增加了的 KF8 和 M7 文件尺寸状态会在转换后显示。
- 改善了在scenario里由于NCX 条目指向内容为“无属性”标签而导致目录生成失败的错误消息。,。
- 在 HTML里,固定的问题与处理锚标签的问题相关。 (<a>) 内的内容中含有锚标签的问题得到妥善解决。
- 适当的处理部分有,、侧边、页脚、图片、图片的说明和文章标签。
</pre>
<h3> Kindlegen 版本 2.5 build 0626-3a91e28</h3>
<pre>
- 已提高透明PNG的转换:透明PNG图像(现在转换为JEPG图像)将使用白色背景。原先使用黑色背景,但在转换时造成阅读质量降低。
- 当执行CSS特性(设置上下边界)时,在Mobi7会出现的不必要的换行。此问题已被修复。
- 因为左边界CSS特性的用法,导致有列点或数字列举时发生问题,但在Mobi7已解决首行缩格的问题。在Mobi7里,有列点或是数字列举时,左边界的距离会自动被忽略。在KF8里情况相同。
- 已解决在创造含有索引的Mobi7书时遇到的问题(例如:字典)
- 在Mobi7里,当CSS特性"显示:无"时,内建卷标无需再加入额外的空间。
- 嵌入字型PostScript和Type1在有KF8支持的Kindle eInk Readers里呈现不佳。Kindlegen会提醒需注意内文中字型的用法。在阅读几本书后。Kindlegen会默认用户惯用的系统字型(特别是在eInk装置下)。
- Kindlegen会忽略掉EPUB3的导航文件(特别指名使用"nav'特性)且不加入自动默认书本阅读顺序。
- 已解决当dc:language标记在OPF时属性的问题(例如: id属性)。
- 已解决在产生目录时,由于NCX档案里无内容的<TEXT>标记或自动标记<TEXT> </TEXT>的错误。
- 已解决˙Kindle不支持原移除CSS特性(例如:行高占几个px/pt单位)。当大括号"}"为最后一个特性或是无分号时,Kindlegen会将大括号移除。此问题在Kindlegen2.5中已被修复。
- 已在Kindlegen里已更新"更新说明(-releasenotes)",用户可参阅此网址https://kindlegen.s3.amazonaws.com/manual.html。
</pre>
<h3> Kindlegen 版本 2.4 build 69900</h3>
<pre>
- 增加了在中国和日本的语言的本地化界面的支持。
- 添加在Mobi "display:none" CSS属性的支持。
- 拆除旧设备的软连字符,并允许他们只KF8设备可见。
- 多个bug修复。
</pre>
<h3>Kindlegen 版本 2.3 build 36043</h3>
<pre>
- 支持新的 CSS 媒体类型,为 mobi 和 KF8 提供独特的风格。
- 已改善漫画和儿童读物的图像质量。
- 为可重排版的电子书提供双重封面图像修复。
</pre>
<h3>Kindlegen 版本 2.2 build 35621</h3>
<pre>
- 修复 kindlegen 之前版本的缺陷。
</pre>
<h3>Kindlegen 版本 2.1 build 35388</h3>
<pre>
- 已添加儿童读物和漫画支持。
- 修复 kindlegen 之前版本的缺陷。
</pre>
<h3>Kindlegen 版本 2.0 build 34608</h3>
<pre>
- Kindlegen 支持 HTML5/CSS3,从而扩展为能够创建改进的 mobi。
</pre>
<h3>Kindlegen 版本 1.2 build 33307</h3>
<pre>
- 通过 NCX pageLists 或 page-map xml 添加书的页码支持。
- 将生成书的默认编码更改为“utf-8”。要在 Win-1252 中为书编码,请使用命令行选项“-western”。
- 已添加拉丁语(ISO-639-1 编码:la)支持。
- 已添加 AAC 文件格式作为视频/音频源的支持。
- 修复 Kindlegen 旧版本的缺陷。
</pre>
<h3>Kindlegen 版本 1.1 build 99</h3>
<pre>
- 此更新可以提供了小的增强效果和缺陷修复。
</pre>
<h3>Kindlegen 版本 1.1 build 98</h3>
<pre>
- 已添加最大图像尺寸为 128KB 的支持。超过 128KB 的图像将自动重新调整以满足此新限制。
- 已添加 Kindle 内容中音频和视频多媒体的支持。
- 在某些情况下通过 NCX 处理修复缺陷。
</pre>
<h3>Kindlegen 版本 1.0 build 87</h3>
<pre>
- Kindlegen 现在支持 Mac
</pre>
<h3>Kindlegen 版本 1.0 build 86</h3>
<pre>
- Kindlegen 现在支持 Linux
- 已改进图像压缩算法
- 支持 Macintosh 编码
- 已修复 NCX 相关问题
- 已添加新功能,如果控制某个图像的图像标签不存在,
则插入一个缺失的图像。
Mobigen 6.2 build 43 的高级版本
<h3>Mobigen 版本</h3>
<h3>版本 6.2 build 43</h3>
- 缺陷修复:无法将包含 mobigen 版本 6.2 build 42 中 -s2 选项的书上传至电子书数据库。
<h3>版本 6.2 build 42</h3>
- 缺陷修复:NCX 目录再也不能生成错误的默认查找索引。
- 缺陷修复:HTML 数字实体在 western 电子书中适当地进行转换。
- 缺陷修复:XHTML 文件目前被解析为 HTML 内容,而不是 TEXT 内容。
- 缺陷修复:已修复的 CSS 变形:它们可能导致未关闭的标签,而不对 HTML 格式化产生影响。
- 新功能:已添加详细的模式开关。默认情况下没有详细的输出。
- 新功能:预解析 <pre> 标签使其能够应用在阅读器中。
- 新功能:<tt> 标签限制等宽字体,使等宽字体显示在没有 <font face=> 支持的阅读器中。
- 新功能:NCX 元数据扩展
<h3>版本 6.2 build 41</h3>
- 缺陷修复:电子书的目录中只有第一个插图目录。
- 变更:目录文件格式版本要求已经发生变化。
<h3>版本 6.2 build 40</h3>
- 缺陷修复:已修复结构化标签中嵌套的有序列表编号。
- 变更:现在 mobigen 总是转换复杂的 unicode 合体字。
<h3>版本 6.02 build 39</h3>
- 变更:已改进电子书封面支持。
- 已添加 NCX 目录文件支持。
- 缺陷修复:当指定 CSS 左边距却没有左端缩进时,mobigen 崩溃。
<h3>版本 6.01 build 38</h3>
- 缺陷修复:如果左间距设置为 0em,则文本是左对齐。
<h3>版本 6.01 build 37</h3>
- 变更:epub 文件中有更好的电子书封面支持。
<h3>版本 6.01 build 36</h3>
- 缺陷修复:尽管没有使用某些文件,它们仍被嵌入书中。
- 变更:已移除 -jpeg 选项,并添加相反的选项 -gif。
- 变更:目前 mobigen 退出代码的标准为:0 代表确定,1 代表警告,2 代表错误。
<h3>版本 6.01 build 35</h3>
- 已添加使用 epub 作为源文件而创建电子书的支持
<h3>版本 6.01 build 34</h3>
- 已在生成的电子书中添加 creator 软件的版本。
- 缺陷修复:<ol> 和 <li> 标签的某些无效组合使 mobigen 失败。这个问题已经被修复。
<h3>版本 6.01 build 33</h3>
- 缺陷修复:如果整体尺寸超出 64K,则索引字符串(idx:string 或格式)不会适当地存储。
- 已添加法语拼写校正。
<h3>版本 6.0 build 32</h3>
- 缺陷修复:缺失的图像文件不再在电子书中创建随机图像。
- 变更:JPEG 图像在创建电子书文件之前被清空。
<h3>版本 6.0 build 31</h3>
- 已添加德语和意大利语拼写校正,mobigen 现在可以通过嵌入的拼写校正
创建英语、德语、西班牙语和意大利语字典。
<h3>版本 6.0 build 30</h3>
- 变更:如果没有指定嵌入的封面,
则最大的 MS 图像封面指导项将被用作封面。
<h3>版本 6.0 build 29</h3>
- 缺陷修复:HTML 文件中的 <STYLE< 标签并非总能得到正确地解析。
- 缺陷修复:封面图像以一个四字节的边界对齐。
- 变更:现在可以检查 UTF-8 格式的源 HTML 文件。
无效的 UTF-8 遭到拒绝并不会创建。
- 已添加有序列表支持。
- 已添加新的内容输出类型支持:
- application/x-mobipocket-subscription-feed
- application/x-mobipocket-subscription-magazine
- 变更:已检测并移除 MS 缩略图封面指导项。
<h3>版本 6.0 build 28</h3>
- 已在 <x-metadata> 中添加 <EmbeddedCover/> 标签:此标签设置的封面图像被嵌入到书中
<h3>版本 6.0 build 27</h3>
- 已添加命令行 -jpeg 选项原生支持本书中的 jpeg 图像。
<h3>版本 5.0 build 26</h3>
- 缺陷修复:图像转换有时生成的图像太大
而超出最大记录大小。 这可能显示关于一项
记录超出 Palm 设备的警告
- 已添加 -releasenotes 命令行选项
<h3>版本 5.0 build 25</h3>
- 已添加完全排序的韩语脚本 (Hangul) 支持
<h3>版本 5.0 build 24</h3>
- 已修复 unicode 编码范围表中的缺陷
<h3>版本 5.0 build 23</h3>
- 已修复二进位制编码入口位置信息中的缺陷
<h3>版本 5.0 build 22</h3>
- 添加锚时已添加缺失的编码。 这避免在某些情况下
内部的 href 链接至正确的匹配
<h3>版本 5.0 build 21</h3>
- 常用标点 unicode 编码表已经分成两个范围:
常用标点 - Windows 1252
常用标点 - 非 Windows 1252
以调整字体签名计算
- unicode 编码范围分析器不再考虑某些空格和
控制编码
<h3>版本 5.0 build 20</h3>
- 已添加新的 UNICODE 编码范围,使更多字符作为索引中
无序的重要标点或标记而被识别
- 已修改 SQL LIKE 运算法则,以便其完全不用考虑
不重要的字符
<h3>版本 5.0 build 19</h3>
- Phonetizer 中的缺陷修复(可能使长字无效)
- 更好地报告警告信息
- 已在 mobi 头文件中的特殊功能字段中添加标志,
当 lang= 属性用于 HTML 时关闭语言入侵检测
<h3>版本 5.0 build 18</h3>
- 已移除 -readerpro 选项
- 限制 -vouchers=n 为最少 6 个 vouchers
- 已将可执行文件名更改为 mobigen
- 已将生成的文件扩展名更改为 .mobi
- 元数据现在被添加至附加的标头数据,而不是第一个文本记录
(为附加的元数据留有一些空格)
- 已更改平假名和片假名大小版本的日语顺序
(它们现在按照独特的字符排序)
- 已修复 UNICODE 编码索引的排序缺陷
<h3>版本 5.0 build 17</h3>
- 缺陷修复:在 HTML 文件中进行创建时,第一个框架集的
第一个框架不能发布
<h3>版本 5.0 build 16</h3>
- 缺陷修复:在不属于字典且拥有一种语言的电子书中,
索引的语言被设定为 LID_NEUTRAL。Tt 现在被设置为本书的语言
<h3>版本 5.0 alpha 15</h3>
- prcgen 现在分析 UNICODE 编码字符的使用,并将字体签名
写入本书附加的标头数据部分。本书的文件格式版本
不受影响
<h3>版本 5.0 alpha 14</h3>
- 试验性日语整理表
<h3>版本 5.0 alpha 13</h3>
- 使用 ExtraHeaderData 存储简短的字典名称,以便不强制
对使用此名称的书执行 FFV_7
- 警告:必须重新创建所有使用简短字典名称的书
<h3>版本 5.0 alpha 12</h3>
- 在 Jeremie 阅读器 5.0 的所有编码签入后重新编译
<h3>版本 5.0 alpha 11</h3>
- 已添加在 UNICODE 编码电子书中进行拼写校对的支持
<h3>版本 5.0 alpha 10</h3>
- 修复仅在 body 标签之后定义的与框架集相关的缺陷
<h3>版本 5.0 alpha 9</h3>
- 修复删除空 <a> 标签的代码中的缺陷
<h3>版本 5.0 alpha 8</h3>
- 空 <a> 标签被删除
<h3>版本 5.0 alpha 7</h3>
- 已添加 OPF 中的 <DictionaryVeryShortName> 元数据支持
<h3>版本 5.0 alpha 6</h3>
- 更好的 UNICODE 编码文档版本最小化
<h3>版本 5.0 alpha 5</h3>
- 已执行 <idx:key exact=yes>
<h3>版本 5.0 alpha 4</h3>
- 除非存在 ASP 页面或音频文件,否则不经常创建
嵌入表
<h3>版本 5.0 alpha 3</h3>
- 更多支持 UNICODE 中的 LIKE 最优化以及支持
UNICODE 中的 JUMP 功能(标头中的默认查找关键字)
<h3>版本 5.0 alpha 2</h3>
- 已添加 UNICODE 中的 LIKE 支持
<h3>版本 5.0 alpha 1</h3>
- 支持 <idx:key scriptable=yes>,因此形成格式化和
javaScript 的关键字存取
<h3>版本 5.0 alpha</h3>
- 在 UNICODE 中生成索引,新的文件格式是 FFV_7
<h3>版本 4.8.9n</h3>
- 更好的英语拼写校正表
- 更好的西班牙语拼写校正表
<h3>版本 4.8.9m</h3>
- 已添加 -regserver 和 -unregserver 调用以注册(取消注册)类型库,
该注册只对开发 PRCGen 插件有用。
类型库之前在每次运行中自动注册,
这样能够防止 PRCGen 在没有管理权限的情况下运行
<h3>版本 4.8.9l</h3>
- 更好的 CSS 解析:长度因其单位和值被转换成
阅读器支持的单位而得到正确的解析
- CSS 边距属性被适当地解析
<h3>版本 4.8.9k</h3>
- 免费的命令行版本解析和命令行信息保持一致
- 在免费的版本中,甚至不能创建 C2 压缩代码
- 命令行解析中的缺陷修复
<h3>版本 4.8.9j</h3>
- 缺陷修复:没有适当地检索输出代码,因此已忽略
- 在读取时,所有 URL (<ITEM href=> in OPF <A href=> <IMG src=>) 得到适当的 URL
解码,并在设置时进行 URL 编码。·HTML 中的 URL 也在需要时
得到适当的解码/编码
- 适当地解析和转换字体大小 CSS 样式(pt px % 或 em)
<h3>版本 4.8.9i</h3>
- 已添加音频 spine 功能:如果音频文件以 spine 为准,
则生成一个默认的开始指导项来播放音频
<h3>版本 4.8.9h</h3>
- 缺陷修复:build_parameters.xml 不再有 UTF16 格式 -> 需要进行
某些转换,否则始终需要重新创建所有依赖包
<h3>版本 4.8.9i</h3>
- 添加了音频脊柱功能:如果音频文件从脊背引用
生成默认的启动引导项目决策audio.show
<h3>版本 4.8.9h</h3>
-缺陷修复: build_parameters.xml是不是在UTF16了 - >一些转换
在任何时候都需要,否则所有依赖重建
<h3>版本 4.8.9g</h3>
- 缺陷修复:发布时没有 HTML 文件(但只有音频或图像)将不会打开
- 已添加 Ogg Vorbis 音频文件嵌入
<h3>版本 4.8.9f</h3>
- 缺陷修复:创建单个 HTML 文件将生成一个无效的 PRC
(BODY 标签将缺失)
<h3>版本 4.8.9e</h3>
- 缺陷修复:对于版本 4.8.9d 来说,body 将从外部 HTML 文件中的
slave 架构中移除
- 缺陷修复:OPF 中的子文档项不需要一个有效的 ID
<h3>版本 4.8.9d</h3>
- 缺陷修复:封面页面作为额外内容被添加到第一个 HTML 文件中,
以便此文件的链接能够进入封面图像
<h3>版本 4.8.9c</h3>
- 使用 main 函数中的 _tprintf 而不是 printf
<h3>版本 4.8.9b</h3>
- 已添加 application/vnd.mobipocket-franklin-ua-game 输出 mime 类型,
以针对不能在任何其他平台上运行的 ua 游戏
- 更好的转换输入文件(如果字符在通过
引进实体而发布的目标编码中没有编码,则避免字符丢失)
<h3>版本 4.8.9a</h3>
- ASP 编译中的缺陷修复
<h3>版本 4.8.8y</h3>
- 已添加 content-type 属性至 <x-metadata> 输出标签,
此标签采用的值源自不同输入文件的 MIME 类型,我们可以将这些输入文件转换成
PRC,即
text/x-oeb1-document
application/x-mobipocket-subscription,
image/???,
application/msword,
application/vnd.ms-excel,
application/vnd.ms-powerpoint,
text/plain,
text/html,
application/vnd.mobipocket-game
<h3>版本 4.8.8x</h3>
- 应用 CSS 中的字体类型属性(使用一个 <FONT FACE=> 标签)
<h3>版本 4.8.8w</h3>
- 图像文件现在可以被直接放置在 manifest 和 spine 中,并显示在
主流中
- 元数据在被输出至电子书之前,被转换为
发布编码
- 如果目标文件被锁定,阅读器和模拟器将失效
<h3>版本 4.8.8v</h3>
- 转换至 EBOOK_UNICODE
<h3>版本 4.8.8u</h3>
- 缺陷修复:嵌入具有 16 种颜色的 BMP,而不发生颜色转换
- 缺陷修复:删除 RCFile 中的尾随字节
- 缺陷修复:如果存在图像索引,则使用 FFV_3,否则 embed_base
在浏览器中显示错误
<h3>版本 4.8.8t</h3>
- 改变图像处理库以提高性能
<h3>版本 4.8.8s</h3>
- 已添加 TOC 插件
- 索引创建系统现在能够解码 HTML 实体
<h3>版本 4.8.8r</h3>
- 更改为免费版本
- 新编译处理 Javascript 中的新运算符
<h3>版本 4.8.8q</h3>
- XSL 变换使用 TransformNode,而不是 TransformNodeToObjbecjt,
这使得 XSL 输出为 HTML,而不再是 XML。
<h3>版本 4.8.8p</h3>
- 缺陷修复:在 HTML 解析器中,如果格式名缺失,则自动生成格式名
的编码错误
<h3>版本 4.8.8o</h3>
- 已更正一些 CSS 错误处理
- 现在 OPF 中每个 HTML 文件的结尾处添加一个分页符,
Microsoft Reader OEB 可读取此分页符
- 已添加一个 -shell 选项,以更好地集成 Windows Explorer 和 Mobi Emulator
- 一旦出现 ASP 解析错误,PRC 将不再被创建。
- 已添加一个非文档功能:将 css 文件放入到 PRCGEN 时,
在相同的文件夹下生成一个带有解析的 CSS 的ump.css,以排除故障
- 已添加一个新的免费创建功能,没有为免费的 PRC SDK 提供加密支持
<h3>版本 4.8.8n</h3>
- 已修复由创建 UNICODE 引入的缺陷,不能再次搜索
由独立的子集或简单的子集创建的索引(版本号未发生变化)
- 已添加更好的错误报告,汇报匹配错误的外部子条目
<h3>版本 4.8.8m</h3>
- 缺陷修复:删除 4.8.8h 中引入的内存泄露
- 引入一种机制以修复命令行中不完整的路径
<h3>版本 4.8.8l</h3>
- 已添加关于嵌入 media/texts 问题的几个警告
- 已在 x-metadata/output 选项中添加 flatten-dynamic-dir=yes,以忽略
保留其名称的嵌入文件的路径(但名称必须唯一);
这帮助解决某些图像在 OPF 文件夹外部的问题
- 已在 x-metadata/output 中添加 asp-as-binary=yes,以便 ASP 可以创建为
字节编码(尽管更快,可能与阅读器更新不兼容,但适用于
OEM/embedded readers/products)
<h3>版本 4.8 8k</h3>
- 已添加拼写校对
- 已修改索引顺序:空格现在是重要的字符
<h3>版本 4.8.8j</h3>
- 所有已知的脚本被 javascript 阅读器解析,以便
警告输出为无效的脚本
<h3>版本 4.8.8i</h3>
- ASP 的标头已经更新,以匹配 Interdev 生成的内容
- 缺失的 codepage 现在只是警告信息
<h3>版本 4.8.8h</h3>
- 源 CSS 的 cssparser.cpp 编码中的编码转换缺陷修复
已被适当地定义
- 针对 CSS 样式生成的 HTML 位于目的地编码
- 图像处理类中的小修改
<h3>版本 4.8.8g</h3>
- 已修复下列缺陷:通过 get_manifest_item(order) 列举的文档始终得到第一个文档(只对嵌入的媒介和 ASP 有影响)
<h3>版本 4.8.8f</h3>
- 缺陷修复:在 UNICODE 中创建 HTML 文件时,使用的默认编码
源自 HTML,并适用于标题编码
<h3>版本 4.8.8e</h3>
- 将所有记录的最大尺寸降低至 63K(之前的限制太高)
(此新限制不适用于已受限制的图像)
<h3>版本 4.8.8d</h3>
- 已修复所有采用 OPF UTF-8 的缺陷,如果没有指定编码,将电子书创建为 UTF-8 格式
<h3>版本 4.8.8c</h3>
- 已改善 XSL 依赖包检查:
如果任何插件返回至 .xsl 作为依赖包,则插件的 xsl:import/xsl:include
由 XmlMake 进行扫描
XSL 依赖包检验器具有普通编码,以便同时使用数十个
相同的 XSL 搜索依赖包
<h3>版本 4.8.8b</h3>
- 更改尾随字节的格式以获得定位信息
!!! 在我们发布任何使用脚本化条目的电子书之前,
这足以使我们更改 FFV 文件格式,
因为阅读器 4.8 发布时支持 FFV_6
并带有错误的尾随字节格式。 !!!
<h3>版本 4.8.8</h3>
- 现在以 unicode 编码创建 prcgen
- 现在支持 <x-metadata> 部分的 <output encoding= />,以指定
精确的输出编码(仅支持 windows-1252 和 utf-8,
其他格式转换为 utf-8)
<h3>版本 4.8.7b</h3>
- 已添加通过 <idx:infl> 标签命名拐点的支持
<h3>版本 4.8.7</h3>
- 已添加 ASP 和嵌入的对象索引
- 已添加 -lowpriority
<h3>版本 4.8.6</h3>
- 创建结束时生成更好的统计报告
- 通过尾随字节中的 fencing 信息,修复 ASSERTion 缺陷
<h3>版本 4.8.5c</h3>
- 缺陷修复:在 <SELECT> 标签中,如果在任何选项中没有发现选定的属性,
则默认值未经计算;只适用于
Western(根据索引编码)的 HTML TODO 编码没有解码值
- 已添加使用 SELECT multiple(多选)的警告信息
<h3>版本 4.8.5b</h3>
- 已添加 javascript 代码(全局函数)的几项检查,以避免 prcgen 崩溃
- 已添加全局函数约束(必须是带有 f_ 的前缀)以避免
稍后引起 DOM 问题。
<h3>版本 4.8.5</h3>
- 已在 .OPF 中添加 <x-metadata><DefaultLookupIndex> 字段
(定义用于查找的索引)
<h3>版本 4.8.4b</h3>
- prcgen 处理 mbp:persistent 的 <FORM> 标签
(保存设置的格式)
- 已改进框架集中的 is_reachable 计算
<h3>版本 4.8.4</h3>
- prcgen 处理 mbp:auto-submit(如果在文本字段中,
使输入键的格式有效)
<h3>版本 4.8.2</h3>
- 缺陷修复:可能在完全相同的位置关闭/打开
框架集。如果一个必要框架集的子框架集实际上不是开放性框架集,·
且与开放性框架集位于一个完全相同的文件夹之下时,则出现缺陷
- 格式从错误到警告变更时必须有唯一的名称,生成一个
随机的名称,并在索引和内容中替换此名称
<h3>版本 4.8.1</h3>
- 已添加基本的 CSS 1.0 支持(通过生成与 CSS 相关的 HTML 标签)
- 已添加 Microsoft OPF 支持:
每个 HTML 文件之后的分页符,
在 spine 结束时添加非 spine manifest HTML 文件,
在 spine 开始时生成封面图像,根据自定义的 MS 指导项
抑制其他 MS 指定的指导项
<h3>版本 4.8.0</h3>
- 新索引标签句法:
<idx:entry name=> (代替 type=)
<idx:key name=> (代替 type=)
<idx:key value=> (代替 key=)
<idx:orth value=> (代替 orth=)
<idx:gramgrp value=> (代替 gramgrp=)
- 已添加更多数据库函数:<idx:subentry> 和 <idx:string>
- 现在通过尾随字节处理 <mbp:pagebreak crossable=no>
<h3>版本 4.7.7</h3>
- 已添加 javascript 全局函数索引
<h3>版本 4.7.6</h3>
- 当前条目信息附加至文本记录 => 转换至 FFV_6
- 不可跨越的分页符也附加至文本记录
- 生成 FFV_6 的所有 PRC 必须通过 DRM 软件的新版本
加密
<h3>版本 4.7.5</h3>
- 已添加通过 manifest 项附加 .PDB 文件的功能
(application/x-pilot) 如果在最后的 PRC 文件中插入顺序,
您必须也在 spine 中添加它们
- 已添加保护记录(允许检查文件残缺不全)
tbr
- 在图像处理类的 PRCGEN.exe 中禁用 C++ 异常处理
(可能导致 JPEG 图像完全为黑色)
<h3>V 4.7.4</h3>
- 缺陷修复:关于载入大量超过 32MB 文件的问题
(可能属于 Windows 缺陷)
<h3>V 4.7.3</h3>
- 缺陷修复:在某些少数情况下,子文件中的索引不能删除
- 缺陷修复:如果 string pool(字符串池)超过 64k,则删除无穷回圈无限循环
(正无限内存分配)。
<h3>版本 4.7.2</h3>
- 已添加用户选择的属性至 slave 架构,以便一些框架能够
包含可选择的内容(一般无效,但一些出版商将
内容放在框架中)
<h3>版本 4.7.1</h3>
- 只为缺失的图像和错误的链接显示一次错误信息
- 当 HuffDic 激活时,不再加密文本记录的尾随字节,
以便阅读器可以读取。
- 更新格式以在 slave 架构格式中保存除定位信息外的所有内容
- 检测具有相同名称的格式并拒绝创建
- 是否在解析过程中检测到错误(防止生成文件)
在压缩之前创建停止
<h3>版本 4.7.0</h3>
- 变更版本以匹配阅读器 4.7 的发布
- 已添加开始类型项,以指导在给定的 url/javascript 操作中打开
电子书
<h3>版本 4.6.11</h3>
- 如果标签中也发现 href 或 onclick 属性,
则不能再删除名称和 id 属性使用名称或 id 是标准的
HTML 机制,以便命名链接并在 Javascript 中使用链接。 因此,
本阅读器需要这些属性。
<h3>版本 4.6.10</h3>
- 已修复使用 filename.htm 链接时,
防止在(不必要的)文件框架集中定义框架的缺陷
- 缺陷修复:防止在相同的 filepos 中出现多个框架集
- 注意:如果外部框架集不可跨越,且不是内部框架集,
则检测到一些问题。 它不能进行编码 ==> 不会出现问题,因为问题
只出现在文件的自动框架集中,且此框架集目前总是
不可跨越
<h3>版本 4.6.9</h3>
- 对齐记录时忽略 UTF8 尾随字节,导致以下
记录可能对齐不当(PocketPCs 崩溃)
<h3>版本 4.6.8</h3>
- 缺陷修复:由于最优化原则,不可跨越的属性将被忽略
<h3>版本 4.6.7</h3>
- 已添加阅读器 pro 限制,修复一些 FDST 记录写入中的小缺陷
<h3>版本 4.6.6</h3>
- 已添加布局重复使用和执行不到的框架集拒绝代码,这并不
更改文件格式,但可能大幅度地减小边框布局/内容记录的
尺寸。
<h3>版本 4.6.5</h3>
- 更好地生成关于 apply-xsl 插件中保存失败的错误报告
- 缺陷修复:在只有 mbp:sections 的电子书中
(未保存框架集信息 => 忽略不可跨越的框架集)
<h3>版本 4.6.4</h3>
- 只要存在框架,prc 的格式总为 FFV5(由于
auto-breadth 参数的设置总为 true)
<h3>版本 4.6.3</h3>
- 已修复 huffdic 压缩暂时文件的缺陷(这可能引起
其他缺陷)
<h3>版本 4.6.2</h3>
- 已添加 UTF8 基本支持,尚未有索引
<h3>版本 4.6.1</h3>
- 已添加在 Huffman 代码输出过程中将错误写至临时文件的测试和
错误报告
</pre>
</body></html>
|
doc/com/netflix/astyanax/connectionpool/class-use/NodeDiscovery.html
|
0x6e6562/astyanax
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu May 24 11:27:50 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface com.netflix.astyanax.connectionpool.NodeDiscovery (astyanax 1.0.3 API)
</TITLE>
<META NAME="date" CONTENT="2012-05-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.netflix.astyanax.connectionpool.NodeDiscovery (astyanax 1.0.3 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/netflix/astyanax/connectionpool//class-useNodeDiscovery.html" target="_top"><B>FRAMES</B></A>
<A HREF="NodeDiscovery.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>com.netflix.astyanax.connectionpool.NodeDiscovery</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.netflix.astyanax"><B>com.netflix.astyanax</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.netflix.astyanax.connectionpool"><B>com.netflix.astyanax.connectionpool</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.netflix.astyanax.connectionpool.impl"><B>com.netflix.astyanax.connectionpool.impl</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.netflix.astyanax.shallows"><B>com.netflix.astyanax.shallows</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="com.netflix.astyanax"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A> in <A HREF="../../../../../com/netflix/astyanax/package-summary.html">com.netflix.astyanax</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../com/netflix/astyanax/package-summary.html">com.netflix.astyanax</A> declared as <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A></CODE></FONT></TD>
<TD><CODE><B>AstyanaxContext.Builder.</B><B><A HREF="../../../../../com/netflix/astyanax/AstyanaxContext.Builder.html#discovery">discovery</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/netflix/astyanax/package-summary.html">com.netflix.astyanax</A> that return <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A></CODE></FONT></TD>
<TD><CODE><B>AstyanaxContext.</B><B><A HREF="../../../../../com/netflix/astyanax/AstyanaxContext.html#getNodeDiscovery()">getNodeDiscovery</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.netflix.astyanax.connectionpool"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A> in <A HREF="../../../../../com/netflix/astyanax/connectionpool/package-summary.html">com.netflix.astyanax.connectionpool</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../com/netflix/astyanax/connectionpool/package-summary.html">com.netflix.astyanax.connectionpool</A> with parameters of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscoveryMonitor.html#NodeDiscoveryMonitor(com.netflix.astyanax.connectionpool.NodeDiscovery)">NodeDiscoveryMonitor</A></B>(<A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A> discovery)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.netflix.astyanax.connectionpool.impl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A> in <A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</A> that implement <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/NodeDiscoveryImpl.html" title="class in com.netflix.astyanax.connectionpool.impl">NodeDiscoveryImpl</A></B></CODE>
<BR>
Re-discover the ring on a fixed interval to identify new nodes or changes to
the ring tokens.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/package-summary.html">com.netflix.astyanax.connectionpool.impl</A> with parameters of type <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>NodeDiscoveryMonitorManager.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/NodeDiscoveryMonitorManager.html#registerMonitor(java.lang.String, com.netflix.astyanax.connectionpool.NodeDiscovery)">registerMonitor</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> monitorName,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A> discovery)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>NodeDiscoveryMonitorManager.</B><B><A HREF="../../../../../com/netflix/astyanax/connectionpool/impl/NodeDiscoveryMonitorManager.html#unregisterMonitor(java.lang.String, com.netflix.astyanax.connectionpool.NodeDiscovery)">unregisterMonitor</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> monitorName,
<A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A> discovery)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.netflix.astyanax.shallows"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A> in <A HREF="../../../../../com/netflix/astyanax/shallows/package-summary.html">com.netflix.astyanax.shallows</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../com/netflix/astyanax/shallows/package-summary.html">com.netflix.astyanax.shallows</A> that implement <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool">NodeDiscovery</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/netflix/astyanax/shallows/EmptyNodeDiscoveryImpl.html" title="class in com.netflix.astyanax.shallows">EmptyNodeDiscoveryImpl</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/netflix/astyanax/connectionpool/NodeDiscovery.html" title="interface in com.netflix.astyanax.connectionpool"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/netflix/astyanax/connectionpool//class-useNodeDiscovery.html" target="_top"><B>FRAMES</B></A>
<A HREF="NodeDiscovery.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2012. All Rights Reserved.
</BODY>
</HTML>
|
node_modules/antd/lib/progress/style/index.css
|
hong1012/FreePay
|
.ant-progress {
display: inline-block;
}
.ant-progress-line {
width: 100%;
font-size: 12px;
position: relative;
}
.ant-progress-outer {
display: inline-block;
width: 100%;
margin-right: 0;
padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
padding-right: 45px;
margin-right: -45px;
}
.ant-progress-inner {
display: inline-block;
width: 100%;
background-color: #f3f3f3;
border-radius: 100px;
vertical-align: middle;
}
.ant-progress-bg {
border-radius: 100px;
background-color: #108ee9;
-webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
position: relative;
}
.ant-progress-text {
width: 35px;
text-align: left;
font-size: 1em;
margin-left: 10px;
vertical-align: middle;
display: inline-block;
font-family: tahoma;
position: relative;
top: -1px;
}
.ant-progress-text .anticon {
font-size: 12px;
}
.ant-progress-status-active .ant-progress-bg:before {
content: "";
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
border-radius: 10px;
-webkit-animation: ant-progress-active 2s cubic-bezier(0.23, 1, 0.32, 1) infinite;
animation: ant-progress-active 2s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.ant-progress-status-exception .ant-progress-bg {
background-color: #f50;
}
.ant-progress-status-exception .ant-progress-text {
color: #f50;
}
.ant-progress-status-success .ant-progress-bg {
background-color: #87d068;
}
.ant-progress-status-success .ant-progress-text {
color: #87d068;
}
.ant-progress-circle .ant-progress-inner {
position: relative;
line-height: 1;
background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
display: block;
position: absolute;
width: 100%;
text-align: center;
line-height: 1;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
font-family: tahoma;
margin: 0;
}
.ant-progress-circle .ant-progress-text .anticon {
font-size: 1.16666667em;
}
.ant-progress-circle .ant-progress-status-exception .ant-progress-text {
color: #f50;
}
.ant-progress-circle .ant-progress-status-success .ant-progress-text {
color: #87d068;
}
@-webkit-keyframes ant-progress-active {
0% {
opacity: 0.8;
width: 0;
}
100% {
opacity: 0;
width: 100%;
}
}
@keyframes ant-progress-active {
0% {
opacity: 0.8;
width: 0;
}
100% {
opacity: 0;
width: 100%;
}
}
|
4.0.0-beta.1/a02911.html
|
stweil/tesseract-ocr.github.io
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tesseract: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">tesseract
 <span id="projectnumber">4.00.00dev</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('a02914.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">tesseract::StringParam Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="a02914.html">tesseract::StringParam</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="a02914.html#aef1919b1dc8036badff193450b517bd6">c_str</a>() const</td><td class="entry"><a class="el" href="a02914.html">tesseract::StringParam</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="a02902.html#a932767918dd25852c42ed46897ebe135">constraint_ok</a>(SetParamConstraint constraint) const</td><td class="entry"><a class="el" href="a02902.html">tesseract::Param</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a02902.html#a77bba96272c09429b905beae0791f586">debug_</a></td><td class="entry"><a class="el" href="a02902.html">tesseract::Param</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="a02914.html#a0ec3e515e2623176386ec2582381a573">empty</a>()</td><td class="entry"><a class="el" href="a02914.html">tesseract::StringParam</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a02902.html#a738bc32b75735560ca5ce00f34f000ed">info_</a></td><td class="entry"><a class="el" href="a02902.html">tesseract::Param</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="a02902.html#a8b192f7edb7464c2c781536ab48d1763">info_str</a>() const</td><td class="entry"><a class="el" href="a02902.html">tesseract::Param</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a02902.html#a414ce3507bf8bbeb057f836f27224552">init_</a></td><td class="entry"><a class="el" href="a02902.html">tesseract::Param</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="a02902.html#ad59aef18291a0cf3ba27d082f32b1557">is_debug</a>() const</td><td class="entry"><a class="el" href="a02902.html">tesseract::Param</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a02902.html#a082d677ada371153dc167e03032bd741">is_init</a>() const</td><td class="entry"><a class="el" href="a02902.html">tesseract::Param</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="a02902.html#a4b6738dba276ac5d1cb46b4848b93849">name_</a></td><td class="entry"><a class="el" href="a02902.html">tesseract::Param</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a02902.html#abd6d26fefb0ba72612a2c93affaafb07">name_str</a>() const</td><td class="entry"><a class="el" href="a02902.html">tesseract::Param</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="a02914.html#a1f25dd680a927ea639dbe98b5f62d2d0">operator STRING &</a>()</td><td class="entry"><a class="el" href="a02914.html">tesseract::StringParam</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a02914.html#a2b6cff9842475b308d88471ce362c998">operator=</a>(const STRING &value)</td><td class="entry"><a class="el" href="a02914.html">tesseract::StringParam</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="a02914.html#a015e950a25b3f10e48c769159e404297">operator==</a>(const STRING &other)</td><td class="entry"><a class="el" href="a02914.html">tesseract::StringParam</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a02902.html#a7d2b3a9b8108f1c1b973f4f498114482">Param</a>(const char *name, const char *comment, bool init)</td><td class="entry"><a class="el" href="a02902.html">tesseract::Param</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="a02914.html#ac6307a498e62ff3cefc853838d87b2a0">ResetToDefault</a>()</td><td class="entry"><a class="el" href="a02914.html">tesseract::StringParam</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a02914.html#a12824dcbc4500b02020b58e76ae4d8cd">set_value</a>(const STRING &value)</td><td class="entry"><a class="el" href="a02914.html">tesseract::StringParam</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="a02914.html#a87f73f314269f6a105854984981a5f8d">string</a>() const</td><td class="entry"><a class="el" href="a02914.html">tesseract::StringParam</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a02914.html#a40a11080380d683951aa43c8205bca29">StringParam</a>(const char *value, const char *name, const char *comment, bool init, ParamsVectors *vec)</td><td class="entry"><a class="el" href="a02914.html">tesseract::StringParam</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="a02902.html#a444e54c9b76cb5353d96da157835ecdc">~Param</a>()</td><td class="entry"><a class="el" href="a02902.html">tesseract::Param</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a02914.html#a5b9b4f87236422c6389e66dcc4d08583">~StringParam</a>()</td><td class="entry"><a class="el" href="a02914.html">tesseract::StringParam</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Wed Mar 28 2018 19:53:47 for tesseract by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
hadoop-0.10.1/docs/api/org/apache/hadoop/record/Index.html
|
moreus/hadoop
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_08) on Wed Jan 10 16:02:57 PST 2007 -->
<TITLE>
Index (Hadoop 0.10.1 API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.hadoop.record.Index interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Index (Hadoop 0.10.1 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Index.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/hadoop/record/CsvOutputArchive.html" title="class in org.apache.hadoop.record"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/hadoop/record/InputArchive.html" title="interface in org.apache.hadoop.record"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/hadoop/record/Index.html" target="_top"><B>FRAMES</B></A>
<A HREF="Index.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.hadoop.record</FONT>
<BR>
Interface Index</H2>
<HR>
<DL>
<DT><PRE>public interface <B>Index</B></DL>
</PRE>
<P>
Interface that acts as an iterator for deserializing maps.
The deserializer returns an instance that the record uses to
read vectors and maps. An example of usage is as follows:
<code>
Index idx = startVector(...);
while (!idx.done()) {
.... // read element of a vector
idx.incr();
}
</code>
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Milind Bhandarkar</DD>
</DL>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/Index.html#done()">done</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/Index.html#incr()">incr</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="done()"><!-- --></A><H3>
done</H3>
<PRE>
boolean <B>done</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="incr()"><!-- --></A><H3>
incr</H3>
<PRE>
void <B>incr</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Index.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/apache/hadoop/record/CsvOutputArchive.html" title="class in org.apache.hadoop.record"><B>PREV CLASS</B></A>
<A HREF="../../../../org/apache/hadoop/record/InputArchive.html" title="interface in org.apache.hadoop.record"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/hadoop/record/Index.html" target="_top"><B>FRAMES</B></A>
<A HREF="Index.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2006 The Apache Software Foundation
</BODY>
</HTML>
|
ll-javaBroker/docs/gov/va/med/lom/javaBroker/rpc/lists/models/LabTestType.html
|
VHAINNOVATIONS/AVS
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0) on Wed Aug 13 15:01:42 EDT 2014 -->
<title>LabTestType</title>
<meta name="date" content="2014-08-13">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="LabTestType";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/lists/models/LabReportList.html" title="class in gov.va.med.lom.javaBroker.rpc.lists.models"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/lists/models/LabTestTypesList.html" title="class in gov.va.med.lom.javaBroker.rpc.lists.models"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?gov/va/med/lom/javaBroker/rpc/lists/models/LabTestType.html" target="_top">Frames</a></li>
<li><a href="LabTestType.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">gov.va.med.lom.javaBroker.rpc.lists.models</div>
<h2 title="Class LabTestType" class="title">Class LabTestType</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/BaseBean.html" title="class in gov.va.med.lom.javaBroker.rpc">gov.va.med.lom.javaBroker.rpc.BaseBean</a></li>
<li>
<ul class="inheritance">
<li>gov.va.med.lom.javaBroker.rpc.lists.models.LabTestType</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable</dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">LabTestType</span>
extends <a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/BaseBean.html" title="class in gov.va.med.lom.javaBroker.rpc">BaseBean</a>
implements java.io.Serializable</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../../../serialized-form.html#gov.va.med.lom.javaBroker.rpc.lists.models.LabTestType">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/lists/models/LabTestType.html#LabTestType()">LabTestType</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/lists/models/LabTestType.html#getName()">getName</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/lists/models/LabTestType.html#setName(java.lang.String)">setName</a></strong>(java.lang.String name)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_gov.va.med.lom.javaBroker.rpc.BaseBean">
<!-- -->
</a>
<h3>Methods inherited from class gov.va.med.lom.javaBroker.rpc.<a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/BaseBean.html" title="class in gov.va.med.lom.javaBroker.rpc">BaseBean</a></h3>
<code><a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/BaseBean.html#getDfn()">getDfn</a>, <a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/BaseBean.html#getDuz()">getDuz</a>, <a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/BaseBean.html#getIen()">getIen</a>, <a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/BaseBean.html#getRpcResult()">getRpcResult</a>, <a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/BaseBean.html#setDfn(java.lang.String)">setDfn</a>, <a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/BaseBean.html#setDuz(java.lang.String)">setDuz</a>, <a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/BaseBean.html#setIen(java.lang.String)">setIen</a>, <a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/BaseBean.html#setRpcResult(java.lang.String)">setRpcResult</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="LabTestType()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>LabTestType</h4>
<pre>public LabTestType()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public java.lang.String getName()</pre>
</li>
</ul>
<a name="setName(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setName</h4>
<pre>public void setName(java.lang.String name)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/lists/models/LabReportList.html" title="class in gov.va.med.lom.javaBroker.rpc.lists.models"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../../../gov/va/med/lom/javaBroker/rpc/lists/models/LabTestTypesList.html" title="class in gov.va.med.lom.javaBroker.rpc.lists.models"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?gov/va/med/lom/javaBroker/rpc/lists/models/LabTestType.html" target="_top">Frames</a></li>
<li><a href="LabTestType.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
share/doc/hadoop/hadoop-project-dist/hadoop-common/filesystem/index.html
|
hsh075623201/hadoop
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia at 2014-11-14 -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Apache Hadoop 2.5.2 - </title>
<style type="text/css" media="all">
@import url("../css/maven-base.css");
@import url("../css/maven-theme.css");
@import url("../css/site.css");
</style>
<link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
<meta name="Date-Revision-yyyymmdd" content="20141114" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="composite">
<div id="banner">
<a href="http://hadoop.apache.org/" id="bannerLeft">
<img src="http://hadoop.apache.org/images/hadoop-logo.jpg" alt="" />
</a>
<a href="http://www.apache.org/" id="bannerRight">
<img src="http://www.apache.org/images/asf_logo_wide.png" alt="" />
</a>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
<a href="http://www.apache.org/" class="externalLink">Apache</a>
>
<a href="http://hadoop.apache.org/" class="externalLink">Hadoop</a>
>
<a href="../../">Apache Hadoop Project Dist POM</a>
>
<a href="../">Apache Hadoop 2.5.2</a>
</div>
<div class="xright"> <a href="http://wiki.apache.org/hadoop" class="externalLink">Wiki</a>
|
<a href="https://svn.apache.org/repos/asf/hadoop/" class="externalLink">SVN</a>
|
<a href="http://hadoop.apache.org/" class="externalLink">Apache Hadoop</a>
| Last Published: 2014-11-14
| Version: 2.5.2
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>General</h5>
<ul>
<li class="none">
<a href="../../../index.html">Overview</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/SingleCluster.html">Single Node Setup</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/ClusterSetup.html">Cluster Setup</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/CommandsManual.html">Hadoop Commands Reference</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/FileSystemShell.html">FileSystem Shell</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/Compatibility.html">Hadoop Compatibility</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/filesystem/index.html">FileSystem Specification</a>
</li>
</ul>
<h5>Common</h5>
<ul>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/CLIMiniCluster.html">CLI Mini Cluster</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/NativeLibraries.html">Native Libraries</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/Superusers.html">Superusers</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/SecureMode.html">Secure Mode</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/ServiceLevelAuth.html">Service Level Authorization</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/HttpAuthentication.html">HTTP Authentication</a>
</li>
</ul>
<h5>HDFS</h5>
<ul>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html">HDFS User Guide</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithQJM.html">High Availability With QJM</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html">High Availability With NFS</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/Federation.html">Federation</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/ViewFs.html">ViewFs Guide</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsSnapshots.html">HDFS Snapshots</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsDesign.html">HDFS Architecture</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsEditsViewer.html">Edits Viewer</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsImageViewer.html">Image Viewer</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html">Permissions and HDFS</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsQuotaAdminGuide.html">Quotas and HDFS</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/Hftp.html">HFTP</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/LibHdfs.html">C API libhdfs</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/WebHDFS.html">WebHDFS REST API</a>
</li>
<li class="none">
<a href="../../../hadoop-hdfs-httpfs/index.html">HttpFS Gateway</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/ShortCircuitLocalReads.html">Short Circuit Local Reads</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/CentralizedCacheManagement.html">Centralized Cache Management</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsNfsGateway.html">HDFS NFS Gateway</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsRollingUpgrade.html">HDFS Rolling Upgrade</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/ExtendedAttributes.html">Extended Attributes</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/HdfsMultihoming.html">HDFS Support for Multihoming</a>
</li>
</ul>
<h5>MapReduce</h5>
<ul>
<li class="none">
<a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html">MapReduce Tutorial</a>
</li>
<li class="none">
<a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduce_Compatibility_Hadoop1_Hadoop2.html">Compatibilty between Hadoop 1.x and Hadoop 2.x</a>
</li>
<li class="none">
<a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/EncryptedShuffle.html">Encrypted Shuffle</a>
</li>
<li class="none">
<a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/PluggableShuffleAndPluggableSort.html">Pluggable Shuffle/Sort</a>
</li>
<li class="none">
<a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/DistributedCacheDeploy.html">Distributed Cache Deploy</a>
</li>
<li class="none">
<a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/HadoopStreaming.html">Hadoop Streaming</a>
</li>
<li class="none">
<a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/HadoopArchives.html">Hadoop Archives</a>
</li>
<li class="none">
<a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/DistCp.html">DistCp</a>
</li>
</ul>
<h5>MapReduce REST APIs</h5>
<ul>
<li class="none">
<a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapredAppMasterRest.html">MR Application Master</a>
</li>
<li class="none">
<a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-hs/HistoryServerRest.html">MR History Server</a>
</li>
</ul>
<h5>YARN</h5>
<ul>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/YARN.html">YARN Architecture</a>
</li>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html">Capacity Scheduler</a>
</li>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/FairScheduler.html">Fair Scheduler</a>
</li>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/ResourceManagerRestart.html">ResourceManager Restart</a>
</li>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/ResourceManagerHA.html">ResourceManager HA</a>
</li>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/WebApplicationProxy.html">Web Application Proxy</a>
</li>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/TimelineServer.html">YARN Timeline Server</a>
</li>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/WritingYarnApplications.html">Writing YARN Applications</a>
</li>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/YarnCommands.html">YARN Commands</a>
</li>
<li class="none">
<a href="../../../hadoop-sls/SchedulerLoadSimulator.html">Scheduler Load Simulator</a>
</li>
</ul>
<h5>YARN REST APIs</h5>
<ul>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/WebServicesIntro.html">Introduction</a>
</li>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html">Resource Manager</a>
</li>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-site/NodeManagerRest.html">Node Manager</a>
</li>
</ul>
<h5>Auth</h5>
<ul>
<li class="none">
<a href="../../../hadoop-auth/index.html">Overview</a>
</li>
<li class="none">
<a href="../../../hadoop-auth/Examples.html">Examples</a>
</li>
<li class="none">
<a href="../../../hadoop-auth/Configuration.html">Configuration</a>
</li>
<li class="none">
<a href="../../../hadoop-auth/BuildingIt.html">Building</a>
</li>
</ul>
<h5>Reference</h5>
<ul>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/releasenotes.html">Release Notes</a>
</li>
<li class="none">
<a href="../../../api/index.html">API docs</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/CHANGES.txt">Common CHANGES.txt</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/CHANGES.txt">HDFS CHANGES.txt</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-mapreduce/CHANGES.txt">MapReduce CHANGES.txt</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/Metrics.html">Metrics</a>
</li>
</ul>
<h5>Configuration</h5>
<ul>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/core-default.xml">core-default.xml</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-hdfs/hdfs-default.xml">hdfs-default.xml</a>
</li>
<li class="none">
<a href="../../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml">mapred-default.xml</a>
</li>
<li class="none">
<a href="../../../hadoop-yarn/hadoop-yarn-common/yarn-default.xml">yarn-default.xml</a>
</li>
<li class="none">
<a href="../../../hadoop-project-dist/hadoop-common/DeprecatedProperties.html">Deprecated Properties</a>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img alt="Built by Maven" src="../images/logos/maven-feather.png"/>
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<!-- -
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file. --><h1>The Hadoop FileSystem API Definition</h1>
<p>This is a specification of the Hadoop FileSystem APIs, which models the contents of a filesystem as a set of paths that are either directories, symbolic links, or files.</p>
<p>There is surprisingly little prior art in this area. There are multiple specifications of Unix filesystems as a tree of inodes, but nothing public which defines the notion of “Unix filesystem as a conceptual model for data storage access”.</p>
<p>This specification attempts to do that; to define the Hadoop FileSystem model and APIs so that multiple filesystems can implement the APIs and present a consistent model of their data to applications. It does not attempt to formally specify any of the concurrency behaviors of the filesystems, other than to document the behaviours exhibited by HDFS as these are commonly expected by Hadoop client applications.</p>
<ol style="list-style-type: decimal">
<li><a href="introduction.html">Introduction</a></li>
<li><a href="notation.html">Notation</a></li>
<li><a href="model.html">Model</a></li>
<li><a href="filesystem.html">FileSystem class</a></li>
<li><a href="fsdatainputstream.html">FSDataInputStream class</a></li>
<li><a href="testing.html">Testing with the Filesystem specification</a></li>
<li><a href="extending.html">Extending the specification and its tests</a></li>
</ol>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">© 2014
Apache Software Foundation
- <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>
|
baulcosasperdidas/blog-home-1.html
|
codetruck/codetruck.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Baúl de las Cosas Perdidas</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Baúl de las cosas perdidas</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="about.html">¿Qué sucede?</a>
</li>
<li>
<a href="services.html">Solucìón</a>
</li>
<li>
<a href="portfolio-4-col.html">Recompensa </a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Objetos perdidos <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="blog-home-1.html">Busca un objeto</a>
</li>
<li>
<a href="blog-home-2.html">Registra un objeto</a>
</li>
<li>
<a href="blog-post.html">Módulo de entrega</a>
</li>
</ul>
<li>
<a href="contact.html">Contacto</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Busca un objeto
<small>Objetos perdidos</small>
</h1>
<ol class="breadcrumb">
<li><a href="index.html">El baúl de las cosas perdidas</a>
</li>
<li class="active">Objetos perdidos</li>
<li class="active">Busca un objeto</li>
</ol>
</div>
</div>
<!-- /.row -->
<div class="row">
<!-- Blog Entries Column -->
<div class="col-md-8">
<!-- First Blog Post -->
<h2>
Novedades
</h2>
<p class="lead">
Objetos encontrados el Miércoles 19 de abril.</a>
</p>
<p><i class="fa fa-clock-o"></i> Actualizado diariamente</p>
<hr>
<img class="img-responsive img-hover" src="https://image.jimcdn.com/app/cms/image/transf/none/path/s88ffc7be08011071/image/i84d3810fdfbb5845/version/1425931370/lomo-recto.jpg" alt="">
</a>
<hr>
<p>Cuaderno profesional rayado extremo izquierdo azul y extremo derecho blanco.</p>
<p>Encontrado el miércoles 19 de abril en el salón B-101 a las 11 am (aporximadamente).</p>
<p>Encontrado por Selena Sarai López Arce, grupo 411, turno matutino.</p>
<p>Depositado en el baúl el miércoles 19 de abril a la 1 pm (aporximadamente). </p>
<hr>
<!-- Second Blog Post -->
<h2>
Anteriormente
</h2>
<p class="lead">
Objetos encontrads el Martes 18 de abril.</a>
</p>
<img class="img-responsive img-hover" src="http://www.cromavisualperu.com/wp-content/uploads/2016/10/USB-TECNOL-06-usb-ecologico-4gb-8gb-usb0105ma.jpg" alt="">
</a>
<hr>
<p>USB de color café madera y cobertura de color gris plata. Escrito "Renault Consulting"</p>
<p>Encontrado el martes 18 de abril en el salón GII a las 9 am (aporximadamente).</p>
<p>Encontrado por Selena Sarai López Arce, grupo 411, turno matutino.</p>
<p>Depositado en el baúl el Martes 18 de abril a las 11 am (aporximadamente). </p>
<hr>
<!-- Third Blog Post -->
<h2>
<p class="lead">
Objetos encontrados el Lunes 17 de abril.</a>
</p> </h2>
<img class="img-responsive img-hover" src="http://www.cicloscarreras.com/7159/s-track-large-matt-black-lentes-photochromic-vario-perfo.jpg" alt="">
</a>
<hr>
<p>Lentes de sol color negro oscuro con extraña decoración</p>
<p>Encontrado el lunes de abril en el salón A-108 a la 1 pm (aporximadamente).</p>
<p>Encontrado por un anónimo</p>
<p>Depositado en el baúl el Lunes 17 de abril a la 1:10 pm (aporximadamente). </p>
<hr>
<!-- Pager -->
<ul class="pager">
<li class="previous">
<a href="#">← Older</a>
</li>
<li class="next">
<a href="#">Newer →</a>
</li>
</ul>
</div>
<!-- Blog Sidebar Widgets Column -->
<div class="col-md-4">
<!-- Blog Search Well -->
<div class="well">
<h4>¿No encuentras tu objeto? Búscalo</h4>
<div class="input-group">
<input type="text" class="form-control">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><i class="fa fa-search"></i></button>
</span>
</div>
<!-- /.input-group -->
</div>
<!-- Blog Categories Well -->
<div class="well">
<h4>Fechas</h4>
<div class="row">
<div class="col-lg-6">
<ul class="list-unstyled">
<li><a href="#">Miércoles 19 de abril</a>
</li>
<li><a href="#">Martes 18 de abril</a>
</li>
<li><a href="#">Lunes 17 de abril</a>
</li>
<li><a href="#">Viernes 14 de abril</a>
</li>
</ul>
</div>
<!-- /.col-lg-6 -->
<div class="col-lg-6">
<ul class="list-unstyled">
<li><a href="#">Abril</a>
</li>
<li><a href="#">Marzo</a>
</li>
<li><a href="#">Febrero</a>
</li>
</ul>
</div>
<!-- /.col-lg-6 -->
</div>
<!-- /.row -->
</div>
<!-- Side Widget Well -->
<div class="well">
<h4>Observaciones</h4>
<p>Recuerda que sólo nos hacemos responsables por objetos perdidos dentro del plantel</p>
<p>Si recuperas un objeto que no es tuyo y eres descubierto, las personas correspondientes pueden acusarte de robo.</p>
</div>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © Your Website 2014</p>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
|
css/themes/green-theme.css
|
PeronStevens/Genomic-Alpha
|
/*=======================================
Template Design By WpFreeware Team.
Author URI : http://www.wpfreeware.com/
========================================*/
.scrollToTop {
background-color: #3fc35f;
border:1px solid #3fc35f;
}
.scrollToTop:hover, .scrollToTop:focus,.readmore_area a::before,.sl-slider h2> strong,.sl-slider p> strong,
.single-top-feature .readmore_area a span,.service-icon-effect,.service-icon .service-icon-effect:hover,.single-service>h3 a:hover,.single-service>h3 a:focus,
.whyChoose-right .media-heading,.whyChoose-right .media:hover .media-icon,.doctors-nav figcaption h2,
.testimonial-cotent > p span,.testimonial-nav .slick-dots li.slick-active button::before,.blog-comments-box li > h2,.blog-comments-box li span,
.blog-author > ul > li a:hover,.footer-service li > a:hover,.footer-service li > a span,.contact-info > p span,.footer-copyright>p>a,
.blog-breadcrumbs-right .breadcrumb > li a:hover,.blog-breadcrumbs-right .breadcrumb > .active,.blog-details blockquote::before,.blog-details blockquote::after,
.sidebar-widget p>a,.sidebar-widget>ul li>a:hover,.postnav-left:hover .navg-title,.postnav-right:hover .navg-title,.author-name:hover,
.similar-post .media-body a:hover,.similar-post > h2,.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover,
.button--itzel .button__icon,.button--itzel > span,#myModal .modal-title,
.form-submit input:hover,.error-page-area h1,.error-page-area h3{
color: #3fc35f;
}
.navbar-default {
background-color: #3fc35f;
border-color: #3fc35f;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus,.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.readmore_area a span,.single-top-feature,
.single-top-feature .readmore_area a::before,.testimonial-nav .slick-dots li.slick-active,figure.blog-figure .image-effect::before,
.footer-middle,.social-share ul li > a,.custom-panel .panel-heading a,.nav-tabs > li > a,a.gallery-iteam .image-effect::before,.comments-title::after,
.reply-btn,.author-tag {
background-color: #3fc35f;
}
.navbar-right .dropdown-menu,.navbar-nav .open .dropdown-menu,
.wp-form-control:focus {
border: 1px solid #3fc35f;
}
.navbar-right .dropdown-menu::before {
border-left: 1px solid #3fc35f;
border-top: 1px solid #3fc35f;
}
.nav-arrows span:hover {
border-color: #3fc35f;
color: #3fc35f;
}
.line {
border-bottom: 2px solid #3fc35f;
background: none repeat scroll 0 0 transparent;
height: 1px;
margin: 0 auto 45px;
padding: 5px;
position: relative;
width: 120px;
}
.line::after, .line::before {
border: medium solid transparent;
content: " ";
height: 0;
left: 50%;
pointer-events: none;
position: absolute;
top: 100%;
width: 0;
}
.line::before {
border-width: 9px;
margin-left: -6px;
}
.line::after {
border-top-color: #3fc35f;
border-width: 8px;
margin-left: -8px;
}
.service-icon .service-icon-effect {
box-shadow: 0 0 0 4px #3fc35f;
}
.service-icon .service-icon-effect:after {
box-shadow: 3px 3px #3fc35f;
}
.media-icon {
background-color: #3fc35f;
border: 2px solid #3fc35f;
}
.doctors-nav figure button:hover{
border-color: #3fc35f;
color:#3fc35f;
}
.single-doctor-social > a:hover{
color: #3fc35f;
border-color: #3fc35f;
}
.testimonial-img {
border: 3px solid #3fc35f;
}
.testimonial-nav .slick-dots li,.blog-content .readmore_area a,.wp-form-control,
.button--itzel::before,.error-page-area .readmore_area a {
border: 2px solid #3fc35f;
}
.tag-nav a:hover,.tag-nav a:focus{
background-color: #3fc35f;
border-color: #3fc35f;
}
.footer-service li > a{
border-bottom: 1px solid #3fc35f;
}
.footer-copyright>p>a:hover{
border-bottom: 1px solid #3fc35f;
}
.footer-social a {
border: 1px solid #3fc35f;
color: #3fc35f;
}
.footer-bottom p a:hover,.footer-bottom p a:focus{
border-color: #3fc35f;
color: #3fc35f;
}
.blog-pagination .pagination > li > a:focus, .blog-pagination .pagination > li > a:hover, .blog-pagination .pagination > li > span:focus,
.blog-pagination .pagination > li > span:hover {
background-color: #3fc35f;
border-color: #3fc35f;
}
.sidebar-widget h3::after {
background: none repeat scroll 0 0 #3fc35f;
}
.archives li > a:hover {
background-color: #3fc35f;
border-color: #3fc35f;
}
.postnav-left a:hover, .postnav-right a:hover {
border: 1px solid #3fc35f;
color: #3fc35f;
}
.postnav-left:hover .prev-icon,.postnav-right:hover .next-icon{
color: #3fc35f;
border-color: #3fc35f;
}
.post-author > h3 {
border-bottom: 1px solid #3fc35f;
color: #3fc35f;
}
.author-morepost:hover,.author-morepost:focus {
border-bottom: 1px solid #3fc35f;
color: #3fc35f;
}
.nav-tabs > li > a:hover,.nav-tabs > li > a:focus{
background-color: #3fc35f;
border-color: #3fc35f;
}
.form-submit input {
background-color: #3fc35f;
border: 1px solid #3fc35f;
}
.pswp__caption__center {
color: #3fc35f !important;
}
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
background-color: #3fc35f !important;
}
.comments-pagination li a:hover {
background-color:#3fc35f;
border-color: #3fc35f;
}
#respond input[type="text"]:focus,#respond input[type="email"]:focus,#respond input[type="url"]:focus {
border-color: #3fc35f;
}
#respond textarea:focus{
border-color: #3fc35f;
}
.blog-details .table-hover tbody tr:hover{
background-color: #3fc35f;
border-color: #3fc35f;
}
.blog-details>a:hover,
.blog-details>a:focus,
.blog-details > p>a:hover,
.blog-details > p>a:focus{
color: #3fc35f;
border-bottom: 1px solid #3fc35f;
}
.testimonial-parg::before {
color: #3fc35f;
}
.testimonial-parg:after{
color: #3fc35f;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
border-color: #3fc35f;
color: #3fc35f;
}
.slider-text h2>strong{
color: #3fc35f;
}
.slider-text p>strong{
color: #3fc35f;
}
/*=======================================
Template Design By WpFreeware Team.
Author URI : http://www.wpfreeware.com/
========================================*/
|
05 Introduction to Financial Python[]/09 Simple Linear Regression/03 Python Implementation.html
|
QuantConnect/Tutorials
|
<p>
In python, we have a very power package for mathematical models, which is named 'statsmodels'.
</p>
<div class="section-example-container">
<pre class="python">import statsmodels.formula.api as sm
model = sm.ols(formula = 'amzn~spy',data = df).fit()
print model.summary()
</pre>
</div>
<img class="img-responsive" src="https://cdn.quantconnect.com/tutorials/i/Tutorial09-plot2.png" alt="plot2" />
<p>
We built a simple linear regression model above by using the ols() function in statsmodels. The 'model' instance has lots of properties. The most commonly used one is parameters, or slope and intercept. We can access to them by:
</p>
<div class="section-example-container">
<pre class="python">print 'pamameters: ',model.params
[out]: pamameters: Intercept 0.000012
spy 0.492112
print 'residual: ', model.resid.tail()
[out]: residual: Date
2016-12-22 -0.003360
2016-12-23 -0.008219
2016-12-28 0.000477
2016-12-29 -0.006303
2016-12-30 -0.021211
print 'fitted values: ',model.predict()
[out]: fitted values: [-0.00070299 -0.00218348 0.00068734 0.00046907 -0.00277819 0.00103882]
</pre>
</div>
<p>
Now let's have a look at our fitted line:
</p>
<div class="section-example-container">
<pre class="python">plt.figure(figsize = (15,10))
plt.scatter(df.spy,df.amzn)
plt.xlabel('spx_return')
plt.ylabel('amzn_return')
plt.plot(df.spy,model.predict(),color = 'red')
plt.show()
</pre>
</div>
<img class="img-responsive" src="https://cdn.quantconnect.com/tutorials/i/Tutorial09-head.png" alt="head" />
<p>
The red line is the fitted linear regression straight line. As we can see there are lot of statistical results in the summary table. Now let's talk about some important statistical parameters.
</p>
<img class="img-responsive" src="https://cdn.quantconnect.com/tutorials/i/Tutorial09-regression-table.png" alt="regression table" />
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.