diff --git a/.gitignore b/.gitignore index 66a2466..fd86e6d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ node_modules/ out/ _review/ .DS_Store +.vscode/ __pycache__/ *.pyc .env* diff --git a/.vscode/.ropeproject/config.py b/.vscode/.ropeproject/config.py deleted file mode 100644 index dee2d1a..0000000 --- a/.vscode/.ropeproject/config.py +++ /dev/null @@ -1,114 +0,0 @@ -# The default ``config.py`` -# flake8: noqa - - -def set_prefs(prefs): - """This function is called before opening the project""" - - # Specify which files and folders to ignore in the project. - # Changes to ignored resources are not added to the history and - # VCSs. Also they are not returned in `Project.get_files()`. - # Note that ``?`` and ``*`` match all characters but slashes. - # '*.pyc': matches 'test.pyc' and 'pkg/test.pyc' - # 'mod*.pyc': matches 'test/mod1.pyc' but not 'mod/1.pyc' - # '.svn': matches 'pkg/.svn' and all of its children - # 'build/*.o': matches 'build/lib.o' but not 'build/sub/lib.o' - # 'build//*.o': matches 'build/lib.o' and 'build/sub/lib.o' - prefs['ignored_resources'] = ['*.pyc', '*~', '.ropeproject', - '.hg', '.svn', '_svn', '.git', '.tox'] - - # Specifies which files should be considered python files. It is - # useful when you have scripts inside your project. Only files - # ending with ``.py`` are considered to be python files by - # default. - # prefs['python_files'] = ['*.py'] - - # Custom source folders: By default rope searches the project - # for finding source folders (folders that should be searched - # for finding modules). You can add paths to that list. Note - # that rope guesses project source folders correctly most of the - # time; use this if you have any problems. - # The folders should be relative to project root and use '/' for - # separating folders regardless of the platform rope is running on. - # 'src/my_source_folder' for instance. - # prefs.add('source_folders', 'src') - - # You can extend python path for looking up modules - # prefs.add('python_path', '~/python/') - - # Should rope save object information or not. - prefs['save_objectdb'] = True - prefs['compress_objectdb'] = False - - # If `True`, rope analyzes each module when it is being saved. - prefs['automatic_soa'] = True - # The depth of calls to follow in static object analysis - prefs['soa_followed_calls'] = 0 - - # If `False` when running modules or unit tests "dynamic object - # analysis" is turned off. This makes them much faster. - prefs['perform_doa'] = True - - # Rope can check the validity of its object DB when running. - prefs['validate_objectdb'] = True - - # How many undos to hold? - prefs['max_history_items'] = 32 - - # Shows whether to save history across sessions. - prefs['save_history'] = True - prefs['compress_history'] = False - - # Set the number spaces used for indenting. According to - # :PEP:`8`, it is best to use 4 spaces. Since most of rope's - # unit-tests use 4 spaces it is more reliable, too. - prefs['indent_size'] = 4 - - # Builtin and c-extension modules that are allowed to be imported - # and inspected by rope. - prefs['extension_modules'] = [] - - # Add all standard c-extensions to extension_modules list. - prefs['import_dynload_stdmods'] = True - - # If `True` modules with syntax errors are considered to be empty. - # The default value is `False`; When `False` syntax errors raise - # `rope.base.exceptions.ModuleSyntaxError` exception. - prefs['ignore_syntax_errors'] = False - - # If `True`, rope ignores unresolvable imports. Otherwise, they - # appear in the importing namespace. - prefs['ignore_bad_imports'] = False - - # If `True`, rope will insert new module imports as - # `from import ` by default. - prefs['prefer_module_from_imports'] = False - - # If `True`, rope will transform a comma list of imports into - # multiple separate import statements when organizing - # imports. - prefs['split_imports'] = False - - # If `True`, rope will remove all top-level import statements and - # reinsert them at the top of the module when making changes. - prefs['pull_imports_to_top'] = True - - # If `True`, rope will sort imports alphabetically by module name instead - # of alphabetically by import statement, with from imports after normal - # imports. - prefs['sort_imports_alphabetically'] = False - - # Location of implementation of - # rope.base.oi.type_hinting.interfaces.ITypeHintingFactory In general - # case, you don't have to change this value, unless you're an rope expert. - # Change this value to inject you own implementations of interfaces - # listed in module rope.base.oi.type_hinting.providers.interfaces - # For example, you can add you own providers for Django Models, or disable - # the search type-hinting in a class hierarchy, etc. - prefs['type_hinting_factory'] = ( - 'rope.base.oi.type_hinting.factory.default_type_hinting_factory') - - -def project_opened(project): - """This function is called after opening the project""" - # Do whatever you like here! diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index d184f70..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "python.pythonPath": "/Users/michaelmerrill/anaconda3/envs/analysis/bin/python", - "python.linting.enabled": false, - "python.linting.pylintEnabled": false, - "python.linting.flake8Enabled": true -} \ No newline at end of file diff --git a/public/fonts/Proxima-Nova-Regular.otf b/public/fonts/Proxima-Nova-Regular.otf deleted file mode 100644 index 018b6f8..0000000 Binary files a/public/fonts/Proxima-Nova-Regular.otf and /dev/null differ diff --git a/public/fonts/Proxima-Nova-Thin.otf b/public/fonts/Proxima-Nova-Thin.otf deleted file mode 100644 index 87218e5..0000000 Binary files a/public/fonts/Proxima-Nova-Thin.otf and /dev/null differ diff --git a/public/fonts/glyphicons-halflings-regular.eot b/public/fonts/glyphicons-halflings-regular.eot deleted file mode 100644 index b93a495..0000000 Binary files a/public/fonts/glyphicons-halflings-regular.eot and /dev/null differ diff --git a/public/fonts/glyphicons-halflings-regular.svg b/public/fonts/glyphicons-halflings-regular.svg deleted file mode 100644 index 94fb549..0000000 --- a/public/fonts/glyphicons-halflings-regular.svg +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/fonts/glyphicons-halflings-regular.ttf b/public/fonts/glyphicons-halflings-regular.ttf deleted file mode 100644 index 1413fc6..0000000 Binary files a/public/fonts/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/public/fonts/glyphicons-halflings-regular.woff b/public/fonts/glyphicons-halflings-regular.woff deleted file mode 100644 index 9e61285..0000000 Binary files a/public/fonts/glyphicons-halflings-regular.woff and /dev/null differ diff --git a/public/fonts/glyphicons-halflings-regular.woff2 b/public/fonts/glyphicons-halflings-regular.woff2 deleted file mode 100644 index 64539b5..0000000 Binary files a/public/fonts/glyphicons-halflings-regular.woff2 and /dev/null differ diff --git a/public/images/Group05022015.jpg b/public/images/Group05022015.jpg deleted file mode 100644 index a7b2934..0000000 Binary files a/public/images/Group05022015.jpg and /dev/null differ diff --git a/public/images/Group05022015_red.jpg b/public/images/Group05022015_red.jpg deleted file mode 100644 index 91f7ef4..0000000 Binary files a/public/images/Group05022015_red.jpg and /dev/null differ diff --git a/public/images/Group2015.png b/public/images/Group2015.png deleted file mode 100644 index 25848e0..0000000 Binary files a/public/images/Group2015.png and /dev/null differ diff --git a/public/images/Group2015_red.jpg b/public/images/Group2015_red.jpg deleted file mode 100644 index ec27c16..0000000 Binary files a/public/images/Group2015_red.jpg and /dev/null differ diff --git a/public/images/Logos_h.jpg b/public/images/Logos_h.jpg deleted file mode 100644 index 4f96308..0000000 Binary files a/public/images/Logos_h.jpg and /dev/null differ diff --git a/public/images/News_M2PG.png b/public/images/News_M2PG.png deleted file mode 100644 index 89705fc..0000000 Binary files a/public/images/News_M2PG.png and /dev/null differ diff --git a/public/images/News_Maarten.png b/public/images/News_Maarten.png deleted file mode 100644 index e30dd71..0000000 Binary files a/public/images/News_Maarten.png and /dev/null differ diff --git a/public/images/bio-photo.jpg b/public/images/bio-photo.jpg deleted file mode 100755 index 0008451..0000000 Binary files a/public/images/bio-photo.jpg and /dev/null differ diff --git a/public/images/dummy.png b/public/images/dummy.png deleted file mode 100644 index 942c56d..0000000 Binary files a/public/images/dummy.png and /dev/null differ diff --git a/public/images/logo1.png b/public/images/logo1.png deleted file mode 100644 index 9ca294c..0000000 Binary files a/public/images/logo1.png and /dev/null differ diff --git a/public/images/logo2.png b/public/images/logo2.png deleted file mode 100644 index e3be556..0000000 Binary files a/public/images/logo2.png and /dev/null differ diff --git a/public/images/mm-browser-mockups.png b/public/images/mm-browser-mockups.png deleted file mode 100755 index 56a0a70..0000000 Binary files a/public/images/mm-browser-mockups.png and /dev/null differ diff --git a/public/images/mm-layout-examples.png b/public/images/mm-layout-examples.png deleted file mode 100755 index 88ef60f..0000000 Binary files a/public/images/mm-layout-examples.png and /dev/null differ diff --git a/public/images/newspic/Contest.jpg b/public/images/newspic/Contest.jpg deleted file mode 100644 index 628e58f..0000000 Binary files a/public/images/newspic/Contest.jpg and /dev/null differ diff --git a/public/images/newspic/DomeNews.png b/public/images/newspic/DomeNews.png deleted file mode 100644 index 5f64143..0000000 Binary files a/public/images/newspic/DomeNews.png and /dev/null differ diff --git a/public/images/newspic/LCposter.jpg b/public/images/newspic/LCposter.jpg deleted file mode 100644 index ab69d74..0000000 Binary files a/public/images/newspic/LCposter.jpg and /dev/null differ diff --git a/public/images/newspic/NewsNP.png b/public/images/newspic/NewsNP.png deleted file mode 100644 index a2269fd..0000000 Binary files a/public/images/newspic/NewsNP.png and /dev/null differ diff --git a/public/images/newspic/SFnews.png b/public/images/newspic/SFnews.png deleted file mode 100644 index a5c1972..0000000 Binary files a/public/images/newspic/SFnews.png and /dev/null differ diff --git a/public/images/newspic/Saphireheadline.jpeg b/public/images/newspic/Saphireheadline.jpeg deleted file mode 100644 index 9ea41b2..0000000 Binary files a/public/images/newspic/Saphireheadline.jpeg and /dev/null differ diff --git a/public/images/newspic/SmartTip.png b/public/images/newspic/SmartTip.png deleted file mode 100644 index 2556614..0000000 Binary files a/public/images/newspic/SmartTip.png and /dev/null differ diff --git a/public/images/newspic/amp.PNG b/public/images/newspic/amp.PNG deleted file mode 100644 index 1eac1cc..0000000 Binary files a/public/images/newspic/amp.PNG and /dev/null differ diff --git a/public/images/newspic/doohee_prize.png b/public/images/newspic/doohee_prize.png deleted file mode 100644 index 20b0356..0000000 Binary files a/public/images/newspic/doohee_prize.png and /dev/null differ diff --git a/public/images/newspic/order.png b/public/images/newspic/order.png deleted file mode 100644 index d30c226..0000000 Binary files a/public/images/newspic/order.png and /dev/null differ diff --git a/public/images/newspic/scesprizes.jpg b/public/images/newspic/scesprizes.jpg deleted file mode 100644 index 4656c26..0000000 Binary files a/public/images/newspic/scesprizes.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/20150918_145800.jpg b/public/images/picpic/Gallery/20150918_145800.jpg deleted file mode 100644 index 630aaf3..0000000 Binary files a/public/images/picpic/Gallery/20150918_145800.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0030.jpg b/public/images/picpic/Gallery/DSC_0030.jpg deleted file mode 100644 index bf34dba..0000000 Binary files a/public/images/picpic/Gallery/DSC_0030.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0051.jpg b/public/images/picpic/Gallery/DSC_0051.jpg deleted file mode 100644 index a7926e6..0000000 Binary files a/public/images/picpic/Gallery/DSC_0051.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0116.jpg b/public/images/picpic/Gallery/DSC_0116.jpg deleted file mode 100644 index d3a0832..0000000 Binary files a/public/images/picpic/Gallery/DSC_0116.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0119.jpg b/public/images/picpic/Gallery/DSC_0119.jpg deleted file mode 100644 index 324f734..0000000 Binary files a/public/images/picpic/Gallery/DSC_0119.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0128.jpg b/public/images/picpic/Gallery/DSC_0128.jpg deleted file mode 100644 index ce8ef09..0000000 Binary files a/public/images/picpic/Gallery/DSC_0128.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0139.jpg b/public/images/picpic/Gallery/DSC_0139.jpg deleted file mode 100644 index 2560ff9..0000000 Binary files a/public/images/picpic/Gallery/DSC_0139.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0366.JPG b/public/images/picpic/Gallery/DSC_0366.JPG deleted file mode 100644 index d62e35c..0000000 Binary files a/public/images/picpic/Gallery/DSC_0366.JPG and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0368.JPG b/public/images/picpic/Gallery/DSC_0368.JPG deleted file mode 100644 index 441ecc0..0000000 Binary files a/public/images/picpic/Gallery/DSC_0368.JPG and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0636.jpg b/public/images/picpic/Gallery/DSC_0636.jpg deleted file mode 100644 index 8a80edf..0000000 Binary files a/public/images/picpic/Gallery/DSC_0636.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0683.jpg b/public/images/picpic/Gallery/DSC_0683.jpg deleted file mode 100644 index aefa043..0000000 Binary files a/public/images/picpic/Gallery/DSC_0683.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0696.jpg b/public/images/picpic/Gallery/DSC_0696.jpg deleted file mode 100644 index c93188e..0000000 Binary files a/public/images/picpic/Gallery/DSC_0696.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/DSC_0757.jpg b/public/images/picpic/Gallery/DSC_0757.jpg deleted file mode 100644 index 01bc4ee..0000000 Binary files a/public/images/picpic/Gallery/DSC_0757.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/Group05022015.jpg b/public/images/picpic/Gallery/Group05022015.jpg deleted file mode 100644 index b03281f..0000000 Binary files a/public/images/picpic/Gallery/Group05022015.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/IMG_4334.jpg b/public/images/picpic/Gallery/IMG_4334.jpg deleted file mode 100644 index d130a8f..0000000 Binary files a/public/images/picpic/Gallery/IMG_4334.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/IMG_4376.jpg b/public/images/picpic/Gallery/IMG_4376.jpg deleted file mode 100644 index 84f46cd..0000000 Binary files a/public/images/picpic/Gallery/IMG_4376.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/tamagochi.jpg b/public/images/picpic/Gallery/tamagochi.jpg deleted file mode 100644 index e14290e..0000000 Binary files a/public/images/picpic/Gallery/tamagochi.jpg and /dev/null differ diff --git a/public/images/picpic/Gallery/tmp2-2.jpg b/public/images/picpic/Gallery/tmp2-2.jpg deleted file mode 100644 index 62434cc..0000000 Binary files a/public/images/picpic/Gallery/tmp2-2.jpg and /dev/null differ diff --git a/public/images/picpic/WebpageCornell.jpg b/public/images/picpic/WebpageCornell.jpg deleted file mode 100644 index 3674df1..0000000 Binary files a/public/images/picpic/WebpageCornell.jpg and /dev/null differ diff --git a/public/images/picpic/WebpageCornell_red.jpg b/public/images/picpic/WebpageCornell_red.jpg deleted file mode 100644 index 46feb67..0000000 Binary files a/public/images/picpic/WebpageCornell_red.jpg and /dev/null differ diff --git a/public/images/picpic/WebpageETH.jpg b/public/images/picpic/WebpageETH.jpg deleted file mode 100644 index 153c2e0..0000000 Binary files a/public/images/picpic/WebpageETH.jpg and /dev/null differ diff --git a/public/images/picpic/WebpageETH_red.jpg b/public/images/picpic/WebpageETH_red.jpg deleted file mode 100644 index 4fc14f5..0000000 Binary files a/public/images/picpic/WebpageETH_red.jpg and /dev/null differ diff --git a/public/images/picpic/WebpageLeiden.jpg b/public/images/picpic/WebpageLeiden.jpg deleted file mode 100644 index 6f3f918..0000000 Binary files a/public/images/picpic/WebpageLeiden.jpg and /dev/null differ diff --git a/public/images/picpic/WebpageLeiden2.jpg b/public/images/picpic/WebpageLeiden2.jpg deleted file mode 100644 index 07b0b22..0000000 Binary files a/public/images/picpic/WebpageLeiden2.jpg and /dev/null differ diff --git a/public/images/picpic/WebpageLeiden_red.jpg b/public/images/picpic/WebpageLeiden_red.jpg deleted file mode 100644 index 57dde06..0000000 Binary files a/public/images/picpic/WebpageLeiden_red.jpg and /dev/null differ diff --git a/public/images/picpic/WebpageSTA.jpg b/public/images/picpic/WebpageSTA.jpg deleted file mode 100644 index 9fecb5f..0000000 Binary files a/public/images/picpic/WebpageSTA.jpg and /dev/null differ diff --git a/public/images/picpic/WebpageSTA_red.jpg b/public/images/picpic/WebpageSTA_red.jpg deleted file mode 100644 index d489f8f..0000000 Binary files a/public/images/picpic/WebpageSTA_red.jpg and /dev/null differ diff --git a/public/images/pubpic/DomePub.png b/public/images/pubpic/DomePub.png deleted file mode 100644 index 4e8c26b..0000000 Binary files a/public/images/pubpic/DomePub.png and /dev/null differ diff --git a/public/images/pubpic/Fano.png b/public/images/pubpic/Fano.png deleted file mode 100644 index 3a937b7..0000000 Binary files a/public/images/pubpic/Fano.png and /dev/null differ diff --git a/public/images/pubpic/Mott_phase_sep.jpg b/public/images/pubpic/Mott_phase_sep.jpg deleted file mode 100644 index 04f3475..0000000 Binary files a/public/images/pubpic/Mott_phase_sep.jpg and /dev/null differ diff --git a/public/images/pubpic/PbSpub.png b/public/images/pubpic/PbSpub.png deleted file mode 100644 index 259bed6..0000000 Binary files a/public/images/pubpic/PbSpub.png and /dev/null differ diff --git a/public/images/pubpic/Pub_327.png b/public/images/pubpic/Pub_327.png deleted file mode 100644 index 04ccb00..0000000 Binary files a/public/images/pubpic/Pub_327.png and /dev/null differ diff --git a/public/images/pubpic/Pub_BCl.png b/public/images/pubpic/Pub_BCl.png deleted file mode 100644 index 104000a..0000000 Binary files a/public/images/pubpic/Pub_BCl.png and /dev/null differ diff --git a/public/images/pubpic/Pub_CeCoIn5.png b/public/images/pubpic/Pub_CeCoIn5.png deleted file mode 100644 index 14ab3de..0000000 Binary files a/public/images/pubpic/Pub_CeCoIn5.png and /dev/null differ diff --git a/public/images/pubpic/Pub_FP.png b/public/images/pubpic/Pub_FP.png deleted file mode 100644 index 2e1a7f0..0000000 Binary files a/public/images/pubpic/Pub_FP.png and /dev/null differ diff --git a/public/images/pubpic/Pub_HFSC.png b/public/images/pubpic/Pub_HFSC.png deleted file mode 100644 index 718692f..0000000 Binary files a/public/images/pubpic/Pub_HFSC.png and /dev/null differ diff --git a/public/images/pubpic/Pub_LiFeAs.png b/public/images/pubpic/Pub_LiFeAs.png deleted file mode 100644 index 89fd8cb..0000000 Binary files a/public/images/pubpic/Pub_LiFeAs.png and /dev/null differ diff --git a/public/images/pubpic/Pub_M2PG.png b/public/images/pubpic/Pub_M2PG.png deleted file mode 100644 index 32e62ed..0000000 Binary files a/public/images/pubpic/Pub_M2PG.png and /dev/null differ diff --git a/public/images/pubpic/Pub_hBN.png b/public/images/pubpic/Pub_hBN.png deleted file mode 100644 index f475c87..0000000 Binary files a/public/images/pubpic/Pub_hBN.png and /dev/null differ diff --git a/public/images/pubpic/Pub_nemat1.png b/public/images/pubpic/Pub_nemat1.png deleted file mode 100644 index 3be7434..0000000 Binary files a/public/images/pubpic/Pub_nemat1.png and /dev/null differ diff --git a/public/images/pubpic/Pub_nemat2b.png b/public/images/pubpic/Pub_nemat2b.png deleted file mode 100644 index 5604299..0000000 Binary files a/public/images/pubpic/Pub_nemat2b.png and /dev/null differ diff --git a/public/images/pubpic/SCAUweb copy.jpg b/public/images/pubpic/SCAUweb copy.jpg deleted file mode 100644 index 2c30c1d..0000000 Binary files a/public/images/pubpic/SCAUweb copy.jpg and /dev/null differ diff --git a/public/images/pubpic/SCAUweb.jpg b/public/images/pubpic/SCAUweb.jpg deleted file mode 100644 index 54027b8..0000000 Binary files a/public/images/pubpic/SCAUweb.jpg and /dev/null differ diff --git a/public/images/pubpic/SFpub.png b/public/images/pubpic/SFpub.png deleted file mode 100644 index bd6ecb8..0000000 Binary files a/public/images/pubpic/SFpub.png and /dev/null differ diff --git a/public/images/pubpic/STS_news.png b/public/images/pubpic/STS_news.png deleted file mode 100644 index 7eddc7c..0000000 Binary files a/public/images/pubpic/STS_news.png and /dev/null differ diff --git a/public/images/pubpic/SmartPub.png b/public/images/pubpic/SmartPub.png deleted file mode 100644 index f3cbdc6..0000000 Binary files a/public/images/pubpic/SmartPub.png and /dev/null differ diff --git a/public/images/pubpic/TBG_ARPES.png b/public/images/pubpic/TBG_ARPES.png deleted file mode 100644 index a1dd987..0000000 Binary files a/public/images/pubpic/TBG_ARPES.png and /dev/null differ diff --git a/public/images/pubpic/TBG_SL.png b/public/images/pubpic/TBG_SL.png deleted file mode 100644 index c4139e3..0000000 Binary files a/public/images/pubpic/TBG_SL.png and /dev/null differ diff --git a/public/images/pubpic/TIBB.png b/public/images/pubpic/TIBB.png deleted file mode 100644 index fc5b017..0000000 Binary files a/public/images/pubpic/TIBB.png and /dev/null differ diff --git a/public/images/pubpic/YSR.png b/public/images/pubpic/YSR.png deleted file mode 100644 index 26954bb..0000000 Binary files a/public/images/pubpic/YSR.png and /dev/null differ diff --git a/public/images/pubpic/dummy.png b/public/images/pubpic/dummy.png deleted file mode 100644 index 942c56d..0000000 Binary files a/public/images/pubpic/dummy.png and /dev/null differ diff --git a/public/images/respic/layers_fft.gif b/public/images/respic/layers_fft.gif deleted file mode 100644 index 766f41e..0000000 Binary files a/public/images/respic/layers_fft.gif and /dev/null differ diff --git a/public/images/respic/layers_fft.jpg b/public/images/respic/layers_fft.jpg deleted file mode 100644 index d9d5434..0000000 Binary files a/public/images/respic/layers_fft.jpg and /dev/null differ diff --git a/public/images/respic/layers_fft_red.gif b/public/images/respic/layers_fft_red.gif deleted file mode 100644 index d018d32..0000000 Binary files a/public/images/respic/layers_fft_red.gif and /dev/null differ diff --git a/public/images/respic/layers_real.gif b/public/images/respic/layers_real.gif deleted file mode 100644 index 262c010..0000000 Binary files a/public/images/respic/layers_real.gif and /dev/null differ diff --git a/public/images/respic/layers_real.jpg b/public/images/respic/layers_real.jpg deleted file mode 100644 index cb2e651..0000000 Binary files a/public/images/respic/layers_real.jpg and /dev/null differ diff --git a/public/images/respic/layers_real_red.gif b/public/images/respic/layers_real_red.gif deleted file mode 100644 index 939d9e0..0000000 Binary files a/public/images/respic/layers_real_red.gif and /dev/null differ diff --git a/public/images/slider7001400/FabSCAU.jpg b/public/images/slider7001400/FabSCAU.jpg deleted file mode 100644 index 90c60f9..0000000 Binary files a/public/images/slider7001400/FabSCAU.jpg and /dev/null differ diff --git a/public/images/slider7001400/Group2015_red.jpg b/public/images/slider7001400/Group2015_red.jpg deleted file mode 100644 index 1bed707..0000000 Binary files a/public/images/slider7001400/Group2015_red.jpg and /dev/null differ diff --git a/public/images/slider7001400/Logos_h.jpg b/public/images/slider7001400/Logos_h.jpg deleted file mode 100644 index 4f96308..0000000 Binary files a/public/images/slider7001400/Logos_h.jpg and /dev/null differ diff --git a/public/images/slider7001400/MottMap.jpg b/public/images/slider7001400/MottMap.jpg deleted file mode 100644 index e585b98..0000000 Binary files a/public/images/slider7001400/MottMap.jpg and /dev/null differ diff --git a/public/images/slider7001400/NoiseCover2.jpg b/public/images/slider7001400/NoiseCover2.jpg deleted file mode 100644 index 8f0df37..0000000 Binary files a/public/images/slider7001400/NoiseCover2.jpg and /dev/null differ diff --git a/public/images/slider7001400/STS.jpg b/public/images/slider7001400/STS.jpg deleted file mode 100644 index ce8ac9f..0000000 Binary files a/public/images/slider7001400/STS.jpg and /dev/null differ diff --git a/public/images/slider7001400/SaphireSTM2.jpg b/public/images/slider7001400/SaphireSTM2.jpg deleted file mode 100644 index c641326..0000000 Binary files a/public/images/slider7001400/SaphireSTM2.jpg and /dev/null differ diff --git a/public/images/slider7001400/SmartTipSide.jpg b/public/images/slider7001400/SmartTipSide.jpg deleted file mode 100644 index bf660cf..0000000 Binary files a/public/images/slider7001400/SmartTipSide.jpg and /dev/null differ diff --git a/public/images/slider7001400/cake_web.jpg b/public/images/slider7001400/cake_web.jpg deleted file mode 100644 index 8db5fd5..0000000 Binary files a/public/images/slider7001400/cake_web.jpg and /dev/null differ diff --git a/public/images/slider7001400/dinner2.jpg b/public/images/slider7001400/dinner2.jpg deleted file mode 100644 index 4e49486..0000000 Binary files a/public/images/slider7001400/dinner2.jpg and /dev/null differ diff --git a/public/images/slider7001400/dinner3.jpg b/public/images/slider7001400/dinner3.jpg deleted file mode 100644 index 6e9947c..0000000 Binary files a/public/images/slider7001400/dinner3.jpg and /dev/null differ diff --git a/public/images/slider7001400/groupDinner.jpg b/public/images/slider7001400/groupDinner.jpg deleted file mode 100644 index 0e1f408..0000000 Binary files a/public/images/slider7001400/groupDinner.jpg and /dev/null differ diff --git a/public/images/slider7001400/lab.jpg b/public/images/slider7001400/lab.jpg deleted file mode 100644 index 1df07a1..0000000 Binary files a/public/images/slider7001400/lab.jpg and /dev/null differ diff --git a/public/images/slider7001400/logos.jpg b/public/images/slider7001400/logos.jpg deleted file mode 100644 index ab5891b..0000000 Binary files a/public/images/slider7001400/logos.jpg and /dev/null differ diff --git a/public/images/slider7001400/tamagochi.jpg b/public/images/slider7001400/tamagochi.jpg deleted file mode 100644 index 6292702..0000000 Binary files a/public/images/slider7001400/tamagochi.jpg and /dev/null differ diff --git a/public/images/slider7001400/topo214.png b/public/images/slider7001400/topo214.png deleted file mode 100644 index 108079e..0000000 Binary files a/public/images/slider7001400/topo214.png and /dev/null differ diff --git a/public/images/teampic/CV_Photo4.jpg b/public/images/teampic/CV_Photo4.jpg deleted file mode 100644 index 012d588..0000000 Binary files a/public/images/teampic/CV_Photo4.jpg and /dev/null differ diff --git a/public/images/teampic/DSC_1032.JPG b/public/images/teampic/DSC_1032.JPG deleted file mode 100644 index 9dd0e65..0000000 Binary files a/public/images/teampic/DSC_1032.JPG and /dev/null differ diff --git a/public/images/teampic/Damianos.jpg b/public/images/teampic/Damianos.jpg deleted file mode 100644 index a13d89d..0000000 Binary files a/public/images/teampic/Damianos.jpg and /dev/null differ diff --git a/public/images/teampic/Doohee2.jpg b/public/images/teampic/Doohee2.jpg deleted file mode 100644 index fb1ba47..0000000 Binary files a/public/images/teampic/Doohee2.jpg and /dev/null differ diff --git a/public/images/teampic/Freek.jpg b/public/images/teampic/Freek.jpg deleted file mode 100644 index 430e75f..0000000 Binary files a/public/images/teampic/Freek.jpg and /dev/null differ diff --git a/public/images/teampic/Jacky.jpg b/public/images/teampic/Jacky.jpg deleted file mode 100644 index 958cd7a..0000000 Binary files a/public/images/teampic/Jacky.jpg and /dev/null differ diff --git a/public/images/teampic/Jiasen.png b/public/images/teampic/Jiasen.png deleted file mode 100644 index 3c7c9c7..0000000 Binary files a/public/images/teampic/Jiasen.png and /dev/null differ diff --git a/public/images/teampic/Kees.jpg b/public/images/teampic/Kees.jpg deleted file mode 100644 index 8ef2951..0000000 Binary files a/public/images/teampic/Kees.jpg and /dev/null differ diff --git a/public/images/teampic/Koen.jpg b/public/images/teampic/Koen.jpg deleted file mode 100644 index ce465f8..0000000 Binary files a/public/images/teampic/Koen.jpg and /dev/null differ diff --git a/public/images/teampic/Maarten.png b/public/images/teampic/Maarten.png deleted file mode 100644 index 121c350..0000000 Binary files a/public/images/teampic/Maarten.png and /dev/null differ diff --git a/public/images/teampic/Milan.jpg b/public/images/teampic/Milan.jpg deleted file mode 100644 index a7f1d79..0000000 Binary files a/public/images/teampic/Milan.jpg and /dev/null differ diff --git a/public/images/teampic/Photo Vincent.jpg b/public/images/teampic/Photo Vincent.jpg deleted file mode 100644 index 230d74c..0000000 Binary files a/public/images/teampic/Photo Vincent.jpg and /dev/null differ diff --git a/public/images/teampic/Photo_Irene.jpg b/public/images/teampic/Photo_Irene.jpg deleted file mode 100644 index cea5a0c..0000000 Binary files a/public/images/teampic/Photo_Irene.jpg and /dev/null differ diff --git a/public/images/teampic/Ram.png b/public/images/teampic/Ram.png deleted file mode 100644 index 050efa9..0000000 Binary files a/public/images/teampic/Ram.png and /dev/null differ diff --git a/public/images/teampic/Vitaly.JPG b/public/images/teampic/Vitaly.JPG deleted file mode 100644 index c6b235f..0000000 Binary files a/public/images/teampic/Vitaly.JPG and /dev/null differ diff --git a/public/images/teampic/Webfoto_HS2.jpg b/public/images/teampic/Webfoto_HS2.jpg deleted file mode 100644 index 6dd5591..0000000 Binary files a/public/images/teampic/Webfoto_HS2.jpg and /dev/null differ diff --git a/public/images/teampic/hugo.jpg b/public/images/teampic/hugo.jpg deleted file mode 100644 index 640ef02..0000000 Binary files a/public/images/teampic/hugo.jpg and /dev/null differ diff --git a/public/images/teampic/irene.jpg b/public/images/teampic/irene.jpg deleted file mode 100644 index 9e8cf8e..0000000 Binary files a/public/images/teampic/irene.jpg and /dev/null differ diff --git a/public/images/teampic/rock.jpg b/public/images/teampic/rock.jpg deleted file mode 100644 index 1d5ebef..0000000 Binary files a/public/images/teampic/rock.jpg and /dev/null differ diff --git a/public/images/teampic/tjeruk.jpg b/public/images/teampic/tjeruk.jpg deleted file mode 100644 index 89e1395..0000000 Binary files a/public/images/teampic/tjeruk.jpg and /dev/null differ diff --git a/public/images/teampic/verdoes.jpg b/public/images/teampic/verdoes.jpg deleted file mode 100644 index eb1aa58..0000000 Binary files a/public/images/teampic/verdoes.jpg and /dev/null differ diff --git a/public/images/teampic/website_pic_willem.jpg b/public/images/teampic/website_pic_willem.jpg deleted file mode 100644 index 7af8140..0000000 Binary files a/public/images/teampic/website_pic_willem.jpg and /dev/null differ diff --git a/public/resources/headshots/advait.jpeg b/public/resources/headshots/advait.jpeg deleted file mode 100644 index 5265ad5..0000000 Binary files a/public/resources/headshots/advait.jpeg and /dev/null differ diff --git a/public/resources/headshots/dubs.png b/public/resources/headshots/dubs.png deleted file mode 100644 index 1997ddd..0000000 Binary files a/public/resources/headshots/dubs.png and /dev/null differ diff --git a/public/resources/headshots/galenweldphd.png b/public/resources/headshots/galenweldphd.png deleted file mode 100644 index 4342b5e..0000000 Binary files a/public/resources/headshots/galenweldphd.png and /dev/null differ diff --git a/public/resources/headshots/tim.png b/public/resources/headshots/tim.png deleted file mode 100644 index 6fad9f7..0000000 Binary files a/public/resources/headshots/tim.png and /dev/null differ diff --git a/public/resources/headshots/yasaman.png b/public/resources/headshots/yasaman.png deleted file mode 100644 index e7cadcc..0000000 Binary files a/public/resources/headshots/yasaman.png and /dev/null differ