jpwahle commited on
Commit
44a6195
1 Parent(s): 68c8475

Update image

Browse files
Files changed (1) hide show
  1. main.py +5 -10
main.py CHANGED
@@ -9,15 +9,10 @@ import gradio as gr
9
 
10
  from aclanthology import determine_page_type
11
  from plots import generate_cfdi_plot, generate_maoc_plot
12
- from s2 import (
13
- check_s2_id_type,
14
- compute_stats_for_acl_author,
15
- compute_stats_for_acl_paper,
16
- compute_stats_for_acl_venue,
17
- compute_stats_for_pdf,
18
- compute_stats_for_s2_author,
19
- compute_stats_for_s2_paper,
20
- )
21
 
22
 
23
  def return_clear():
@@ -136,7 +131,7 @@ with gr.Blocks(
136
  # Citation Age and Field Diversity Calculator
137
 
138
  <div align="center">
139
- <img src="https://onedrive.live.com/embed?resid=684CB5200DB6B388%21673358&authkey=%21AOrhvc6YI9lKFSc&width=1582&height=385" />
140
  </div>
141
 
142
  Welcome to this interactive demo to analyze various aspects of your citational diversity. This tool will enable you to reflect on two critical aspects:
 
9
 
10
  from aclanthology import determine_page_type
11
  from plots import generate_cfdi_plot, generate_maoc_plot
12
+ from s2 import (check_s2_id_type, compute_stats_for_acl_author,
13
+ compute_stats_for_acl_paper, compute_stats_for_acl_venue,
14
+ compute_stats_for_pdf, compute_stats_for_s2_author,
15
+ compute_stats_for_s2_paper)
 
 
 
 
 
16
 
17
 
18
  def return_clear():
 
131
  # Citation Age and Field Diversity Calculator
132
 
133
  <div align="center">
134
+ <img src="https://onedrive.live.com/embed?resid=684CB5200DB6B388%21682618&authkey=%21AILbTZikzXAbAyc&width=1310&height=728" />
135
  </div>
136
 
137
  Welcome to this interactive demo to analyze various aspects of your citational diversity. This tool will enable you to reflect on two critical aspects: