Advertisement
Guest User

test

a guest
Jul 30th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.68 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>SCRATCH</title>
  7. <meta name="description" content="This file was exported from WriteMonkey editor.">
  8. <style type="text/css">
  9. @import url(http://fonts.googleapis.com/css?family=Vollkorn:400,400italic,700,700italic&subset=latin);
  10.  
  11. html, body {
  12.         padding:1em;
  13.         margin:auto;
  14.         max-width:42em;
  15.         background:#fefefe;
  16.     }
  17. body {
  18.     font: 1.3em "Vollkorn", Palatino, Times;
  19.     color: #333;
  20.     line-height: 1.4;
  21.     text-align: justify;
  22.     }
  23. header, nav, article, footer {
  24.     width: 700px;
  25.     margin:0 auto;
  26.     }
  27. article {
  28.     margin-top: 4em;
  29.     margin-bottom: 4em;
  30.     min-height: 400px;
  31.     }
  32. footer {
  33.     margin-bottom:50px;
  34.     }
  35. video {
  36.     margin: 2em 0;
  37.     border:1px solid #ddd;
  38.     }
  39.  
  40. nav {
  41.     font-size: .9em;
  42.     font-style: italic;
  43.     border-bottom: 1px solid #ddd;
  44.     padding: 1em 0;
  45.     }
  46. nav p {
  47.     margin: 0;
  48.     }
  49.  
  50. /* Typography
  51. -------------------------------------------------------- */
  52.  
  53. h1 {
  54.     margin-top: 0;
  55.     font-weight: normal;
  56.     }
  57. h2 {
  58.     font-weight: normal;
  59.     }
  60. h3 {
  61.     font-weight: normal;
  62.     font-style: italic;
  63.     margin-top:3em;
  64.     }
  65. p {
  66.     margin-top:0;
  67.     -webkit-hypens:auto;
  68.     -moz-hypens:auto;
  69.     hyphens:auto;
  70.     }
  71. ul {
  72.     list-style: square;
  73.     padding-left:1.2em;
  74.     }
  75. ol {
  76.     padding-left:1.2em;
  77.     }
  78. blockquote {
  79.     margin-left: 1em;
  80.     padding-left: 1em;
  81.     border-left: 1px solid #ddd;
  82.     }
  83. code {
  84.     font-family: "Consolas", "Menlo", "Monaco", monospace, serif;
  85.     font-size: .9em;
  86.     background: white;
  87.     }
  88. a {
  89.     color: #2484c1;
  90.     text-decoration: none;
  91.     }
  92. a:hover {
  93.     text-decoration: underline;
  94.     }
  95. a img {
  96.     border:none;
  97.     }
  98. h1 a, h1 a:hover {
  99.     color: #333;
  100.     text-decoration: none;
  101.     }
  102. hr {
  103.     color : #ddd;
  104.     height : 1px;
  105.     margin: 2em 0;
  106.     border-top : solid 1px #ddd;
  107.     border-bottom : none;
  108.     border-left: 0;
  109.     border-right: 0;
  110.     }
  111. p#heart{
  112.     font-size: 2em;
  113.     line-height: 1;
  114.     text-align: center;
  115.     color: #ccc;
  116.     }
  117. .red {
  118.     color:#B50000;
  119.     }
  120.  
  121. /* Home Page
  122. --------------------------- */
  123.  
  124. body#index li {
  125.     margin-bottom: 1em;
  126.     }
  127.  
  128.  
  129. /* iPad
  130. -------------------------------------------------------- */
  131. @media only screen and (max-device-width: 1024px) {
  132. body {
  133.     font-size: 120%;
  134.     line-height: 1.4;
  135.     }
  136. } /* @iPad */
  137.  
  138. /* iPhone
  139. -------------------------------------------------------- */
  140. @media only screen and (max-device-width: 480px) {
  141. body {
  142.     text-align: left;
  143.     }
  144. article, footer {
  145.     width: auto;
  146.     }
  147. article {
  148.     padding: 0 10px;
  149.     }
  150. } /* @iPhone */
  151. </style>
  152.  
  153. </head>
  154. <body>
  155. <h1>ADS - Headstart</h1>
  156. <p>Date: 30.07.2015 - 17:00</p>
  157. <p>Participants: Roman Chyla/Peter Kraker/Asura Enkhbayar</p>
  158. <h2>Questions</h2>
  159. <ol>
  160. <li>Why are the raw reader id's not public?</li>
  161. <li>Is there a possibility to access more than the last 90-days?</li>
  162. <li>How does the trending() operator work in detail and is there any possibility to quantify the co-reads between to articles?</li>
  163. </ol>
  164. <h2>Headstart</h2>
  165. <ul>
  166. <li>ADS data (<em>readers</em>, <em>abstract</em>, <em>title</em>)</li>
  167. </ul>
  168. <blockquote>
  169. <p>Readers -&gt; Co-readership -&gt; Clustering/Placement
  170. Abstract, title -&gt; Naming of clusters</p>
  171. </blockquote>
  172. <ul>
  173. <li>Clustering/Placement</li>
  174. </ul>
  175. <blockquote>
  176. <p>Co-read matrix is used to find clusters in the data (mainly hclust)
  177. Placement with n-MDS, t-SNE
  178. t-SNE -&gt; Clustering on the 2d data
  179. Using cosine similarity for the co-read data</p>
  180. </blockquote>
  181. <ul>
  182. <li>Graph-based approach</li>
  183. </ul>
  184. <blockquote>
  185. <p>Export the co-read matrix to a network file
  186. Import in gephi and run modularity based community detection
  187. Force-directed placement of documents
  188. Export the positions of the nodes</p>
  189. </blockquote>
  190.  
  191. </body>
  192. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement