-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
250f8a5
commit 1417402
Showing
14 changed files
with
386 additions
and
179 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,15 @@ | ||
# AUTOGENERATED! DO NOT EDIT! File to edit: ../02_information.ipynb. | ||
# AUTOGENERATED! DO NOT EDIT! File to edit: ../05_pipeline.ipynb. | ||
|
||
# %% auto 0 | ||
__all__ = ['createTextWidgets'] | ||
__all__ = [] | ||
|
||
# %% ../02_information.ipynb 4 | ||
# %% ../05_pipeline.ipynb 4 | ||
import ipywidgets as widgets | ||
import param | ||
import panel as pn | ||
pn.extension('ipywidgets') | ||
|
||
from .widgetCalls import * | ||
import glyptodon.manuscriptFiles as mFil | ||
|
||
# %% ../02_information.ipynb 6 | ||
def createTextWidgets(): | ||
textWidgets = [] | ||
metadata = ['Author','Work','Country','Language','City','Institution'] | ||
|
||
for data in metadata: | ||
textWidgets.append(mFil.text(data)) | ||
|
||
return textWidgets | ||
import glyptodon.widgetCalls as wc | ||
from .manuscriptFiles import * | ||
from .selection import * | ||
from .information import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1417402
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was an update to several things:
directoryNameClean
andupdateMetadata
ofmanuscriptFiles
, setting a default manuscript, and fixing the layout ofInformation
a little bit