From 0f4a60b930be2db3f25a12a014a1c0723cd1ad48 Mon Sep 17 00:00:00 2001 From: Russell Jarvis <rjjarvis@asu.edu> Date: Sat, 27 Jun 2020 00:11:43 +1000 Subject: [PATCH] contents --- science_access/online_app_backend.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/science_access/online_app_backend.py b/science_access/online_app_backend.py index fc606d0..ea97ab2 100644 --- a/science_access/online_app_backend.py +++ b/science_access/online_app_backend.py @@ -77,7 +77,7 @@ def take_url_from_gui(author_link_scholar_link_list): ''' author_results = [] if heroku: - follow_links = collect_pubs(author_link_scholar_link_list)[0:15] + follow_links = collect_pubs(author_link_scholar_link_list)[3:25] else: follow_links = collect_pubs(author_link_scholar_link_list)[0:15] @@ -179,7 +179,9 @@ def call_from_front_end(NAME): #skip_disambig=False) #scholar_link = response[-1] sleep(np.random.uniform(1,3)) + st.write(scholar_link) _, _, ar = enter_name_here(scholar_link,NAME) + st.write(ar) (ar, trainingDats) = ar_manipulation(ar) ''' with open('data/traingDats.p','rb') as f: -- GitLab