From 2e801f24d6689752241a16e7820417a45d87f990 Mon Sep 17 00:00:00 2001 From: Suireen <isysiebels@hotmail.de> Date: Wed, 26 Jan 2022 17:33:25 +0100 Subject: [PATCH] fixed merge conflict --- citation_parser_main.py | 19 ------------------- info_box.txt | 11 +---------- 2 files changed, 1 insertion(+), 29 deletions(-) diff --git a/citation_parser_main.py b/citation_parser_main.py index 85e78fd..9335daa 100644 --- a/citation_parser_main.py +++ b/citation_parser_main.py @@ -74,22 +74,14 @@ html.Div(children=[ #Drag and drop or click to select a file to upload ["Drag and drop"]), style={ -<<<<<<< HEAD:citation_parser_main.py "width": "400px", -======= - "width": "360px", ->>>>>>> main:citation_parser_ui.py "height": "60px", "lineHeight": "60px", "borderWidth": "1px", "borderStyle": "dashed", "borderRadius": "5px", "textAlign": "center", -<<<<<<< HEAD:citation_parser_main.py "margin": "10px", -======= - "margin": "10px" ->>>>>>> main:citation_parser_ui.py }),size="lg", color="primary", type="border", fullscreen=True,), ]), @@ -115,28 +107,17 @@ html.Div(children=[ dcc.Checklist(id='additional-options', options=[{'label':k,'value':k} for k in additional_options], value=[],labelStyle = dict(display= 'block')) -<<<<<<< HEAD:citation_parser_main.py - ]), -======= ],style={'margin-top': "50px"}), ->>>>>>> main:citation_parser_ui.py ], style={'padding': 10, 'flex': 0.8}), html.Div(children=[ # Layer 5: For the Graph and corresponding error messages dbc.Spinner(html.Div([ -<<<<<<< HEAD:citation_parser_main.py - html.Div(id='generate-graph-error',style={'color':'red'}), - html.Iframe( - src="assets/index.html", - style={"height": "650px", "width": "100%"}, -======= html.Div(id='generate-graph-error',style={'color':'red', 'position': "absolute", 'margin-top': "650px"}), html.Iframe( src="assets/index.html", style={"height": "650px", "width": "1000px"}, ->>>>>>> main:citation_parser_ui.py ), ]),size="lg", color="primary", type="border", fullscreen=True,), ], style={'padding': 10, 'flex': 1.2}) diff --git a/info_box.txt b/info_box.txt index 8f5017b..f800bf8 100644 --- a/info_box.txt +++ b/info_box.txt @@ -1,14 +1,8 @@ Deutsch -<<<<<<< HEAD -Bei Eingabe eines DOI ("Digital Object Identifier") oder Hyperlinks zu einem wissenschaftlichen Artikel ist es diesem Programm möglich die Zitierungs-Beziehungen zwischen diesen wissenschaftlichen Artikeln, mittels eines Graphen visuell darzustellen. - -Smart Input: direkte Überprüfung der Eingabe auf Richtigkeit zudem wird nicht mehr der DOI angezeigt sondern: -======= Bei Eingabe eines DOI ("Digital Object Identifier") oder Hyperlinks zu einem wissenschaftlichen Artikel ist es diesem Programm möglich, die Zitierungs-Beziehungen zwischen diesen wissenschaftlichen Artikeln mittels eines Graphen visuell darzustellen. Smart Input: direkte Überprüfung der Eingabe auf Korrektheit, zudem wird nicht mehr der DOI angezeigt sondern: ->>>>>>> main Der Autor, Das Journal, Das Veröffentlichungsdatum. (muss vor Hinzufügen aktiviert worden sein) @@ -17,8 +11,5 @@ English By entering a DOI ("Digital Object Identifier") or hyperlink to a scientific article, this program is able to visualize the citation relationships between these scientific articles using a graph. Smart Input: Direct verification for correctness of the input. In addition, the DOI is no longer displayed but: -<<<<<<< HEAD -The Author, The Journal, The Publication Date. (must be activated before adding the DOI) -======= The Author, The Journal, The Publication Date. (must be activated before adding the DOI) ->>>>>>> main + -- GitLab