Skip to content
Snippets Groups Projects
Commit 2e801f24 authored by Suireen's avatar Suireen
Browse files

fixed merge conflict

parent 718aacb6
No related branches found
No related tags found
1 merge request!27Main
......@@ -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})
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment