├── .gitignore ├── README.textile ├── pom.xml ├── repo ├── com │ ├── jhlabs │ │ └── imaging │ │ │ ├── 01012005 │ │ │ ├── imaging-01012005.jar │ │ │ └── imaging-01012005.pom │ │ │ └── maven-metadata-local.xml │ └── oracle │ │ ├── ojdbc6 │ │ ├── 11.2.0.3.0 │ │ │ ├── ojdbc6-11.2.0.3.0.jar │ │ │ └── ojdbc6-11.2.0.3.0.pom │ │ └── maven-metadata-local.xml │ │ ├── orai18n │ │ ├── 11.1.0 │ │ │ ├── orai18n-11.1.0.jar │ │ │ └── orai18n-11.1.0.pom │ │ └── maven-metadata-local.xml │ │ ├── xdb │ │ ├── 2009_08_12 │ │ │ ├── xdb-2009_08_12.jar │ │ │ └── xdb-2009_08_12.pom │ │ └── maven-metadata-local.xml │ │ └── xmlparserv │ │ ├── 2009_07_19 │ │ ├── xmlparserv-2009_07_19.jar │ │ └── xmlparserv-2009_07_19.pom │ │ └── maven-metadata-local.xml ├── cz │ └── zcu │ │ └── kiv │ │ ├── XMLtoRDF │ │ ├── 1.0.2 │ │ │ ├── XMLtoRDF-1.0.2.jar │ │ │ └── XMLtoRDF-1.0.2.pom │ │ └── maven-metadata-local.xml │ │ ├── eegdsp │ │ ├── 1.0 │ │ │ ├── eegdsp-1.0.jar │ │ │ └── eegdsp-1.0.pom │ │ └── maven-metadata-local.xml │ │ └── jsonconverter │ │ ├── 1.2 │ │ ├── jsonconverter-1.2.jar │ │ └── jsonconverter-1.2.pom │ │ └── maven-metadata-local.xml ├── hibernatingrhinos │ └── hibernate-profiler │ │ ├── 1.0 │ │ ├── hibernate-profiler-1.0.jar │ │ └── hibernate-profiler-1.0.pom │ │ └── maven-metadata-local.xml └── owlapi │ └── owlapi-bin │ ├── 3.2.4.1806 │ ├── owlapi-bin-3.2.4.1806.jar │ └── owlapi-bin-3.2.4.1806.pom │ └── maven-metadata-local.xml ├── sql ├── era │ └── ERA_model.dm2 ├── model │ ├── EEGTEST.dmd │ └── EEGTEST │ │ ├── ChangeRequests.local │ │ ├── businessinfo │ │ ├── Business Information.xml │ │ └── Objects.local │ │ ├── datatypes │ │ ├── DDLSelection.local │ │ ├── DataTypes.xml │ │ ├── Diagrams.local │ │ ├── Objects.local │ │ ├── structuredtype │ │ │ └── seg_0 │ │ │ │ ├── 1CCC6093-B0A8-09A9-FB58-18B033A11CC3.xml │ │ │ │ ├── 47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml │ │ │ │ └── DA471C53-6749-D62D-CCA1-F41068D6D88E.xml │ │ └── subviews │ │ │ └── 69370D2A-7614-15DF-84C2-9C47C9176AB7.xml │ │ ├── dl_settings.xml │ │ ├── logical │ │ ├── Diagrams.local │ │ ├── Logical.xml │ │ ├── Objects.local │ │ └── subviews │ │ │ └── A7423B3A-A05F-CBB7-F26D-17E8866CA697.xml │ │ ├── mapping │ │ └── ExtendedMap.xml │ │ ├── pm │ │ ├── Objects.local │ │ └── Process Model.xml │ │ ├── rdbms │ │ └── EEGTEST_RDBMSSites.xml │ │ └── rel │ │ ├── 09C5E594-97F9E86C51BB.xml │ │ └── 09C5E594-97F9E86C51BB │ │ ├── DDLSelection.local │ │ ├── Diagrams.local │ │ ├── Objects.local │ │ ├── foreignkey │ │ ├── seg_0 │ │ │ ├── 01AA9568-B9DC-B677-1E7A-3896245D3E6D.xml │ │ │ ├── 08FE0955-F294-4E2F-A651-3695EA65B539.xml │ │ │ ├── 0987478D-FDAC-1519-41A7-5076C15AF788.xml │ │ │ ├── 09EC38CA-F77C-2FE7-1412-8DA02DE9D1DF.xml │ │ │ ├── 0A400399-4CFC-7021-71A0-0E629F3D23A8.xml │ │ │ ├── 0B36CC9E-1E1D-6235-7B9E-D8141A19C9EF.xml │ │ │ ├── 0F1E19EF-7A21-688F-B8D5-92161D52D091.xml │ │ │ ├── 1501362D-9E91-A990-B7CC-28052154AF17.xml │ │ │ ├── 1B77B22D-FC60-A17E-E5F6-F3A739BCC7DF.xml │ │ │ ├── 1CD500DD-8F30-319B-D9D7-16E74595FD06.xml │ │ │ ├── 1CD63AC2-7649-5D75-D9E8-D28DE1E390DA.xml │ │ │ ├── 26A87770-CB75-1FCA-4116-569D45EA2FDE.xml │ │ │ ├── 289CAB16-22CA-9F8D-9701-18024D73E302.xml │ │ │ ├── 30074644-137C-F27C-B012-DBE0AB1F2BBB.xml │ │ │ ├── 350F802E-6F18-C7DD-63B8-05132C213611.xml │ │ │ ├── 3757DD53-7537-0A97-4747-50BF0AA12BA4.xml │ │ │ ├── 380469A3-86F0-9446-E51A-2995A530FCA6.xml │ │ │ ├── 38A5D537-E62B-A317-F229-1D000FB405CE.xml │ │ │ ├── 414DAA71-16BE-B6A1-08C4-CE316DF91B8D.xml │ │ │ ├── 4302894B-E462-FF43-4910-7C6B34A42DEE.xml │ │ │ ├── 48D96B70-88CB-A2EC-6B2B-5A2981AA634C.xml │ │ │ ├── 49B44335-CEFE-9D7A-70CD-C5892732970D.xml │ │ │ ├── 4EFB33B9-4DE8-AED6-FE64-F14A718F4E26.xml │ │ │ ├── 4F4206BD-9537-044C-45D5-B7354B5F43C3.xml │ │ │ ├── 504A4E47-E7E3-6559-CE3F-06AF013F5FFB.xml │ │ │ ├── 525117B1-3623-0DBF-EACC-8C873E2F782C.xml │ │ │ ├── 5677E810-C669-1CD5-4B59-C895A10F0A97.xml │ │ │ ├── 57DA1904-EA6E-3EE4-D87D-3EB52920D0B2.xml │ │ │ ├── 58F23124-6256-1F4E-C3BA-3A652316AE44.xml │ │ │ ├── 5B4EABED-68A1-641D-B7D6-8F79354980E7.xml │ │ │ ├── 5CB4BF39-B657-C07C-539B-79E9154E65CE.xml │ │ │ ├── 60736347-3889-35E7-5661-7036CFF8E6DA.xml │ │ │ ├── 60A3EEF8-DF8E-EB7F-7DE4-4D2AD90B89E9.xml │ │ │ ├── 61BB4958-362C-3F4E-7DC0-6EFD8B6460F3.xml │ │ │ ├── 63033A84-05C9-5F87-DEAA-9BDBA5ED6D74.xml │ │ │ ├── 63F104EA-3FA1-0FBB-C85C-57A69BD93F62.xml │ │ │ ├── 66E7C537-E788-B9F2-AAF1-F240B6BA7451.xml │ │ │ ├── 671AC338-8F2D-09F2-D5B1-740FF19F813F.xml │ │ │ ├── 6E2CBC54-5D29-315D-D1CF-333997B349EB.xml │ │ │ ├── 6ECC356F-F78C-A12D-B7B2-7B40D40CA639.xml │ │ │ ├── 73B7B945-1B1F-33E2-8D54-0AD61AC78898.xml │ │ │ ├── 75ED482D-0A5B-743E-07FA-84E8FCFD4C71.xml │ │ │ ├── 77844A30-63F4-AAA9-497F-A19EC9B1EFD0.xml │ │ │ ├── 79D6436E-94A2-649A-423A-7925E85A9B56.xml │ │ │ ├── 87C5E794-AF07-B636-D2DD-045C8A7294BE.xml │ │ │ ├── 92EC291A-0FC0-2A49-4DA5-75C2FE31228C.xml │ │ │ ├── 995711EC-5DB5-242B-C408-93001F2F31F9.xml │ │ │ ├── AA2C17DF-8B3E-20AD-A0B4-7ACC7D802E58.xml │ │ │ ├── AFEE301C-BEB6-2E4E-CF62-B724F9E19AC9.xml │ │ │ ├── B0E917AC-13B7-5A96-CEB3-C9EAC1294544.xml │ │ │ ├── BB7AEA2D-5281-B432-BB2D-4639130F5958.xml │ │ │ ├── BCCFE98A-ABF4-5D0B-48F5-EFC825DCC53C.xml │ │ │ ├── BFE1F52D-6918-A787-EC6D-18571F68116E.xml │ │ │ ├── C0007905-32E6-3EA6-E2F4-0BDB4D1B4F69.xml │ │ │ ├── C48A7C72-AAD9-79E2-25A3-C73D6B6AD55D.xml │ │ │ ├── CCE566FD-E218-155C-0A5F-A6CBBEC9B33D.xml │ │ │ ├── D3F17768-3D17-080B-B8D7-AFCEF5EA3533.xml │ │ │ ├── D7882290-5443-D085-0FAC-292DDEDAF4E9.xml │ │ │ ├── D804A2D2-D5B3-CE24-47E7-AC539E9EB6FF.xml │ │ │ ├── DB2FDB87-2D44-C56A-0F71-2C1AC4DDC144.xml │ │ │ ├── DE6D5B0B-B8AF-3612-1317-42438FF0FD86.xml │ │ │ ├── E430AC47-9260-FD81-70A5-0F2D917DEEA9.xml │ │ │ ├── E56CE511-1824-3B16-DE31-D7F21C4F717A.xml │ │ │ ├── E7D0AC25-F117-AC32-1B58-70120DFC60BD.xml │ │ │ ├── EC72C255-1DB7-BF13-71BD-77EDA36D13C2.xml │ │ │ ├── F1043C2B-B4A1-91D7-F23F-4D44ED9C814B.xml │ │ │ ├── F3CC0926-497A-5ABD-990C-6A30D6D77E3D.xml │ │ │ └── FF902512-9473-D7FA-AB95-E4480B4B788C.xml │ │ └── seg_1 │ │ │ ├── 12AA8446-FFC9-144D-BD34-5FD4BF102D88.xml │ │ │ ├── 40ED294F-8D42-1805-041A-4DD3A9FC6F95.xml │ │ │ ├── 41AAA0AE-06EC-461F-C65F-BD6A375A266B.xml │ │ │ ├── 5ECFF64D-0171-FDC0-A635-3297FD331754.xml │ │ │ ├── 63B35181-F910-C013-EAF0-45D82E831EF6.xml │ │ │ ├── 8103C81F-EC70-CFBE-3E17-F1AB3E157942.xml │ │ │ ├── 93AA1D12-A79B-E1B2-C1F7-A3C4B336D4CA.xml │ │ │ ├── B6B2765B-4A11-CA83-0FD2-DF7279DE2BEE.xml │ │ │ ├── BB25E58B-261C-2EC0-AECA-FC8FC467B6CE.xml │ │ │ ├── C76E6CC5-EDEF-E970-A474-8666F36E99BB.xml │ │ │ ├── D88FED88-9EFA-620B-3CC4-0DBAB93FBC1A.xml │ │ │ ├── E5C2108B-ECA2-8092-A469-0E743DA4B604.xml │ │ │ └── F6AFD7D9-96F4-F002-4E48-BDC58232672F.xml │ │ ├── phys │ │ └── 32076570-BF29817DFF70 │ │ │ ├── 32076570-BF29817DFF70.xml │ │ │ ├── DDLSelection.local │ │ │ ├── Objects.local │ │ │ ├── SType │ │ │ └── seg_0 │ │ │ │ ├── 1CCC6093-B0A8-09A9-FB58-18B033A11CC3.xml │ │ │ │ └── DA471C53-6749-D62D-CCA1-F41068D6D88E.xml │ │ │ ├── Segment │ │ │ └── seg_0 │ │ │ │ ├── 01F1344A-0CEE-2780-8487-47AF5607D292.xml │ │ │ │ ├── 6C289FAD-AF55-1852-D7D5-2DDE31A13E61.xml │ │ │ │ ├── 8742E1D8-EF65-5680-362F-BC677BDAFEA5.xml │ │ │ │ ├── B62E67E6-7ED9-BC49-0412-32368ADAE0C8.xml │ │ │ │ ├── BFDA95B9-F162-2F92-F5D4-B4985B269367.xml │ │ │ │ ├── D980C957-2D0A-ABF7-AF3E-9232DCF36391.xml │ │ │ │ ├── F165281E-335F-A006-676D-726E32527728.xml │ │ │ │ └── F8B09F3B-17D2-EF9B-7D9A-05041DF9F561.xml │ │ │ ├── TSpace │ │ │ └── seg_0 │ │ │ │ ├── 99D389EE-5731-85B9-8DB7-8B408D00CFB4.xml │ │ │ │ └── D00686BB-B0E9-365B-9013-BA79E7DC0225.xml │ │ │ ├── Table │ │ │ └── seg_0 │ │ │ │ ├── 0265C39C-8F9D-9F7B-B8D2-EFCBB620BC5B.xml │ │ │ │ ├── 0310D7C4-A290-A63D-110B-B57D743AC79C.xml │ │ │ │ ├── 0399E11B-6935-8529-9927-821050E38E90.xml │ │ │ │ ├── 06917175-5360-E8D8-7FE6-67952F81BC46.xml │ │ │ │ ├── 0B44DBE7-170C-3F96-FD2F-1168E6F155C3.xml │ │ │ │ ├── 0D8E057A-BD29-76EB-CDD9-56A9EDED9249.xml │ │ │ │ ├── 20798918-65BF-BB93-71DA-1570C74C82A3.xml │ │ │ │ ├── 208841CA-16B8-05CC-ACD2-54A1CBF04DE9.xml │ │ │ │ ├── 2F779152-55B4-886A-67E2-4097C66464ED.xml │ │ │ │ ├── 2FEF8CCF-C5C4-872A-154F-7F1F53CDE7CD.xml │ │ │ │ ├── 30C3BD83-397F-C0A8-C1B5-BF7BEDEA19C4.xml │ │ │ │ ├── 340E5689-0B01-CC35-C095-3394DD218D96.xml │ │ │ │ ├── 35D81F57-12AD-4E72-C9D0-5885C592AB6A.xml │ │ │ │ ├── 361980A0-0EB1-930C-1989-028D77994C0F.xml │ │ │ │ ├── 3B766B5E-EA4C-6CE4-8ECF-E29FCC94DE62.xml │ │ │ │ ├── 428339B2-EC48-2C03-4A96-8850DF947DB5.xml │ │ │ │ ├── 46B42C2D-8A2F-0D08-7055-1E7911131758.xml │ │ │ │ ├── 481E106B-1CFB-2710-AF08-16872A956A23.xml │ │ │ │ ├── 4B66E5E9-3C1D-90C1-51FC-76F6B122D0C4.xml │ │ │ │ ├── 502811C1-6A28-9FC9-9E54-CAEC9C83021E.xml │ │ │ │ ├── 53DCA375-4D30-6A17-4673-871B9DB8C93F.xml │ │ │ │ ├── 552BD1DD-543F-3997-F3DA-CCCD2BF92F55.xml │ │ │ │ ├── 6318F817-9099-4B10-1F03-73549E5E6B82.xml │ │ │ │ ├── 63A3A12C-FA5C-A8DE-A678-D7031BBDB95E.xml │ │ │ │ ├── 676B716E-3FAF-6946-30A2-39DE9D2090B2.xml │ │ │ │ ├── 6D45F5A7-B947-D7C4-3818-2B3A49881595.xml │ │ │ │ ├── 6EB85C62-9699-59EE-D074-D3EFEFDCEE20.xml │ │ │ │ ├── 7314C29D-DF34-7830-A77E-0FCDC4902ACF.xml │ │ │ │ ├── 7326F93B-C385-7F36-5350-A5D1BAED2913.xml │ │ │ │ ├── 74F55FC9-DBF5-6A86-77BD-DFACE1B259EA.xml │ │ │ │ ├── 76E6E473-D108-1270-DE3A-9180EB5AF1A9.xml │ │ │ │ ├── 83B35EF7-7BAA-4563-62C6-1AFAE1DCC4DB.xml │ │ │ │ ├── 84521B32-1727-16FA-F758-5B1BF5E4D368.xml │ │ │ │ ├── 85265088-8807-3068-6E38-B9D65DF59887.xml │ │ │ │ ├── 85759B2E-77F3-D376-41E7-4281ECB15935.xml │ │ │ │ ├── 87B3465F-E91C-D78C-1865-B8E1811443ED.xml │ │ │ │ ├── 8B5214A5-BA32-CE90-C851-82CDCC1020CC.xml │ │ │ │ ├── 8BD105E2-AFDD-4468-FCD1-9BA59375D4A5.xml │ │ │ │ ├── 8DC3B8C2-D85B-17BC-F1FA-7F6754F1F54E.xml │ │ │ │ ├── 93E30B0C-A54A-4DF0-41D2-10754C1B65A4.xml │ │ │ │ ├── 9A6A09FB-2ECA-4603-9609-231741E41C62.xml │ │ │ │ ├── 9B476F37-3EBC-B9DC-46CF-B19073CDDD30.xml │ │ │ │ ├── A27B46F0-AB9A-60C4-0DFB-99D070348DC0.xml │ │ │ │ ├── A2DFA17F-8E59-04D4-BFEE-F9E59C010F45.xml │ │ │ │ ├── A3F28CD0-4CF8-ADE9-2492-733AFD7ECAAA.xml │ │ │ │ ├── A6F7504E-E672-BACE-65FE-59439B7EB81F.xml │ │ │ │ ├── AD72D826-6AA6-9E04-E1A3-05B956C83A0C.xml │ │ │ │ ├── B3810C6B-8C3F-523B-5A69-7907DBA2E387.xml │ │ │ │ ├── BE075F67-7977-AD96-D9F3-940342F106D0.xml │ │ │ │ ├── C1B98BCA-6855-0F9F-FE7F-FAE94ED5C6AD.xml │ │ │ │ ├── C75E9509-9D18-CC96-86A8-022C9E5DB3B7.xml │ │ │ │ ├── C8709EC2-7857-F238-263A-F140C2996FEB.xml │ │ │ │ ├── C91EEBE8-2A05-138F-EB95-66261A0A844F.xml │ │ │ │ ├── CD85D973-CA84-7133-40A7-F8254A0E5134.xml │ │ │ │ ├── CF75B0BC-C59A-7960-7E70-7DF2124D7951.xml │ │ │ │ ├── D411EC23-4760-38E0-53F3-843AE2ED3ED7.xml │ │ │ │ ├── E07D62F4-9780-6B33-BFE5-736545B6CD8E.xml │ │ │ │ ├── E20F493F-4368-F34C-B4F6-AFCD70BEF16D.xml │ │ │ │ ├── E5CF2643-47D8-3C00-B23C-B52EABBB5300.xml │ │ │ │ ├── E6F9DD6D-711C-CFDE-FF19-A3F39070DC13.xml │ │ │ │ ├── E8EE5512-895A-3B7F-4F40-8D5A23EF9306.xml │ │ │ │ ├── E97C952C-0AA3-6DA8-68EC-B3DB11E1CCD4.xml │ │ │ │ ├── EC5AB6B6-D232-8F50-93F1-EB46ED53F828.xml │ │ │ │ ├── ECEB71E9-D5F8-3A46-FC67-15F9EDEFE439.xml │ │ │ │ ├── ED048AE3-229E-D0C9-5A12-87B03D0031F7.xml │ │ │ │ ├── F0CC61B1-671A-3CDE-E04B-53185232155D.xml │ │ │ │ ├── F7C2F0EE-BFFB-EC72-C31C-59C7FC81D3FA.xml │ │ │ │ ├── F7D49A28-B822-840B-FFD3-FD36739AD23E.xml │ │ │ │ └── FF92210B-D1BC-254C-AB83-4CD83F142622.xml │ │ │ ├── Trigger │ │ │ └── seg_0 │ │ │ │ ├── 01DB046A-AB7A-ED5E-5BA5-5ACA865BB9E2.xml │ │ │ │ ├── 070347A0-47FA-83CC-A0D4-0A82C8650398.xml │ │ │ │ ├── 0C135053-61C2-8EAE-BAA4-07CA50604117.xml │ │ │ │ ├── 0C415FC5-FE42-66BC-77E2-A17772E1901C.xml │ │ │ │ ├── 230CDD96-7E6F-B673-129F-527F972588CF.xml │ │ │ │ ├── 2867CD33-9CFF-1A6A-545F-97FED664E055.xml │ │ │ │ ├── 30180D02-BD4D-6E7A-68C1-4A1BEC0093B4.xml │ │ │ │ ├── 3DBD317F-A812-69E8-93AB-34894714490D.xml │ │ │ │ ├── 41ADDEC5-CBEC-7EBF-3EEB-8B88FBD49DBB.xml │ │ │ │ ├── 455D4DB6-A7DF-22C3-FBDB-64090CD94B65.xml │ │ │ │ ├── 4EED9DE4-C3D7-E598-CFE0-B7E5A2B00FE0.xml │ │ │ │ ├── 52DC3391-5AB8-B617-BC76-24770AF92CEF.xml │ │ │ │ ├── 5A5221EB-6737-D824-3ECD-3A76A24E159B.xml │ │ │ │ ├── 62B7A2D3-B8F7-801F-3451-71D131A23A9D.xml │ │ │ │ ├── 660EBE25-7919-B970-1D02-A1ABD6E7E0EF.xml │ │ │ │ ├── 7FA85B83-B254-0493-1EF3-CCB7B551F83A.xml │ │ │ │ ├── 80067305-E238-7F03-8711-7D61051FADD6.xml │ │ │ │ ├── 81FC8636-1468-425C-1034-0B6E79D610ED.xml │ │ │ │ ├── 94F5D519-CA3D-9435-DC27-F565C6147A7E.xml │ │ │ │ ├── 969208B6-F2CF-4F90-461F-3CF2FAB5E367.xml │ │ │ │ ├── 9978B89A-8044-3E35-6C62-7B32E55439A2.xml │ │ │ │ ├── 9A3654E9-3A89-EB80-3B8D-B30BABA3B631.xml │ │ │ │ ├── 9DBAA619-FC28-F47A-5827-3558FDD56A5B.xml │ │ │ │ ├── A0AD07CD-8DEA-26DC-07E2-8C1E308D9804.xml │ │ │ │ ├── AFC1EBD6-C6A1-EA3B-F775-F68118CADF95.xml │ │ │ │ ├── B063FEEC-7979-D6A6-A6E5-BB98D8CF91ED.xml │ │ │ │ ├── B2D4D228-5B67-1A52-5FB7-901EF77F3F0E.xml │ │ │ │ ├── BB731530-669C-A371-E21C-34DAFF587114.xml │ │ │ │ ├── C54F11C2-8C75-80B4-62E9-B6D97615AB14.xml │ │ │ │ ├── CE5928E5-44B4-8120-B53B-83A9221762A9.xml │ │ │ │ ├── D49F5F54-9C93-BFD6-4994-412F7ED3BBF3.xml │ │ │ │ ├── D88F02BA-43E6-4686-678D-A35A301AD79D.xml │ │ │ │ ├── DC56455A-E14C-B218-D535-8F2E86CC9C5E.xml │ │ │ │ ├── DD7EADFE-35EB-EDE4-11FD-ED8882668C3A.xml │ │ │ │ ├── E0725693-0A5D-651D-113B-14A4B1609792.xml │ │ │ │ └── EE8EE3FF-8151-B730-A20F-9780B4F5F9A1.xml │ │ │ └── User │ │ │ └── seg_0 │ │ │ ├── 67D90CE6-9FDC-A689-F37F-D527E6755F96.xml │ │ │ ├── A245CC01-D810-3755-DC79-2447491C8A99.xml │ │ │ ├── A3391421-0DEC-F216-C4CF-5400269489F6.xml │ │ │ └── AC71F6CF-17B7-614B-7C98-04A7331B5A30.xml │ │ ├── schema │ │ └── seg_0 │ │ │ └── 7EC7B178-1CDE-B579-D0E9-13BF78423EF0.xml │ │ ├── subviews │ │ └── 8CE3F656-801A-A20E-9DC1-44EA2867AA60.xml │ │ └── table │ │ └── seg_0 │ │ ├── 0265C39C-8F9D-9F7B-B8D2-EFCBB620BC5B.xml │ │ ├── 0310D7C4-A290-A63D-110B-B57D743AC79C.xml │ │ ├── 0399E11B-6935-8529-9927-821050E38E90.xml │ │ ├── 06917175-5360-E8D8-7FE6-67952F81BC46.xml │ │ ├── 0B44DBE7-170C-3F96-FD2F-1168E6F155C3.xml │ │ ├── 0D8E057A-BD29-76EB-CDD9-56A9EDED9249.xml │ │ ├── 20798918-65BF-BB93-71DA-1570C74C82A3.xml │ │ ├── 208841CA-16B8-05CC-ACD2-54A1CBF04DE9.xml │ │ ├── 2F779152-55B4-886A-67E2-4097C66464ED.xml │ │ ├── 2FEF8CCF-C5C4-872A-154F-7F1F53CDE7CD.xml │ │ ├── 340E5689-0B01-CC35-C095-3394DD218D96.xml │ │ ├── 35D81F57-12AD-4E72-C9D0-5885C592AB6A.xml │ │ ├── 361980A0-0EB1-930C-1989-028D77994C0F.xml │ │ ├── 3B766B5E-EA4C-6CE4-8ECF-E29FCC94DE62.xml │ │ ├── 428339B2-EC48-2C03-4A96-8850DF947DB5.xml │ │ ├── 46B42C2D-8A2F-0D08-7055-1E7911131758.xml │ │ ├── 481E106B-1CFB-2710-AF08-16872A956A23.xml │ │ ├── 4B66E5E9-3C1D-90C1-51FC-76F6B122D0C4.xml │ │ ├── 502811C1-6A28-9FC9-9E54-CAEC9C83021E.xml │ │ ├── 53DCA375-4D30-6A17-4673-871B9DB8C93F.xml │ │ ├── 552BD1DD-543F-3997-F3DA-CCCD2BF92F55.xml │ │ ├── 6318F817-9099-4B10-1F03-73549E5E6B82.xml │ │ ├── 63A3A12C-FA5C-A8DE-A678-D7031BBDB95E.xml │ │ ├── 676B716E-3FAF-6946-30A2-39DE9D2090B2.xml │ │ ├── 6D45F5A7-B947-D7C4-3818-2B3A49881595.xml │ │ ├── 6EB85C62-9699-59EE-D074-D3EFEFDCEE20.xml │ │ ├── 7314C29D-DF34-7830-A77E-0FCDC4902ACF.xml │ │ ├── 7326F93B-C385-7F36-5350-A5D1BAED2913.xml │ │ ├── 76E6E473-D108-1270-DE3A-9180EB5AF1A9.xml │ │ ├── 83B35EF7-7BAA-4563-62C6-1AFAE1DCC4DB.xml │ │ ├── 85265088-8807-3068-6E38-B9D65DF59887.xml │ │ ├── 85759B2E-77F3-D376-41E7-4281ECB15935.xml │ │ ├── 87B3465F-E91C-D78C-1865-B8E1811443ED.xml │ │ ├── 8B5214A5-BA32-CE90-C851-82CDCC1020CC.xml │ │ ├── 8BD105E2-AFDD-4468-FCD1-9BA59375D4A5.xml │ │ ├── 93E30B0C-A54A-4DF0-41D2-10754C1B65A4.xml │ │ ├── 9A6A09FB-2ECA-4603-9609-231741E41C62.xml │ │ ├── 9B476F37-3EBC-B9DC-46CF-B19073CDDD30.xml │ │ ├── A27B46F0-AB9A-60C4-0DFB-99D070348DC0.xml │ │ ├── A2DFA17F-8E59-04D4-BFEE-F9E59C010F45.xml │ │ ├── A3F28CD0-4CF8-ADE9-2492-733AFD7ECAAA.xml │ │ ├── A6F7504E-E672-BACE-65FE-59439B7EB81F.xml │ │ ├── AD72D826-6AA6-9E04-E1A3-05B956C83A0C.xml │ │ ├── B3810C6B-8C3F-523B-5A69-7907DBA2E387.xml │ │ ├── BE075F67-7977-AD96-D9F3-940342F106D0.xml │ │ ├── C1B98BCA-6855-0F9F-FE7F-FAE94ED5C6AD.xml │ │ ├── C75E9509-9D18-CC96-86A8-022C9E5DB3B7.xml │ │ ├── C8709EC2-7857-F238-263A-F140C2996FEB.xml │ │ ├── C91EEBE8-2A05-138F-EB95-66261A0A844F.xml │ │ ├── CD85D973-CA84-7133-40A7-F8254A0E5134.xml │ │ ├── CF75B0BC-C59A-7960-7E70-7DF2124D7951.xml │ │ ├── D411EC23-4760-38E0-53F3-843AE2ED3ED7.xml │ │ ├── E07D62F4-9780-6B33-BFE5-736545B6CD8E.xml │ │ ├── E20F493F-4368-F34C-B4F6-AFCD70BEF16D.xml │ │ ├── E5CF2643-47D8-3C00-B23C-B52EABBB5300.xml │ │ ├── E6F9DD6D-711C-CFDE-FF19-A3F39070DC13.xml │ │ ├── E8EE5512-895A-3B7F-4F40-8D5A23EF9306.xml │ │ ├── EC5AB6B6-D232-8F50-93F1-EB46ED53F828.xml │ │ ├── ED048AE3-229E-D0C9-5A12-87B03D0031F7.xml │ │ ├── F0CC61B1-671A-3CDE-E04B-53185232155D.xml │ │ ├── F7C2F0EE-BFFB-EC72-C31C-59C7FC81D3FA.xml │ │ └── F7D49A28-B822-840B-FFD3-FD36739AD23E.xml └── scripts │ ├── accesscontrol │ └── create.sql │ ├── alter │ ├── 20101201_alter.sql │ ├── 20110920_create_table_SCENARIO_TYPE_NONSCHEMA.sql │ ├── 20110920_create_table_SCENARIO_TYPE_NONXML.sql │ ├── 20140210_ServiceResult_alter.sql │ ├── 20140220_create_table_FORM_LAYOUT.sql │ ├── APPLY_NAMING_STANDARDS.sql │ ├── CREATE_FOREIGN_KEYS.sql │ └── PERSON_Table_Encryption.sql │ ├── create_tables │ ├── create_DATABASE.sql │ ├── create_references.sql │ ├── create_table_ARTICLES.sql │ ├── create_table_ARTICLES_COMMENTS.sql │ ├── create_table_ARTICLES_GROUP_SUBSCRIBTIONS.sql │ ├── create_table_ARTICLES_SUBSCRIBTIONS.sql │ ├── create_table_COEXPERIMENTAL_REL.sql │ ├── create_table_DATA_FILE.sql │ ├── create_table_EXPERIMENT.sql │ ├── create_table_EXPERIMENT_OPT_PARAM_DEF.sql │ ├── create_table_EXPERIMENT_OPT_PARAM_VAL.sql │ ├── create_table_FILE_METADATA_PARAM_DEF.sql │ ├── create_table_FILE_METADATA_PARAM_VAL.sql │ ├── create_table_GROUP_PERMISSION_REQUEST.sql │ ├── create_table_HARDWARE.sql │ ├── create_table_HARDWARE_USAGE_REL.sql │ ├── create_table_HEARING_IMPAIRMENT.sql │ ├── create_table_HEARING_IMPAIRMENT_REL.sql │ ├── create_table_HISTORY.sql │ ├── create_table_KEYWORDS.sql │ ├── create_table_PERSON.sql │ ├── create_table_PERSON_OPT_PARAM_DEF.sql │ ├── create_table_PERSON_OPT_PARAM_VAL.sql │ ├── create_table_RESEARCH_GROUP.sql │ ├── create_table_RESEARCH_GROUP_MEMBERSHIP.sql │ ├── create_table_SCENARIO.sql │ ├── create_table_SCENARIO_SCHEMA.sql │ ├── create_table_SCENARIO_TYPE_NONSCHEMA.sql │ ├── create_table_SCENARIO_TYPE_NONXML.sql │ ├── create_table_SCENARIO_TYPE_PARENT.sql │ ├── create_table_SCENARIO_TYPE_SCHEMA_1.sql │ ├── create_table_SCENARIO_TYPE_SCHEMA_2.sql │ ├── create_table_SCENARIO_TYPE_SCHEMA_3.sql │ ├── create_table_USERCONNECTION.sql │ ├── create_table_VISUAL_IMPAIRMENT.sql │ ├── create_table_VISUAL_IMPAIRMENT_REL.sql │ ├── create_table_WEATHER.sql │ ├── create_tables_codebooks_relations.sql │ └── script_create_eeg_database.sql │ ├── fill_database │ ├── fill_DATABASE.sql │ ├── insert_into_ARTICLES.sql │ ├── insert_into_ARTICLES_COMMENTS.sql │ ├── insert_into_ARTICLES_SUBSCRIBTIONS.sql │ ├── insert_into_COEXPERIMENT_REL.sql │ ├── insert_into_DATA_FILE.sql │ ├── insert_into_EXPERIMENT.sql │ ├── insert_into_EXPERIMENT_OPT_PARAM_DEF.sql │ ├── insert_into_EXPERIMENT_OPT_PARAM_VAL.sql │ ├── insert_into_FILE_METADATA_PARAM_DEF.sql │ ├── insert_into_FILE_METADATA_PARAM_VAL.sql │ ├── insert_into_GROUP_REL.sql │ ├── insert_into_HARDWARE.sql │ ├── insert_into_HARDWARE_USAGE_REL.sql │ ├── insert_into_HEARING_IMPAIRMENT.sql │ ├── insert_into_HEARING_REL.sql │ ├── insert_into_HISTORY.sql │ ├── insert_into_PERSON.sql │ ├── insert_into_PERSON_OPT_PARAM_DEF.sql │ ├── insert_into_PERSON_OPT_PARAM_VAL.sql │ ├── insert_into_RESEARCH_GROUP.sql │ ├── insert_into_RESEARCH_GROUP_MEMBERSHIP.sql │ ├── insert_into_SCENARIO.sql │ ├── insert_into_SCENARIO_SCHEMA.sql │ ├── insert_into_VISUAL_IMPAIRMENT.sql │ ├── insert_into_VISUAL_IMPAIRMENT_REL.sql │ ├── insert_into_WEATHER.sql │ └── test_script_insert_values.sql │ ├── modifications │ └── mstrbacka │ │ ├── README │ │ ├── new_tables │ │ ├── XXXLAST_make_foreign_keys.sql │ │ ├── create_table_ANALYSIS.sql │ │ ├── create_table_ARTEFACT.sql │ │ ├── create_table_ARTEFACT_REMOVING_METHODS.sql │ │ ├── create_table_ARTEFACT_REMOVING_METHODS_REL.sql │ │ ├── create_table_DIGITALIZATION.sql │ │ ├── create_table_DISEASE.sql │ │ ├── create_table_DISEASE_REL.sql │ │ ├── create_table_EDUCATION_LEVEL.sql │ │ ├── create_table_ELECTRODE_CONF.sql │ │ ├── create_table_ELECTRODE_FIX.sql │ │ ├── create_table_ELECTRODE_LOCATION.sql │ │ ├── create_table_ELECTRODE_LOCATION_REL.sql │ │ ├── create_table_ELECTRODE_SYSTEM.sql │ │ ├── create_table_ELECTRODE_TYPE.sql │ │ ├── create_table_PHARMACEUTICAL.sql │ │ ├── create_table_PHARMACEUTICAL_REL.sql │ │ ├── create_table_PROJECT_TYPE.sql │ │ ├── create_table_PROJECT_TYPE_REL.sql │ │ ├── create_table_SOFTWARE.sql │ │ ├── create_table_SOFTWARE_REL.sql │ │ ├── create_table_STIMULUS.sql │ │ ├── create_table_STIMULUS_REL.sql │ │ ├── create_table_STIMULUS_TYPE.sql │ │ ├── create_table_SUBJECT_GROUPS.sql │ │ └── group_rels │ │ │ ├── create_table_ANALYSIS_GROUP_REL.sql │ │ │ ├── create_table_ARTEFACT_GROUP_REL.sql │ │ │ ├── create_table_ARTEFACT_REMOVING_METHODS_GROUP_REL.sql │ │ │ ├── create_table_DIGITALIZATION_GROUP_REL.sql │ │ │ ├── create_table_DISEASE_GROUP_REL.sql │ │ │ ├── create_table_EDUCATION_LEVEL_GROUP_REL.sql │ │ │ ├── create_table_ELECTRODE_FIX_GROUP_REL.sql │ │ │ ├── create_table_ELECTRODE_LOCATION_GROUP_REL.sql │ │ │ ├── create_table_ELECTRODE_SYSTEM_GROUP_REL.sql │ │ │ ├── create_table_ELECTRODE_TYPE_GROUP_REL.sql │ │ │ ├── create_table_PHARMACEUTICAL_GROUP_REL.sql │ │ │ ├── create_table_PROJECT_TYPE_GROUP_REL.sql │ │ │ ├── create_table_SOFTWARE_GROUP_REL.sql │ │ │ ├── create_table_STIMULUS_TYPE_GROUP_REL.sql │ │ │ └── xxxLAST-foreign_keys.sql │ │ └── prevod │ │ └── prevod.sql │ └── triggers │ └── sync_changes.sql └── src ├── main ├── java │ └── cz │ │ └── zcu │ │ └── kiv │ │ └── eegdatabase │ │ ├── data │ │ ├── annotation │ │ │ ├── Indexed.java │ │ │ ├── SolrField.java │ │ │ └── SolrId.java │ │ ├── dao │ │ │ ├── ArticleCommentDao.java │ │ │ ├── ArticleDao.java │ │ │ ├── AuthorizationManager.java │ │ │ ├── DaoException.java │ │ │ ├── DataFileDao.java │ │ │ ├── DigitizationDao.java │ │ │ ├── EducationLevelDao.java │ │ │ ├── ExperimentDao.java │ │ │ ├── ExperimentLicenceDao.java │ │ │ ├── ExperimentOptParamDefDao.java │ │ │ ├── ExperimentPackageConnectionDao.java │ │ │ ├── ExperimentPackageDao.java │ │ │ ├── ExperimentPackageLicenseDao.java │ │ │ ├── FileMetadataParamDefDao.java │ │ │ ├── FormLayoutDao.java │ │ │ ├── GenericDao.java │ │ │ ├── GenericListDao.java │ │ │ ├── GenericListDaoWithDefault.java │ │ │ ├── HardwareDao.java │ │ │ ├── HistoryDao.java │ │ │ ├── LicenseDao.java │ │ │ ├── MembershipPlanDao.java │ │ │ ├── OrderDao.java │ │ │ ├── PersonDao.java │ │ │ ├── PersonMembershipPlanDao.java │ │ │ ├── PersonOptParamDefDao.java │ │ │ ├── PersonalLicenseDao.java │ │ │ ├── PromoCodeDao.java │ │ │ ├── ResearchGroupDao.java │ │ │ ├── ResearchGroupMembershipPlanDao.java │ │ │ ├── ReservationDao.java │ │ │ ├── ScenarioDao.java │ │ │ ├── ScenarioSchemasDao.java │ │ │ ├── ServiceResultDao.java │ │ │ ├── SimpleAnalysisDao.java │ │ │ ├── SimpleArticleCommentDao.java │ │ │ ├── SimpleArticleDao.java │ │ │ ├── SimpleArtifactDao.java │ │ │ ├── SimpleArtifactRemovingDao.java │ │ │ ├── SimpleAuthorizationManager.java │ │ │ ├── SimpleDataFileDao.java │ │ │ ├── SimpleDigitizationDao.java │ │ │ ├── SimpleDiseaseDao.java │ │ │ ├── SimpleEducationLevelDao.java │ │ │ ├── SimpleElectrodeFixDao.java │ │ │ ├── SimpleElectrodeLocationDao.java │ │ │ ├── SimpleElectrodeSystemDao.java │ │ │ ├── SimpleElectrodeTypeDao.java │ │ │ ├── SimpleExperimentDao.java │ │ │ ├── SimpleExperimentLicenceDao.java │ │ │ ├── SimpleExperimentOptParamDefDao.java │ │ │ ├── SimpleExperimentPackageConnectionDao.java │ │ │ ├── SimpleExperimentPackageDao.java │ │ │ ├── SimpleExperimentPackageLicenseDao.java │ │ │ ├── SimpleFileMetadataParamDefDao.java │ │ │ ├── SimpleFormLayoutDao.java │ │ │ ├── SimpleGenericDao.java │ │ │ ├── SimpleHardwareDao.java │ │ │ ├── SimpleHistoryDao.java │ │ │ ├── SimpleKeywordsDao.java │ │ │ ├── SimpleLicenseDao.java │ │ │ ├── SimpleMembershipPlanDao.java │ │ │ ├── SimpleOrderDao.java │ │ │ ├── SimplePersonDao.java │ │ │ ├── SimplePersonMembershipPlanDao.java │ │ │ ├── SimplePersonOptParamDefDao.java │ │ │ ├── SimplePersonalLicenseDao.java │ │ │ ├── SimplePharmaceuticalDao.java │ │ │ ├── SimpleProjectTypeDao.java │ │ │ ├── SimplePromoCodeDao.java │ │ │ ├── SimpleResearchGroupDao.java │ │ │ ├── SimpleResearchGroupMembershipPlanDao.java │ │ │ ├── SimpleReservationDao.java │ │ │ ├── SimpleScenarioDao.java │ │ │ ├── SimpleScenarioSchemasDao.java │ │ │ ├── SimpleServiceResultDao.java │ │ │ ├── SimpleSoftwareDao.java │ │ │ ├── SimpleStimulusDao.java │ │ │ ├── SimpleStimulusTypeDao.java │ │ │ ├── SimpleTemplateDao.java │ │ │ ├── SimpleWeatherDao.java │ │ │ ├── StimulusDao.java │ │ │ ├── TemplateDao.java │ │ │ └── WeatherDao.java │ │ ├── nosql │ │ │ ├── ElasticSynchronizationInterceptor.java │ │ │ ├── MetadataUtil.java │ │ │ ├── MobioMetadata.java │ │ │ └── entities │ │ │ │ ├── ExperimentElastic.java │ │ │ │ ├── GenericParameter.java │ │ │ │ └── ParameterAttribute.java │ │ ├── persistent │ │ │ ├── HibernateFilter.java │ │ │ ├── PostLoadListener.java │ │ │ └── ReverseEngStrategy.java │ │ ├── pojo │ │ │ ├── Analysis.java │ │ │ ├── Article.java │ │ │ ├── ArticleComment.java │ │ │ ├── Artifact.java │ │ │ ├── ArtifactRemoveMethod.java │ │ │ ├── DataFile.java │ │ │ ├── Digitization.java │ │ │ ├── Disease.java │ │ │ ├── EducationLevel.java │ │ │ ├── ElectrodeConf.java │ │ │ ├── ElectrodeFix.java │ │ │ ├── ElectrodeLocation.java │ │ │ ├── ElectrodeSystem.java │ │ │ ├── ElectrodeType.java │ │ │ ├── Experiment.java │ │ │ ├── ExperimentLicence.java │ │ │ ├── ExperimentOptParamDef.java │ │ │ ├── ExperimentOptParamDefGroupRel.java │ │ │ ├── ExperimentOptParamDefGroupRelId.java │ │ │ ├── ExperimentOptParamVal.java │ │ │ ├── ExperimentOptParamValId.java │ │ │ ├── ExperimentPackage.java │ │ │ ├── ExperimentPackageConnection.java │ │ │ ├── ExperimentPackageLicense.java │ │ │ ├── FileMetadataParamDef.java │ │ │ ├── FileMetadataParamDefGroupRel.java │ │ │ ├── FileMetadataParamDefGroupRelId.java │ │ │ ├── FileMetadataParamVal.java │ │ │ ├── FileMetadataParamValId.java │ │ │ ├── FormLayout.java │ │ │ ├── FormLayoutType.java │ │ │ ├── GroupPermissionRequest.java │ │ │ ├── Hardware.java │ │ │ ├── HardwareGroupRel.java │ │ │ ├── HardwareGroupRelId.java │ │ │ ├── History.java │ │ │ ├── Keywords.java │ │ │ ├── License.java │ │ │ ├── LicenseType.java │ │ │ ├── MembershipPlan.java │ │ │ ├── Order.java │ │ │ ├── OrderItem.java │ │ │ ├── Person.java │ │ │ ├── PersonMembershipPlan.java │ │ │ ├── PersonOptParamDef.java │ │ │ ├── PersonOptParamDefGroupRel.java │ │ │ ├── PersonOptParamDefGroupRelId.java │ │ │ ├── PersonOptParamVal.java │ │ │ ├── PersonOptParamValId.java │ │ │ ├── PersonalLicense.java │ │ │ ├── PersonalLicenseState.java │ │ │ ├── Pharmaceutical.java │ │ │ ├── ProjectType.java │ │ │ ├── PromoCode.java │ │ │ ├── ResearchGroup.java │ │ │ ├── ResearchGroupMembership.java │ │ │ ├── ResearchGroupMembershipId.java │ │ │ ├── ResearchGroupMembershipPlan.java │ │ │ ├── Reservation.java │ │ │ ├── Scenario.java │ │ │ ├── ScenarioSchemas.java │ │ │ ├── ServiceResult.java │ │ │ ├── Software.java │ │ │ ├── Stimulus.java │ │ │ ├── StimulusRel.java │ │ │ ├── StimulusRelId.java │ │ │ ├── StimulusType.java │ │ │ ├── SubjectGroup.java │ │ │ ├── Template.java │ │ │ ├── Weather.java │ │ │ ├── WeatherGroupRel.java │ │ │ └── WeatherGroupRelId.java │ │ ├── service │ │ │ ├── DataService.java │ │ │ ├── HibernateDatabaseService.java │ │ │ ├── HibernatePersonService.java │ │ │ ├── MailService.java │ │ │ ├── PersonService.java │ │ │ └── SpringJavaMailService.java │ │ └── xmlObjects │ │ │ ├── DataType.java │ │ │ ├── EyesDefectType.java │ │ │ ├── FileMetadataType.java │ │ │ ├── HardwareType.java │ │ │ ├── HearingDefectType.java │ │ │ ├── MeasurationAddParam.java │ │ │ ├── MeasurationType.java │ │ │ ├── ObjectFactory.java │ │ │ ├── PersonAddParam.java │ │ │ ├── PersonType.java │ │ │ ├── ScenarioType.java │ │ │ └── WeatherType.java │ │ ├── logic │ │ ├── CaptchaImageGenerator.java │ │ ├── DashedUrlMethodNameResolver.java │ │ ├── Util.java │ │ ├── controller │ │ │ ├── admin │ │ │ │ ├── ChangeUserRoleCommand.java │ │ │ │ ├── ChangeUserRoleController.java │ │ │ │ └── ChangeUserRoleValidator.java │ │ │ ├── article │ │ │ │ ├── AddArticleCommentController.java │ │ │ │ ├── AddArticleController.java │ │ │ │ ├── AddArticleValidator.java │ │ │ │ ├── ArticleCommand.java │ │ │ │ ├── ArticleCommentCommand.java │ │ │ │ ├── ArticleMultiController.java │ │ │ │ ├── Feed.java │ │ │ │ ├── FeedMessage.java │ │ │ │ └── RSSFeedWriter.java │ │ │ ├── experiment │ │ │ │ ├── AddDataFileCommand.java │ │ │ │ ├── AddDataFileController.java │ │ │ │ ├── AddExperimentCommand.java │ │ │ │ ├── AddExperimentController.java │ │ │ │ ├── AddExperimentOptParamValCommand.java │ │ │ │ ├── AddExperimentOptParamValController.java │ │ │ │ ├── AddExperimentOptParamValValidator.java │ │ │ │ ├── AddExperimentValidator.java │ │ │ │ ├── AddExperimentWizardCommand.java │ │ │ │ ├── AddExperimentWizardController.java │ │ │ │ ├── AddFileMetadataCommand.java │ │ │ │ ├── AddFileMetadataValidator.java │ │ │ │ ├── ChooseMetadataController.java │ │ │ │ ├── DataFileDetailController.java │ │ │ │ ├── DownloadMetadataZipController.java │ │ │ │ ├── ExperimentMultiController.java │ │ │ │ ├── MeasurationDataOutputController.java │ │ │ │ ├── MetadataCommand.java │ │ │ │ ├── WizardAjaxController.java │ │ │ │ ├── WizardAjaxMultiController.java │ │ │ │ └── WizardController.java │ │ │ ├── group │ │ │ │ ├── AcceptRoleRequestController.java │ │ │ │ ├── AddBookingRoomViewParamsController.java │ │ │ │ ├── AddMemberToGroupCommand.java │ │ │ │ ├── AddMemberToGroupController.java │ │ │ │ ├── BookRoomCommand.java │ │ │ │ ├── BookingRoomAjaxController.java │ │ │ │ ├── BookingRoomController.java │ │ │ │ ├── CreateGroupCommand.java │ │ │ │ ├── CreateGroupController.java │ │ │ │ ├── CreateGroupValidator.java │ │ │ │ ├── EditGroupRoleCommand.java │ │ │ │ ├── EditGroupRoleController.java │ │ │ │ ├── GroupMultiController.java │ │ │ │ └── MembershipRequestController.java │ │ │ ├── history │ │ │ │ ├── AbstractHistoryController.java │ │ │ │ ├── ChoiceHistory.java │ │ │ │ ├── DailyHistoryController.java │ │ │ │ ├── DownloadStatistic.java │ │ │ │ ├── GraphController.java │ │ │ │ ├── HistorySearcherCommand.java │ │ │ │ ├── MonthlyHistoryController.java │ │ │ │ ├── SearchHistoryController.java │ │ │ │ └── WeeklyHistoryController.java │ │ │ ├── list │ │ │ │ ├── SelectGroupCommand.java │ │ │ │ ├── artifact │ │ │ │ │ ├── AddArtifactCommand.java │ │ │ │ │ ├── AddArtifactController.java │ │ │ │ │ ├── AddArtifactValidator.java │ │ │ │ │ └── ArtifactMultiController.java │ │ │ │ ├── experimentoptparamdef │ │ │ │ │ ├── AddExperimentOptParamDefCommand.java │ │ │ │ │ ├── AddExperimentOptParamDefController.java │ │ │ │ │ ├── AddExperimentOptParamDefValidator.java │ │ │ │ │ └── ExperimentOptParamDefMultiController.java │ │ │ │ ├── filemetadata │ │ │ │ │ ├── AddFileMetadataParamDefCommand.java │ │ │ │ │ ├── AddFileMetadataParamDefController.java │ │ │ │ │ ├── AddFileMetadataParamDefValidator.java │ │ │ │ │ └── FileMetadataParamDefMultiController.java │ │ │ │ ├── hardware │ │ │ │ │ ├── AddHardwareCommand.java │ │ │ │ │ ├── AddHardwareController.java │ │ │ │ │ ├── AddHardwareValidator.java │ │ │ │ │ └── HardwareMultiController.java │ │ │ │ ├── personoptparamdef │ │ │ │ │ ├── AddPersonOptParamDefCommand.java │ │ │ │ │ ├── AddPersonOptParamDefController.java │ │ │ │ │ ├── AddPersonOptParamDefValidator.java │ │ │ │ │ └── PersonOptParamDefMultiController.java │ │ │ │ └── weather │ │ │ │ │ ├── AddWeatherCommand.java │ │ │ │ │ ├── AddWeatherController.java │ │ │ │ │ ├── AddWeatherValidator.java │ │ │ │ │ └── WeatherMultiController.java │ │ │ ├── myaccount │ │ │ │ ├── ApplyForWritingPermissionCommand.java │ │ │ │ ├── ApplyForWritingPermissionController.java │ │ │ │ ├── ApplyForWritingPermissionValidator.java │ │ │ │ ├── ChangeDefaultGroupCommand.java │ │ │ │ ├── ChangeDefaultGroupController.java │ │ │ │ ├── ChangePasswordCommand.java │ │ │ │ ├── ChangePasswordController.java │ │ │ │ └── ChangePasswordValidator.java │ │ │ ├── nif │ │ │ │ └── NIFMultiController.java │ │ │ ├── person │ │ │ │ ├── AddPersonAdditionalParamValueCommand.java │ │ │ │ ├── AddPersonAdditionalParamValueController.java │ │ │ │ ├── AddPersonAdditionalParamValueValidator.java │ │ │ │ ├── AddPersonCommand.java │ │ │ │ ├── AddPersonController.java │ │ │ │ ├── AddPersonValidator.java │ │ │ │ ├── EditPersonController.java │ │ │ │ ├── PersonDetailController.java │ │ │ │ └── PersonListController.java │ │ │ ├── root │ │ │ │ ├── ConfirmController.java │ │ │ │ ├── ForgottenPasswordCommand.java │ │ │ │ ├── ForgottenPasswordController.java │ │ │ │ ├── ForgottenPasswordValidator.java │ │ │ │ ├── RegistrationCommand.java │ │ │ │ ├── RegistrationController.java │ │ │ │ ├── RegistrationValidator.java │ │ │ │ └── WriteRequestsListController.java │ │ │ ├── scenario │ │ │ │ ├── AddScenarioCommand.java │ │ │ │ ├── AddScenarioController.java │ │ │ │ ├── AddScenarioSchemaCommand.java │ │ │ │ ├── AddScenarioSchemaController.java │ │ │ │ ├── AddScenarioSchemaValidator.java │ │ │ │ ├── AddScenarioValidator.java │ │ │ │ ├── ScenarioMultiController.java │ │ │ │ └── ScenarioXMLDownloadController.java │ │ │ ├── search │ │ │ │ ├── AbstractSearchController.java │ │ │ │ ├── ExperimentsSearcherCommand.java │ │ │ │ ├── ExperimentsSearcherController.java │ │ │ │ ├── FullTextSearchCommand.java │ │ │ │ ├── FullTextSearchController.java │ │ │ │ ├── FulltextResult.java │ │ │ │ ├── PeopleSearcherCommand.java │ │ │ │ ├── PeopleSearcherController.java │ │ │ │ ├── ScenarioSearcherCommand.java │ │ │ │ ├── ScenarioSearcherController.java │ │ │ │ └── SearchRequest.java │ │ │ ├── semantic │ │ │ │ └── SemanticMultiController.java │ │ │ ├── service │ │ │ │ ├── AbstractProcessingController.java │ │ │ │ ├── ChooseCommand.java │ │ │ │ ├── FastFourierCommand.java │ │ │ │ ├── FastFourierController.java │ │ │ │ ├── MatchingPursuitCommand.java │ │ │ │ ├── MatchingPursuitController.java │ │ │ │ ├── ServiceChooserController.java │ │ │ │ ├── ServicesList.java │ │ │ │ ├── WaveletCommand.java │ │ │ │ └── WaveletProcessingController.java │ │ │ ├── social │ │ │ │ ├── FacebookUniqueConnectInterceptor.java │ │ │ │ ├── LinkedInManager.java │ │ │ │ ├── LinkedInUniqueConnectInterceptor.java │ │ │ │ ├── OAuthCallbackController.java │ │ │ │ ├── SocialAuthenticationToken.java │ │ │ │ ├── SocialConfig.java │ │ │ │ ├── SocialConnectionSignUp.java │ │ │ │ ├── SocialUser.java │ │ │ │ └── SpringSecuritySignInAdapter.java │ │ │ └── system │ │ │ │ ├── ExceptionResolver.java │ │ │ │ └── GrantPermissionController.java │ │ ├── csv │ │ │ ├── CSVFactory.java │ │ │ ├── CSVUtils.java │ │ │ └── SimpleCSVFactory.java │ │ ├── delegate │ │ │ ├── HomePageDelegate.java │ │ │ └── MyAccountDelegate.java │ │ ├── eshop │ │ │ ├── PayPalTools.java │ │ │ └── ShoppingCart.java │ │ ├── indexing │ │ │ ├── AutocompleteIndexer.java │ │ │ ├── IndexField.java │ │ │ ├── Indexer.java │ │ │ ├── IndexingService.java │ │ │ ├── IndexingServiceImpl.java │ │ │ ├── IndexingUtils.java │ │ │ ├── LinkedInIndexer.java │ │ │ └── PojoIndexer.java │ │ ├── init │ │ │ ├── RemoveTmpFilesFactory.java │ │ │ └── SimpleRemoveTmpFilesFactory.java │ │ ├── pdf │ │ │ ├── PDFUtils.java │ │ │ └── ReservationPDF.java │ │ ├── schemagen │ │ │ └── ScenarioSchemaGenerator.java │ │ ├── search │ │ │ ├── FullTextResult.java │ │ │ ├── FullTextSearchUtils.java │ │ │ ├── FulltextSearchService.java │ │ │ └── ResultCategory.java │ │ ├── semantic │ │ │ ├── SemanticFactory.java │ │ │ └── SimpleSemanticFactory.java │ │ ├── signal │ │ │ ├── ChannelInfo.java │ │ │ ├── DataTransformer.java │ │ │ ├── EEGDataTransformer.java │ │ │ ├── EEGMarker.java │ │ │ ├── EegReader.java │ │ │ └── VhdrReader.java │ │ ├── util │ │ │ ├── BasicAuthHttpClient.java │ │ │ ├── BookingRoomUtils.java │ │ │ ├── BookingRoomXmlUtils.java │ │ │ ├── ControllerUtils.java │ │ │ ├── Paginator.java │ │ │ └── SignalProcessingUtils.java │ │ ├── wrapper │ │ │ ├── ArticleWrapper.java │ │ │ ├── ExperimentWrapper.java │ │ │ ├── PersonWrapper.java │ │ │ ├── ScenarioWrapper.java │ │ │ └── Wrapper.java │ │ ├── xml │ │ │ ├── DataTransformer.java │ │ │ ├── XMLMeasuration.java │ │ │ ├── XMLPerson.java │ │ │ ├── XMLScenario.java │ │ │ └── XMLTransformer.java │ │ └── zip │ │ │ ├── Generator.java │ │ │ └── ZipGenerator.java │ │ ├── view │ │ ├── DownloadMetadataZipView.java │ │ ├── MeasurationDataView.java │ │ ├── ScenarioXMLDownloadView.java │ │ └── controller │ │ │ └── LoggedUserController.java │ │ ├── webservices │ │ ├── EDPClient │ │ │ ├── DataFile.java │ │ │ ├── MethodParameters.java │ │ │ ├── ProcessService.java │ │ │ ├── ProcessServiceImplService.java │ │ │ └── SupportedFormat.java │ │ ├── client │ │ │ ├── ClientService.java │ │ │ ├── ClientServiceException.java │ │ │ ├── ClientServiceImpl.java │ │ │ └── wrappers │ │ │ │ ├── DataFileInfo.java │ │ │ │ ├── EducationLevelInfo.java │ │ │ │ ├── ExperimentInfo.java │ │ │ │ ├── ExperimentOptParamDefInfo.java │ │ │ │ ├── ExperimentOptParamValInfo.java │ │ │ │ ├── FileMetadataParamDefInfo.java │ │ │ │ ├── FileMetadataParamValInfo.java │ │ │ │ ├── HardwareInfo.java │ │ │ │ ├── PersonInfo.java │ │ │ │ ├── PersonOptParamDefInfo.java │ │ │ │ ├── PersonOptParamValInfo.java │ │ │ │ ├── ResearchGroupInfo.java │ │ │ │ ├── ResearchGroupMembershipInfo.java │ │ │ │ ├── ScenarioInfo.java │ │ │ │ └── WeatherInfo.java │ │ ├── datadownload │ │ │ ├── Rights.java │ │ │ ├── UserDataImpl.java │ │ │ ├── UserDataService.java │ │ │ ├── UserDataServiceException.java │ │ │ └── wrappers │ │ │ │ ├── ArtifactInfo.java │ │ │ │ ├── ArtifactRemoveMethodInfo.java │ │ │ │ ├── DataFileInfo.java │ │ │ │ ├── DigitizationInfo.java │ │ │ │ ├── DiseaseInfo.java │ │ │ │ ├── ExperimentInfo.java │ │ │ │ ├── ExperimentMetadata.java │ │ │ │ ├── HardwareInfo.java │ │ │ │ ├── PersonInfo.java │ │ │ │ ├── PharmaceuticalInfo.java │ │ │ │ ├── ProjectTypeInfo.java │ │ │ │ ├── ResearchGroupInfo.java │ │ │ │ ├── ScenarioInfo.java │ │ │ │ ├── SoftwareInfo.java │ │ │ │ ├── SubjectGroupInfo.java │ │ │ │ └── WeatherInfo.java │ │ ├── rest │ │ │ ├── common │ │ │ │ ├── exception │ │ │ │ │ ├── RestNotFoundException.java │ │ │ │ │ └── RestServiceException.java │ │ │ │ ├── utils │ │ │ │ │ ├── AdapterCDATA.java │ │ │ │ │ ├── BlobSerializer.java │ │ │ │ │ ├── CdataCharacterEscapeHandler.java │ │ │ │ │ ├── CorsFilter.java │ │ │ │ │ ├── DateAdapter.java │ │ │ │ │ └── RestAuthenticationEntryPoint.java │ │ │ │ └── wrappers │ │ │ │ │ └── RecordCountData.java │ │ │ ├── datafile │ │ │ │ ├── DataFileService.java │ │ │ │ ├── DataFileServiceController.java │ │ │ │ └── DataFileServiceImpl.java │ │ │ ├── experiment │ │ │ │ ├── ExperimentService.java │ │ │ │ ├── ExperimentServiceController.java │ │ │ │ ├── ExperimentServiceImpl.java │ │ │ │ └── wrappers │ │ │ │ │ ├── AddMobioMetadataResult.java │ │ │ │ │ ├── ArtifactData.java │ │ │ │ │ ├── ArtifactDataList.java │ │ │ │ │ ├── DigitizationData.java │ │ │ │ │ ├── DigitizationDataList.java │ │ │ │ │ ├── DiseaseData.java │ │ │ │ │ ├── DiseaseDataList.java │ │ │ │ │ ├── ElectrodeConfData.java │ │ │ │ │ ├── ElectrodeFixData.java │ │ │ │ │ ├── ElectrodeFixDataList.java │ │ │ │ │ ├── ElectrodeLocationData.java │ │ │ │ │ ├── ElectrodeLocationDataList.java │ │ │ │ │ ├── ElectrodeSystemData.java │ │ │ │ │ ├── ElectrodeSystemDataList.java │ │ │ │ │ ├── ElectrodeTypeData.java │ │ │ │ │ ├── ElectrodeTypeDataList.java │ │ │ │ │ ├── ExperimentData.java │ │ │ │ │ ├── ExperimentDataList.java │ │ │ │ │ ├── HardwareData.java │ │ │ │ │ ├── HardwareDataList.java │ │ │ │ │ ├── OwnerData.java │ │ │ │ │ ├── PharmaceuticalData.java │ │ │ │ │ ├── PharmaceuticalDataList.java │ │ │ │ │ ├── ScenarioSimpleData.java │ │ │ │ │ ├── SoftwareData.java │ │ │ │ │ ├── SoftwareDataList.java │ │ │ │ │ ├── SubjectData.java │ │ │ │ │ ├── WeatherData.java │ │ │ │ │ └── WeatherDataList.java │ │ │ ├── forms │ │ │ │ ├── FormService.java │ │ │ │ ├── FormServiceController.java │ │ │ │ ├── FormServiceException.java │ │ │ │ ├── FormServiceImpl.java │ │ │ │ └── wrappers │ │ │ │ │ ├── AvailableFormsDataList.java │ │ │ │ │ ├── AvailableLayoutsData.java │ │ │ │ │ ├── AvailableLayoutsDataList.java │ │ │ │ │ ├── RecordData.java │ │ │ │ │ └── RecordIdsDataList.java │ │ │ ├── groups │ │ │ │ ├── ResearchGroupService.java │ │ │ │ ├── ResearchGroupServiceController.java │ │ │ │ ├── ResearchGroupServiceImpl.java │ │ │ │ └── wrappers │ │ │ │ │ ├── ResearchGroupData.java │ │ │ │ │ └── ResearchGroupDataList.java │ │ │ ├── metadata │ │ │ │ ├── MetadataService.java │ │ │ │ ├── MetadataServiceController.java │ │ │ │ ├── MetadataServiceImpl.java │ │ │ │ └── wrappers │ │ │ │ │ ├── ExperimentData.java │ │ │ │ │ ├── ExperimentDataList.java │ │ │ │ │ ├── Metadata.java │ │ │ │ │ ├── MetadataList.java │ │ │ │ │ └── OdmlWrapper.java │ │ │ ├── reservation │ │ │ │ ├── ReservationService.java │ │ │ │ ├── ReservationServiceController.java │ │ │ │ ├── ReservationServiceImpl.java │ │ │ │ └── wrappers │ │ │ │ │ ├── ReservationData.java │ │ │ │ │ └── ReservationDataList.java │ │ │ ├── scenario │ │ │ │ ├── ScenarioService.java │ │ │ │ ├── ScenarioServiceController.java │ │ │ │ ├── ScenarioServiceImpl.java │ │ │ │ └── wrappers │ │ │ │ │ ├── ScenarioData.java │ │ │ │ │ └── ScenarioDataList.java │ │ │ └── user │ │ │ │ ├── UserService.java │ │ │ │ ├── UserServiceController.java │ │ │ │ ├── UserServiceImpl.java │ │ │ │ └── wrappers │ │ │ │ ├── PersonData.java │ │ │ │ ├── PersonDataList.java │ │ │ │ └── UserInfo.java │ │ └── semantic │ │ │ ├── SemanticService.java │ │ │ └── SemanticServiceImpl.java │ │ └── wui │ │ ├── app │ │ ├── EEGDataBaseApplication.java │ │ ├── Elastic.java │ │ ├── menu │ │ │ └── EEGDatabaseMainMenu.java │ │ └── session │ │ │ └── EEGDataBaseSession.java │ │ ├── components │ │ ├── feedback │ │ │ └── BaseFeedbackMessagePanel.java │ │ ├── form │ │ │ ├── AjaxWizardButton.java │ │ │ ├── AjaxWizardButtonBar.java │ │ │ ├── MyFormComponentLabel.java │ │ │ ├── PersonForm.java │ │ │ ├── PersonFormPanel.html │ │ │ ├── PersonFormPanel.java │ │ │ └── input │ │ │ │ ├── AjaxConfirmLink.java │ │ │ │ ├── AjaxDropDownChoice.java │ │ │ │ ├── DateTimeFieldPicker.java │ │ │ │ ├── FileDownloadStreamWriter.java │ │ │ │ └── UniqueEntityValidator.java │ │ ├── menu │ │ │ ├── MenuDefinition.java │ │ │ ├── button │ │ │ │ ├── ButtonPageMenu.html │ │ │ │ ├── ButtonPageMenu.java │ │ │ │ └── IButtonPageMenu.java │ │ │ └── ddm │ │ │ │ ├── MainMenu.java │ │ │ │ └── MenuItem.java │ │ ├── model │ │ │ ├── DefaultValuePropertyModel.java │ │ │ ├── LoadableListModel.java │ │ │ ├── MoneyFormatConverter.java │ │ │ └── TimestampModel.java │ │ ├── page │ │ │ ├── AccessDeniedPage.html │ │ │ ├── AccessDeniedPage.java │ │ │ ├── BasePage.html │ │ │ ├── BasePage.java │ │ │ ├── InternalErrorPage.html │ │ │ ├── InternalErrorPage.java │ │ │ ├── MenuPage.html │ │ │ ├── MenuPage.java │ │ │ ├── UnderConstructPage.html │ │ │ └── UnderConstructPage.java │ │ ├── repeater │ │ │ ├── BasicDataProvider.java │ │ │ └── CustomAjaxPagingNavigator.java │ │ ├── table │ │ │ ├── CheckBoxColumn$CheckPanel.html │ │ │ ├── CheckBoxColumn.java │ │ │ ├── DeleteLinkPanel.html │ │ │ ├── DeleteLinkPanel.java │ │ │ ├── ScenarioDownloadLink.html │ │ │ ├── ScenarioDownloadLink.java │ │ │ ├── SimpleDownloadLink.java │ │ │ ├── StyleClassPropertyColumn.java │ │ │ ├── TimeStampPanel.html │ │ │ ├── TimeStampPanel.java │ │ │ ├── TimestampConverter.java │ │ │ ├── TimestampLabel.java │ │ │ ├── TimestampPropertyColumn.java │ │ │ ├── ViewLinkPanel.html │ │ │ └── ViewLinkPanel.java │ │ └── utils │ │ │ ├── ChartUtils.java │ │ │ ├── DateUtils.java │ │ │ ├── FileUtils.java │ │ │ ├── PageParametersUtils.java │ │ │ ├── ResourceUtils.java │ │ │ ├── StringUtils.java │ │ │ └── WicketUtils.java │ │ ├── core │ │ ├── CoreConstants.java │ │ ├── Gender.java │ │ ├── GenericFacade.java │ │ ├── GenericFacadeImpl.java │ │ ├── GenericService.java │ │ ├── GenericServiceImpl.java │ │ ├── GroupRole.java │ │ ├── Laterality.java │ │ ├── MembershipPlanType.java │ │ ├── UserRole.java │ │ ├── article │ │ │ ├── ArticleFacade.java │ │ │ ├── ArticleFacadeImpl.java │ │ │ ├── ArticleService.java │ │ │ └── ArticleServiceImpl.java │ │ ├── common │ │ │ ├── ArtifactFacade.java │ │ │ ├── ArtifactFacadeImpl.java │ │ │ ├── ArtifactService.java │ │ │ ├── ArtifactServiceImpl.java │ │ │ ├── DigitizationFacade.java │ │ │ ├── DigitizationFacadeImpl.java │ │ │ ├── DigitizationService.java │ │ │ ├── DigitizationServiceImpl.java │ │ │ ├── DiseaseFacade.java │ │ │ ├── DiseaseFacadeImpl.java │ │ │ ├── DiseaseService.java │ │ │ ├── DiseaseServiceImpl.java │ │ │ ├── ElectrodeConfService.java │ │ │ ├── ElectrodeConfServiceImpl.java │ │ │ ├── HardwareFacade.java │ │ │ ├── HardwareFacadeImpl.java │ │ │ ├── HardwareService.java │ │ │ ├── HardwareServiceImpl.java │ │ │ ├── KeywordsFacade.java │ │ │ ├── KeywordsFacadeImpl.java │ │ │ ├── KeywordsService.java │ │ │ ├── KeywordsServiceImpl.java │ │ │ ├── PharmaceuticalFacade.java │ │ │ ├── PharmaceuticalFacadeImpl.java │ │ │ ├── PharmaceuticalService.java │ │ │ ├── PharmaceuticalServiceImpl.java │ │ │ ├── ProjectTypeFacade.java │ │ │ ├── ProjectTypeFacadeImpl.java │ │ │ ├── ProjectTypeService.java │ │ │ ├── ProjectTypeServiceImpl.java │ │ │ ├── SoftwareFacade.java │ │ │ ├── SoftwareFacadeImpl.java │ │ │ ├── SoftwareService.java │ │ │ ├── SoftwareServiceImpl.java │ │ │ ├── StimulusFacade.java │ │ │ ├── StimulusFacadeImpl.java │ │ │ ├── StimulusService.java │ │ │ ├── StimulusServiceImpl.java │ │ │ ├── WeatherFacade.java │ │ │ ├── WeatherFacadeImpl.java │ │ │ ├── WeatherService.java │ │ │ └── WeatherServiceImpl.java │ │ ├── dto │ │ │ ├── FullPersonDTO.java │ │ │ └── IdentifiDTO.java │ │ ├── educationlevel │ │ │ ├── EducationLevelDTO.java │ │ │ ├── EducationLevelFacade.java │ │ │ ├── EducationLevelFacadeImpl.java │ │ │ ├── EducationLevelService.java │ │ │ └── EducationLevelServiceImpl.java │ │ ├── experimentLicense │ │ │ ├── ExperimentLicenseFacade.java │ │ │ ├── ExperimentLicenseFacadeImpl.java │ │ │ ├── ExperimentLicenseService.java │ │ │ └── ExperimentLicenseServiceImpl.java │ │ ├── experimentpackage │ │ │ ├── ExperimentPackageConnectionService.java │ │ │ ├── ExperimentPackageFacade.java │ │ │ ├── ExperimentPackageLicenseFacade.java │ │ │ ├── ExperimentPackageLicenseService.java │ │ │ ├── ExperimentPackageService.java │ │ │ └── impl │ │ │ │ ├── ExperimentPackageConnectionServiceImpl.java │ │ │ │ ├── ExperimentPackageFacadeImpl.java │ │ │ │ ├── ExperimentPackageLicenseFacadeImpl.java │ │ │ │ ├── ExperimentPackageLicenseServiceImpl.java │ │ │ │ └── ExperimentPackageServiceImpl.java │ │ ├── experiments │ │ │ ├── DownloadPackageManager.java │ │ │ ├── ExperimentDownloadProvider.java │ │ │ ├── ExperimentsFacade.java │ │ │ ├── ExperimentsFacadeImpl.java │ │ │ ├── ExperimentsService.java │ │ │ ├── ExperimentsServiceImpl.java │ │ │ ├── metadata │ │ │ │ ├── CustomEntityMapper.java │ │ │ │ ├── ExperimentToODMLMapper.java │ │ │ │ ├── ODMLSectionDeserializer.java │ │ │ │ ├── ODMLSectionSerializer.java │ │ │ │ ├── TemplateFacade.java │ │ │ │ ├── TemplateFacadeImpl.java │ │ │ │ ├── TemplateService.java │ │ │ │ └── TemplateServiceImpl.java │ │ │ └── param │ │ │ │ ├── ExperimentsOptParamFacade.java │ │ │ │ ├── ExperimentsOptParamFacadeImpl.java │ │ │ │ ├── ExperimentsOptParamService.java │ │ │ │ └── ExperimentsOptParamServiceImpl.java │ │ ├── file │ │ │ ├── FileDTO.java │ │ │ ├── FileFacade.java │ │ │ ├── FileFacadeImpl.java │ │ │ ├── FileService.java │ │ │ ├── FileServiceImpl.java │ │ │ └── metadata │ │ │ │ ├── FileMetadataParamFacade.java │ │ │ │ ├── FileMetadataParamFacadeImpl.java │ │ │ │ ├── FileMetadataParamService.java │ │ │ │ └── FileMetadataParamServiceImpl.java │ │ ├── group │ │ │ ├── ResearchGroupAccountInfo.java │ │ │ ├── ResearchGroupDTO.java │ │ │ ├── ResearchGroupFacade.java │ │ │ ├── ResearchGroupFacadeImpl.java │ │ │ ├── ResearchGroupMapper.java │ │ │ ├── ResearchGroupService.java │ │ │ └── ResearchGroupServiceImpl.java │ │ ├── history │ │ │ ├── HistoryFacade.java │ │ │ ├── HistoryFacadeImpl.java │ │ │ ├── HistoryService.java │ │ │ └── HistoryServiceImpl.java │ │ ├── license │ │ │ ├── LicenseFacade.java │ │ │ ├── LicenseService.java │ │ │ ├── PersonalLicenseService.java │ │ │ └── impl │ │ │ │ ├── InvalidLicenseForPackageException.java │ │ │ │ ├── LicenseFacadeImpl.java │ │ │ │ ├── LicenseServiceImpl.java │ │ │ │ └── PersonalLicenseServiceImpl.java │ │ ├── membershipplan │ │ │ ├── MembershipPlanFacade.java │ │ │ ├── MembershipPlanFacadeImpl.java │ │ │ ├── MembershipPlanService.java │ │ │ ├── MembershipPlanServiceImpl.java │ │ │ ├── PersonMembershipPlanFacade.java │ │ │ ├── PersonMembershipPlanFacadeImpl.java │ │ │ ├── PersonMembershipPlanService.java │ │ │ ├── PersonMembershipPlanServiceImpl.java │ │ │ ├── ResearchGroupMembershipPlanFacade.java │ │ │ ├── ResearchGroupMembershipPlanFacadeImpl.java │ │ │ ├── ResearchGroupMembershipPlanService.java │ │ │ └── ResearchGroupMembershipPlanServiceImpl.java │ │ ├── order │ │ │ ├── OrderFacade.java │ │ │ ├── OrderFacadeImpl.java │ │ │ ├── OrderService.java │ │ │ └── OrderServiceImpl.java │ │ ├── person │ │ │ ├── PersonFacade.java │ │ │ ├── PersonFacadeImpl.java │ │ │ ├── PersonMapper.java │ │ │ ├── PersonService.java │ │ │ ├── PersonServiceImpl.java │ │ │ └── param │ │ │ │ ├── PersonOptParamFacade.java │ │ │ │ ├── PersonOptParamFacadeImpl.java │ │ │ │ ├── PersonOptParamService.java │ │ │ │ └── PersonOptParamServiceImpl.java │ │ ├── promocode │ │ │ ├── PromoCodeFacade.java │ │ │ ├── PromoCodeFacadeImpl.java │ │ │ ├── PromoCodeService.java │ │ │ └── PromoCodeServiceImpl.java │ │ ├── scenarios │ │ │ ├── ScenarioXMLProvider.java │ │ │ ├── ScenariosFacade.java │ │ │ ├── ScenariosFacadeImpl.java │ │ │ ├── ScenariosService.java │ │ │ └── ScenariosServiceImpl.java │ │ ├── security │ │ │ ├── LoginUserDTO.java │ │ │ ├── SecurityFacade.java │ │ │ ├── SecurityFacadeImpl.java │ │ │ ├── SecurityService.java │ │ │ └── SecurityServiceImpl.java │ │ └── signalProcessing │ │ │ ├── SignalProcessingService.java │ │ │ └── SignalProcessingServiceImpl.java │ │ └── ui │ │ ├── account │ │ ├── AccountOverViewPage.html │ │ ├── AccountOverViewPage.java │ │ ├── BuyMembershipPlanPersonPage.html │ │ ├── BuyMembershipPlanPersonPage.java │ │ ├── ChangePasswordPage.html │ │ ├── ChangePasswordPage.java │ │ ├── ListOfMembershipPlansPersonPage.html │ │ ├── ListOfMembershipPlansPersonPage.java │ │ ├── MyAccountPageLeftMenu.java │ │ ├── SocialNetworksPage.html │ │ ├── SocialNetworksPage.java │ │ ├── components │ │ │ ├── AddPersonalMembershipPlanToCartLink.html │ │ │ └── AddPersonalMembershipPlanToCartLink.java │ │ └── obj │ │ │ └── ChangePasswordObj.java │ │ ├── administration │ │ ├── AdminManageLicensesPage.html │ │ ├── AdminManageLicensesPage.java │ │ ├── AdminManageMembershipPlansPage.html │ │ ├── AdminManageMembershipPlansPage.java │ │ ├── AdminManagePersonPage.html │ │ ├── AdminManagePersonPage.java │ │ ├── AdminManageUserRolePage.html │ │ ├── AdminManageUserRolePage.java │ │ ├── AdministrationPageLeftMenu.java │ │ ├── ChangeUserRolePage.html │ │ ├── ChangeUserRolePage.java │ │ ├── ManageResearchGroupPage.html │ │ ├── ManageResearchGroupPage.java │ │ ├── ODMLMigrationPage.html │ │ ├── ODMLMigrationPage.java │ │ ├── components │ │ │ ├── ResearchGroupManagementForm.html │ │ │ └── ResearchGroupManagementForm.java │ │ └── forms │ │ │ ├── LicenseManageFormPage.html │ │ │ ├── LicenseManageFormPage.java │ │ │ ├── MembershipPlanManageFormPage.html │ │ │ ├── MembershipPlanManageFormPage.java │ │ │ ├── PromoCodeManageFormPage.html │ │ │ └── PromoCodeManageFormPage.java │ │ ├── articles │ │ ├── ArticleCommentFormPage.html │ │ ├── ArticleCommentFormPage.java │ │ ├── ArticleFormPage.html │ │ ├── ArticleFormPage.java │ │ ├── ArticlesPage.html │ │ ├── ArticlesPage.java │ │ ├── ArticlesPageLeftMenu.java │ │ ├── ArticlesSettingsPage.html │ │ ├── ArticlesSettingsPage.java │ │ ├── ViewArticlePage.html │ │ ├── ViewArticlePage.java │ │ └── components │ │ │ ├── ArticleCommentFormPanel.html │ │ │ ├── ArticleCommentFormPanel.java │ │ │ ├── ArticleCommentPanel.html │ │ │ ├── ArticleCommentPanel.java │ │ │ ├── ArticleListItemPanel.html │ │ │ ├── ArticleListItemPanel.java │ │ │ ├── SubscribeGroupLink.java │ │ │ └── SubscribeLink.java │ │ ├── data │ │ ├── AddDataFilePage.html │ │ ├── AddDataFilePage.java │ │ ├── DataFileDetailPage.html │ │ └── DataFileDetailPage.java │ │ ├── experiments │ │ ├── ExperimentFormPage.html │ │ ├── ExperimentFormPage.java │ │ ├── ExperimentOptParamValueFormPage.html │ │ ├── ExperimentOptParamValueFormPage.java │ │ ├── ExperimentsDetailPage.html │ │ ├── ExperimentsDetailPage.java │ │ ├── ExperimentsDownloadPage.html │ │ ├── ExperimentsDownloadPage.java │ │ ├── ExperimentsPackageDownloadPage.html │ │ ├── ExperimentsPackageDownloadPage.java │ │ ├── ExperimentsPageLeftMenu.java │ │ ├── ListExperimentsByPackagePage.html │ │ ├── ListExperimentsByPackagePage.java │ │ ├── ListExperimentsDataProvider.java │ │ ├── ListExperimentsPage.html │ │ ├── ListExperimentsPage.java │ │ ├── ManageExperimentPackagesPage.html │ │ ├── ManageExperimentPackagesPage.java │ │ ├── canvas │ │ │ ├── ExperimentSignalViewCanvasPanel.java │ │ │ └── view.tpl │ │ ├── components │ │ │ ├── ExperimentBuyDownloadLinkPanel.html │ │ │ ├── ExperimentBuyDownloadLinkPanel.java │ │ │ ├── ExperimentListForm.html │ │ │ ├── ExperimentListForm.java │ │ │ ├── ExperimentPackageBuyDownloadLinkPanel.html │ │ │ ├── ExperimentPackageBuyDownloadLinkPanel.java │ │ │ ├── ExperimentPackageDetailPanel.html │ │ │ ├── ExperimentPackageDetailPanel.java │ │ │ ├── ExperimentPackageListPanel.html │ │ │ ├── ExperimentPackageListPanel.java │ │ │ ├── ExperimentPackageManagePanel.html │ │ │ ├── ExperimentPackageManagePanel.java │ │ │ ├── ExperimentPackagePanel.html │ │ │ └── ExperimentPackagePanel.java │ │ ├── converters │ │ │ ├── DiseaseConverter.java │ │ │ ├── HardwareConverter.java │ │ │ ├── IAutoCompletable.java │ │ │ ├── PersonConverter.java │ │ │ ├── PharmaceuticalConverter.java │ │ │ ├── ProjectTypeConverter.java │ │ │ ├── ResearchGroupConverter.java │ │ │ ├── ScenarioConverter.java │ │ │ ├── SoftwareConverter.java │ │ │ ├── StimulusConverter.java │ │ │ └── WeatherConverter.java │ │ ├── forms │ │ │ ├── DiseaseForm.java │ │ │ ├── GroupForm.java │ │ │ ├── HardwareForm.java │ │ │ ├── PersonForm.java │ │ │ ├── ProjectTypeForm.java │ │ │ ├── ScenarioForm.java │ │ │ ├── SoftwareForm.java │ │ │ ├── WeatherForm.java │ │ │ └── wizard │ │ │ │ ├── AddExperimentResultsForm.html │ │ │ │ ├── AddExperimentResultsForm.java │ │ │ │ ├── AddExperimentScenarioForm.html │ │ │ │ └── AddExperimentScenarioForm.java │ │ ├── metadata │ │ │ ├── FormPropertyPanel.html │ │ │ ├── FormPropertyPanel.java │ │ │ ├── FormSectionPanel.html │ │ │ ├── FormSectionPanel.java │ │ │ ├── MetadataForm.html │ │ │ ├── MetadataForm.java │ │ │ ├── MetadataFormPage.html │ │ │ ├── MetadataFormPage.java │ │ │ ├── MetadataWizardStep.html │ │ │ ├── MetadataWizardStep.java │ │ │ ├── ViewMetadataPropertyPanel.html │ │ │ ├── ViewMetadataPropertyPanel.java │ │ │ ├── ViewMetadataSectionPanel.html │ │ │ ├── ViewMetadataSectionPanel.java │ │ │ └── template │ │ │ │ ├── ListTemplatePage.html │ │ │ │ ├── ListTemplatePage.java │ │ │ │ ├── ListTemplateProvider.java │ │ │ │ ├── PropertyMultiValuePanel.html │ │ │ │ ├── PropertyMultiValuePanel.java │ │ │ │ ├── PropertyValueDropDownChoiceModel.java │ │ │ │ ├── PropertyValueModel.java │ │ │ │ ├── RemoveTemplateLinkPanel.html │ │ │ │ ├── RemoveTemplateLinkPanel.java │ │ │ │ ├── TemplateForm.html │ │ │ │ ├── TemplateForm.java │ │ │ │ ├── TemplateFormPage.html │ │ │ │ ├── TemplateFormPage.java │ │ │ │ ├── TemplatePropertyPanel.html │ │ │ │ ├── TemplatePropertyPanel.java │ │ │ │ ├── TemplateSectionPanel.html │ │ │ │ ├── TemplateSectionPanel.java │ │ │ │ ├── TemplateSharePage.html │ │ │ │ ├── TemplateSharePage.java │ │ │ │ ├── TemplateTreeViewModel.java │ │ │ │ ├── ViewFormPropertyPanel.html │ │ │ │ ├── ViewFormPropertyPanel.java │ │ │ │ ├── ViewFormSectionPanel.html │ │ │ │ └── ViewFormSectionPanel.java │ │ └── modals │ │ │ ├── AddDiseasePage.html │ │ │ ├── AddDiseasePage.java │ │ │ ├── AddGroupPage.html │ │ │ ├── AddGroupPage.java │ │ │ ├── AddHardwarePage.html │ │ │ ├── AddHardwarePage.java │ │ │ ├── AddLicensePage.html │ │ │ ├── AddLicensePage.java │ │ │ ├── AddPersonPage.html │ │ │ ├── AddPersonPage.java │ │ │ ├── AddPharmaceuticalsPage.html │ │ │ ├── AddPharmaceuticalsPage.java │ │ │ ├── AddProjectPage.html │ │ │ ├── AddProjectPage.java │ │ │ ├── AddScenarioPage.html │ │ │ ├── AddScenarioPage.java │ │ │ ├── AddSoftwarePage.html │ │ │ ├── AddSoftwarePage.java │ │ │ ├── AddStimulusPage.html │ │ │ ├── AddStimulusPage.java │ │ │ ├── AddWeatherPage.html │ │ │ └── AddWeatherPage.java │ │ ├── groups │ │ ├── BuyMembershipPlanGroupPage.html │ │ ├── BuyMembershipPlanGroupPage.java │ │ ├── GroupPageLeftMenu.java │ │ ├── ListOfMembersGroupPage.html │ │ ├── ListOfMembersGroupPage.java │ │ ├── ListOfMembershipPlansGroupPage.html │ │ ├── ListOfMembershipPlansGroupPage.java │ │ ├── ListResearchGroupsDataProvider.java │ │ ├── ListResearchGroupsPage.html │ │ ├── ListResearchGroupsPage.java │ │ ├── MyGroupsPage.html │ │ ├── MyGroupsPage.java │ │ ├── ResearchGroupsDetailPage.html │ │ ├── ResearchGroupsDetailPage.java │ │ ├── components │ │ │ ├── AddGroupMembershipPlanToCartLink.html │ │ │ └── AddGroupMembershipPlanToCartLink.java │ │ ├── form │ │ │ ├── AddMemberToGroupPage.html │ │ │ ├── AddMemberToGroupPage.java │ │ │ ├── ResearchGroupFormPage.html │ │ │ ├── ResearchGroupFormPage.java │ │ │ ├── TransferOwnershipPage.html │ │ │ └── TransferOwnershipPage.java │ │ └── role │ │ │ ├── GroupRoleAcceptPage.html │ │ │ ├── GroupRoleAcceptPage.java │ │ │ ├── GroupRoleRequestPage.html │ │ │ └── GroupRoleRequestPage.java │ │ ├── history │ │ ├── HistoryAllTimeRangeRecordsDataProvider.java │ │ ├── HistoryLastDownloadedDataProvider.java │ │ ├── HistoryLeftPageMenu.java │ │ ├── HistoryPage.html │ │ ├── HistoryPage.java │ │ └── HistoryTopDownloadsDataProvider.java │ │ ├── home │ │ ├── HomeLoginForm.java │ │ ├── HomePage.html │ │ └── HomePage.java │ │ ├── licenses │ │ ├── GrantedLicensesPage.html │ │ ├── GrantedLicensesPage.java │ │ ├── LicenseDetailPage.html │ │ ├── LicenseDetailPage.java │ │ ├── LicenseRequestPage.html │ │ ├── LicenseRequestPage.java │ │ ├── ListLicensesDataProvider.java │ │ ├── ManageLicenseRequestsPage.html │ │ ├── ManageLicenseRequestsPage.java │ │ ├── RevokedRequestPage.html │ │ ├── RevokedRequestPage.java │ │ └── components │ │ │ ├── ConfirmLicensePanel.html │ │ │ ├── ConfirmLicensePanel.java │ │ │ ├── DownloadRequestAttachmentPanel.html │ │ │ ├── DownloadRequestAttachmentPanel.java │ │ │ ├── LicenseDownloadLinkPanel.html │ │ │ ├── LicenseDownloadLinkPanel.java │ │ │ ├── LicenseEditForm.html │ │ │ ├── LicenseEditForm.java │ │ │ ├── LicensePriceForm.html │ │ │ ├── LicensePriceForm.java │ │ │ ├── LicenseRequestForm.html │ │ │ ├── LicenseRequestForm.java │ │ │ ├── LicenseRequestListPanel.java │ │ │ ├── PersonalLicenseListPanel.html │ │ │ ├── PersonalLicenseListPanel.java │ │ │ ├── PersonalLicenseRejectPanel.html │ │ │ ├── PersonalLicenseRejectPanel.java │ │ │ ├── PublicPrivateLicensePanel.html │ │ │ ├── PublicPrivateLicensePanel.java │ │ │ ├── RejectLicensePanel.html │ │ │ ├── RejectLicensePanel.java │ │ │ ├── ViewLicensePanel.html │ │ │ └── ViewLicensePanel.java │ │ ├── lists │ │ ├── ListArtifactDefinitionsPage.html │ │ ├── ListArtifactDefinitionsPage.java │ │ ├── ListExperimentOptParamPage.html │ │ ├── ListExperimentOptParamPage.java │ │ ├── ListFileMetadataPage.html │ │ ├── ListFileMetadataPage.java │ │ ├── ListHardwareDefinitionsPage.html │ │ ├── ListHardwareDefinitionsPage.java │ │ ├── ListListsPage.html │ │ ├── ListListsPage.java │ │ ├── ListPersonOptParamPage.html │ │ ├── ListPersonOptParamPage.java │ │ ├── ListSoftwareDefinitionsPage.html │ │ ├── ListSoftwareDefinitionsPage.java │ │ ├── ListWeatherDefinitiosPage.html │ │ ├── ListWeatherDefinitiosPage.java │ │ ├── ListsLeftPageMenu.java │ │ ├── components │ │ │ ├── AutocompleteResearchGroupSelecForm.java │ │ │ ├── ListModelWithResearchGroupCriteria.java │ │ │ └── ResearchGroupSelectForm.java │ │ └── form │ │ │ ├── ArtifactFormPage.html │ │ │ ├── ArtifactFormPage.java │ │ │ ├── ExperimentOptParamFormPage.html │ │ │ ├── ExperimentOptParamFormPage.java │ │ │ ├── FileMetadataFormPage.html │ │ │ ├── FileMetadataFormPage.java │ │ │ ├── HardwareFormPage.html │ │ │ ├── HardwareFormPage.java │ │ │ ├── PersonOptParamFormPage.html │ │ │ ├── PersonOptParamFormPage.java │ │ │ ├── SoftwareFormPage.html │ │ │ ├── SoftwareFormPage.java │ │ │ ├── WeatherFormPage.html │ │ │ └── WeatherFormPage.java │ │ ├── memberships │ │ ├── ListMembershipsDataProvider.java │ │ ├── MembershipPlansDetailPage.html │ │ └── MembershipPlansDetailPage.java │ │ ├── order │ │ ├── ListOrderPage.html │ │ ├── ListOrderPage.java │ │ ├── OrderDataProvider.java │ │ ├── OrderDetailPage.html │ │ ├── OrderDetailPage.java │ │ ├── OrderItemPanel.html │ │ ├── OrderItemPanel.java │ │ └── components │ │ │ ├── PromoCodePopupForm.html │ │ │ ├── PromoCodePopupForm.java │ │ │ └── StringWrapper.java │ │ ├── people │ │ ├── ListPersonDataProvider.java │ │ ├── ListPersonPage.html │ │ ├── ListPersonPage.java │ │ ├── PersonDetailPage.html │ │ ├── PersonDetailPage.java │ │ ├── PersonPageLeftMenu.java │ │ └── form │ │ │ ├── PersonAddParamFormPage.html │ │ │ ├── PersonAddParamFormPage.java │ │ │ ├── PersonFormPage.html │ │ │ └── PersonFormPage.java │ │ ├── pricing │ │ ├── PriceChangePanel.html │ │ ├── PriceChangePanel.java │ │ ├── PriceListPage.html │ │ └── PriceListPage.java │ │ ├── promoCodes │ │ ├── ListPromoCodesDataProvider.java │ │ ├── PromoCodeDetailPage.html │ │ └── PromoCodeDetailPage.java │ │ ├── scenarios │ │ ├── ListScenariosDataProvider.java │ │ ├── ListScenariosPage.html │ │ ├── ListScenariosPage.java │ │ ├── MyScenarioDataProvider.java │ │ ├── ScenarioDetailPage.html │ │ ├── ScenarioDetailPage.java │ │ ├── ScenariosPageLeftMenu.java │ │ └── form │ │ │ ├── ScenarioForm.java │ │ │ ├── ScenarioFormPage.html │ │ │ ├── ScenarioFormPage.java │ │ │ ├── ScenarioSchemaFormPage.html │ │ │ └── ScenarioSchemaFormPage.java │ │ ├── search │ │ ├── FacetCategory.java │ │ ├── MenuSearchPanel.html │ │ ├── MenuSearchPanel.java │ │ ├── PageSearchPanel.html │ │ ├── PageSearchPanel.java │ │ ├── SearchFacets.html │ │ ├── SearchFacets.java │ │ ├── SearchPage.html │ │ ├── SearchPage.java │ │ ├── SearchPanel.java │ │ ├── SearchResultDataProvider.java │ │ ├── SearchResultPanel.html │ │ └── SearchResultPanel.java │ │ ├── security │ │ ├── ConfirmPage.html │ │ ├── ConfirmPage.java │ │ ├── ForgottenPasswordPage.html │ │ ├── ForgottenPasswordPage.java │ │ ├── RegistrationForm.java │ │ ├── RegistrationPage.html │ │ ├── RegistrationPage.java │ │ └── components │ │ │ └── PersonFormObject.java │ │ ├── semantic │ │ ├── GetOntology.java │ │ ├── GetOntologyOwlApi.java │ │ ├── GetOntologySchema.java │ │ └── SemanticUtil.java │ │ ├── shoppingCart │ │ ├── CartDataProvider.java │ │ ├── PayPalConfirmPaymentPage.html │ │ ├── PayPalConfirmPaymentPage.java │ │ ├── PaymentErrorPage.html │ │ ├── PaymentErrorPage.java │ │ ├── RemoveLinkPanel.html │ │ ├── RemoveLinkPanel.java │ │ ├── ShoppingCartPage.html │ │ ├── ShoppingCartPage.java │ │ └── ShoppingCartPageLeftMenu.java │ │ ├── signalProcessing │ │ ├── MethodListPage.html │ │ ├── MethodListPage.java │ │ ├── MethodParametersPage.html │ │ ├── MethodParametersPage.java │ │ ├── ResultListPage.html │ │ ├── ResultListPage.java │ │ └── ServiceResultManager.java │ │ └── welcome │ │ ├── WelcomePage.html │ │ └── WelcomePage.java ├── resources │ ├── CreativeCommonsCCBY-NC-SA4.pdf │ ├── countries.txt │ ├── cz │ │ └── zcu │ │ │ └── kiv │ │ │ └── eegdatabase │ │ │ └── wui │ │ │ └── app │ │ │ └── EEGDataBaseApplication.properties │ ├── errors.properties │ ├── errors_cs.properties │ ├── experiment.xsd │ ├── hibernate.reveng.xml │ ├── log4j.dtd │ ├── log4j.xml │ ├── messages.properties │ ├── odML │ │ └── odMLSections │ │ │ ├── amplifier.xml │ │ │ ├── analysis.xml │ │ │ ├── attenuator.xml │ │ │ ├── behavior.xml │ │ │ ├── camera_objective.xml │ │ │ ├── carmen_mini.xml │ │ │ ├── cell.xml │ │ │ ├── daq.xml │ │ │ ├── dataset.xml │ │ │ ├── dc.xml │ │ │ ├── electrode.xml │ │ │ ├── electrophysiology.xml │ │ │ ├── enviroment.xml │ │ │ ├── event.xml │ │ │ ├── event_list.xml │ │ │ ├── experiment.xml │ │ │ ├── eyetracker.xml │ │ │ ├── filter.xml │ │ │ ├── filter_set.xml │ │ │ ├── gabor.xml │ │ │ ├── grating.xml │ │ │ ├── hardware.xml │ │ │ ├── hardware_properties.xml │ │ │ ├── hardware_settings.xml │ │ │ ├── iaq.xml │ │ │ ├── imaging.xml │ │ │ ├── lif.xml │ │ │ ├── light_source.xml │ │ │ ├── microscope.xml │ │ │ ├── microscope_objective.xml │ │ │ ├── modeling.xml │ │ │ ├── movie.xml │ │ │ ├── multi_compartment.xml │ │ │ ├── person.xml │ │ │ ├── pif.xml │ │ │ ├── power_spectrum.xml │ │ │ ├── preparation.xml │ │ │ ├── project.xml │ │ │ ├── protocol.xml │ │ │ ├── psth.xml │ │ │ ├── psychophysics.xml │ │ │ ├── pulse.xml │ │ │ ├── ramp.xml │ │ │ ├── random_dot.xml │ │ │ ├── recording.xml │ │ │ ├── sawtooth.xml │ │ │ ├── scanner.xml │ │ │ ├── setup.xml │ │ │ ├── sine_wave.xml │ │ │ ├── single_compartment.xml │ │ │ ├── software.xml │ │ │ ├── square_wave.xml │ │ │ ├── stimulus.xml │ │ │ ├── stimulusTypes.xml │ │ │ ├── stimulus_isolator.xml │ │ │ ├── subject.xml │ │ │ └── white_noise.xml │ └── ontologyHeader.owl └── webapp │ ├── META-INF │ ├── MANIFEST.MF │ └── context.xml │ ├── WEB-INF │ ├── PayPal.properties │ ├── applicationContext.xml │ ├── dao.xml │ ├── db.properties.sample │ ├── dispatcher-servlet.xml │ ├── facebook.properties │ ├── jetty-web.xml │ ├── jsp │ │ ├── administration │ │ │ ├── changeUserRole.jsp │ │ │ ├── menu.jsp │ │ │ └── roleChanged.jsp │ │ ├── articles │ │ │ ├── addArticleCommentForm.jsp │ │ │ ├── addArticleForm.jsp │ │ │ ├── articleDeleted.jsp │ │ │ ├── articleSettings.jsp │ │ │ ├── detail.jsp │ │ │ ├── list.jsp │ │ │ ├── menu.jsp │ │ │ ├── node.jsp │ │ │ ├── rss.jsp │ │ │ └── unableToEditArticle.jsp │ │ ├── connect │ │ │ ├── facebookConnected.jsp │ │ │ ├── linkedinConnected.jsp │ │ │ └── status.jsp │ │ ├── errors │ │ │ ├── badRequest.jsp │ │ │ ├── databaseError.jsp │ │ │ ├── generalError.jsp │ │ │ └── pdfError.jsp │ │ ├── experiments │ │ │ ├── JSonView.jsp │ │ │ ├── addARM.jsp │ │ │ ├── addArtifact.jsp │ │ │ ├── addDataForm.jsp │ │ │ ├── addDisease.jsp │ │ │ ├── addExperiment1Form.jsp │ │ │ ├── addExperiment2Form.jsp │ │ │ ├── addExperiment3Form.jsp │ │ │ ├── addExperimentForm.jsp │ │ │ ├── addGroup.jsp │ │ │ ├── addHW.jsp │ │ │ ├── addPerson.jsp │ │ │ ├── addPharmaceutical.jsp │ │ │ ├── addProjectType.jsp │ │ │ ├── addSW.jsp │ │ │ ├── addScenario.jsp │ │ │ ├── addStimulus.jsp │ │ │ ├── chooseMetadata.jsp │ │ │ ├── data │ │ │ │ ├── detail.jsp │ │ │ │ └── menu.jsp │ │ │ ├── detail.jsp │ │ │ ├── fulltext.jsp │ │ │ ├── json │ │ │ │ ├── arm.jsp │ │ │ │ ├── disease.jsp │ │ │ │ ├── experimentators.jsp │ │ │ │ ├── group.jsp │ │ │ │ ├── hardware.jsp │ │ │ │ ├── person.jsp │ │ │ │ ├── pharmaceutical.jsp │ │ │ │ ├── project.jsp │ │ │ │ ├── scenario.jsp │ │ │ │ ├── software.jsp │ │ │ │ └── weather.jsp │ │ │ ├── list.jsp │ │ │ ├── menu.jsp │ │ │ ├── optionalParams │ │ │ │ └── addItemForm.jsp │ │ │ ├── scenario.jsp │ │ │ ├── search.jsp │ │ │ ├── searchResults.jsp │ │ │ ├── unableToEditExperiment.jsp │ │ │ └── userNotExperimenter.jsp │ │ ├── groups │ │ │ ├── acceptRoleRequest.jsp │ │ │ ├── addMemberForm.jsp │ │ │ ├── bookingRoom.jsp │ │ │ ├── bookingRoomAjax.jsp │ │ │ ├── bookingRoomView.jsp │ │ │ ├── createGroupForm.jsp │ │ │ ├── detail.jsp │ │ │ ├── editGroupRole.jsp │ │ │ ├── list.jsp │ │ │ ├── listOfMembers.jsp │ │ │ ├── membershipRequest.jsp │ │ │ ├── menu.jsp │ │ │ ├── myGroupsList.jsp │ │ │ └── requestSent.jsp │ │ ├── history │ │ │ ├── dailyHistory.jsp │ │ │ ├── menu.jsp │ │ │ ├── monthlyHistory.jsp │ │ │ ├── search.jsp │ │ │ ├── searchResults.jsp │ │ │ └── weeklyHistory.jsp │ │ ├── homePage │ │ │ └── homePage.jsp │ │ ├── lists │ │ │ ├── artifact │ │ │ │ ├── addItemForm.jsp │ │ │ │ └── list.jsp │ │ │ ├── fileMetadataParams │ │ │ │ ├── addItemForm.jsp │ │ │ │ └── list.jsp │ │ │ ├── hardware │ │ │ │ ├── addItemForm.jsp │ │ │ │ └── list.jsp │ │ │ ├── index.jsp │ │ │ ├── itemDeleted.jsp │ │ │ ├── itemUsed.jsp │ │ │ ├── measurationAdditionalParams │ │ │ │ ├── addItemForm.jsp │ │ │ │ └── list.jsp │ │ │ ├── menu.jsp │ │ │ ├── personAdditionalParams │ │ │ │ ├── addItemForm.jsp │ │ │ │ └── list.jsp │ │ │ ├── userNotExperimenter.jsp │ │ │ └── weather │ │ │ │ ├── addItemForm.jsp │ │ │ │ └── list.jsp │ │ ├── myAccount │ │ │ ├── applianceSent.jsp │ │ │ ├── applyForWritingPermissionForm.jsp │ │ │ ├── changeDefaultGroup.jsp │ │ │ ├── changePasswordForm.jsp │ │ │ ├── changesWereMade.jsp │ │ │ ├── menu.jsp │ │ │ ├── overview.jsp │ │ │ ├── pendingRequest.jsp │ │ │ └── requestNotNeeded.jsp │ │ ├── people │ │ │ ├── addPersonForm.jsp │ │ │ ├── detail.jsp │ │ │ ├── list.jsp │ │ │ ├── menu.jsp │ │ │ ├── optionalParams │ │ │ │ └── addItemForm.jsp │ │ │ ├── search.jsp │ │ │ └── searchResults.jsp │ │ ├── scenario │ │ │ ├── addScenarioForm.jsp │ │ │ ├── addScenarioSchemaForm.jsp │ │ │ ├── detail.jsp │ │ │ ├── list.jsp │ │ │ ├── menu.jsp │ │ │ ├── myScenarios.jsp │ │ │ ├── search.jsp │ │ │ ├── searchResults.jsp │ │ │ └── userNotExperimenter.jsp │ │ ├── services │ │ │ ├── backgroundRun.jsp │ │ │ ├── fourierForm.jsp │ │ │ ├── index.jsp │ │ │ ├── matchingForm.jsp │ │ │ ├── menu.jsp │ │ │ ├── notSuitable.jsp │ │ │ ├── results.jsp │ │ │ └── waveletForm.jsp │ │ ├── social │ │ │ ├── index.jsp │ │ │ ├── login.jsp │ │ │ ├── oauthcallback.jsp │ │ │ └── user.jsp │ │ ├── system │ │ │ ├── accessDenied.jsp │ │ │ ├── accessDeniedNotAdmin.jsp │ │ │ ├── confirmReg.jsp │ │ │ ├── confirmationSuccessfull.jsp │ │ │ ├── forgottenPasswordFailed.jsp │ │ │ ├── forgottenPasswordForm.jsp │ │ │ ├── forgottenPasswordSuccess.jsp │ │ │ ├── login.jsp │ │ │ ├── menu.jsp │ │ │ ├── permissionGranted.jsp │ │ │ ├── permissionRejected.jsp │ │ │ ├── registrationConfirmRepeated.jsp │ │ │ ├── registrationFalse.jsp │ │ │ ├── registrationForm.jsp │ │ │ └── writeRequestsList.jsp │ │ └── template │ │ │ ├── defaultContent.jsp │ │ │ ├── footer.jsp │ │ │ ├── header.jsp │ │ │ ├── headerNotSigned.jsp │ │ │ ├── leftMenu.jsp │ │ │ ├── notSignedTemplate.jsp │ │ │ ├── standardTemplate.jsp │ │ │ └── standardTemplateWithLeftMenu.jsp │ ├── linkedin.properties │ ├── persistence.xml │ ├── project.properties │ ├── rest-servlet.xml │ ├── security.xml │ ├── socialContext.xml │ ├── sun-jaxws.xml │ ├── tags │ │ ├── abstractTemplate.tag │ │ ├── administrationTemplate.tag │ │ ├── articlesTemplate.tag │ │ ├── auth │ │ │ ├── experimenter.tag │ │ │ └── groupmember.tag │ │ ├── autoforms │ │ │ ├── checkBox.tag │ │ │ └── textField.tag │ │ ├── dataTemplate.tag │ │ ├── experimentsTemplate.tag │ │ ├── format │ │ │ ├── dateTime.tag │ │ │ ├── errorBox.tag │ │ │ ├── globalAuthority.tag │ │ │ └── groupAuthority.tag │ │ ├── groupsTemplate.tag │ │ ├── historyTemplate.tag │ │ ├── listsTemplate.tag │ │ ├── myAccountTemplate.tag │ │ ├── personsTemplate.tag │ │ ├── scenariosTemplate.tag │ │ ├── servicesTemplate.tag │ │ ├── standardTemplate.tag │ │ └── systemTemplate.tag │ ├── url-mapping.xml │ ├── web.xml │ ├── webservices.xml │ └── xml_files.properties │ ├── disco.rd.xml │ ├── disco.xml │ ├── eegdatabase.xml │ ├── error404.jsp │ ├── files │ ├── bookingRoom.css │ ├── browserControl.css │ ├── colorPicker.css │ ├── common.css │ ├── dhtmlxtree.css │ ├── experiments.css │ ├── images │ │ ├── action-box-bg.gif │ │ ├── add.png │ │ ├── animated-overlay.gif │ │ ├── arrow_down.png │ │ ├── arrow_right.png │ │ ├── asc.gif │ │ ├── bg.gif │ │ ├── calendar.gif │ │ ├── close.png │ │ ├── close_canvas.png │ │ ├── combo_arrow.png │ │ ├── cross_icon.png │ │ ├── datatable-header-bg.gif │ │ ├── desc.gif │ │ ├── eeg-foto-main.jpg │ │ ├── f_logo.jpg │ │ ├── facebook-login-button.png │ │ ├── failed.png │ │ ├── footer-bg.gif │ │ ├── global-error-bg.gif │ │ ├── header-no-login.gif │ │ ├── header.gif │ │ ├── ico_chrome.png │ │ ├── ico_firefox.png │ │ ├── ico_ie.png │ │ ├── ico_opera.png │ │ ├── ico_safari.png │ │ ├── imgs │ │ │ ├── blank.gif │ │ │ ├── but_cut.gif │ │ │ ├── csh_bluebooks │ │ │ │ ├── blank.gif │ │ │ │ ├── book.gif │ │ │ │ ├── book_titel.gif │ │ │ │ ├── but_cut.gif │ │ │ │ ├── close2.gif │ │ │ │ ├── folderClosed.gif │ │ │ │ ├── folderOpen.gif │ │ │ │ ├── iconCheckAll.gif │ │ │ │ ├── iconCheckDis.gif │ │ │ │ ├── iconCheckGray.gif │ │ │ │ ├── iconChecked.gif │ │ │ │ ├── iconSafe.gif │ │ │ │ ├── iconText.gif │ │ │ │ ├── iconUncheckAll.gif │ │ │ │ ├── iconUncheckDis.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── line.gif │ │ │ │ ├── line1.gif │ │ │ │ ├── line1_rtl.gif │ │ │ │ ├── line2.gif │ │ │ │ ├── line2_rtl.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── line3_rtl.gif │ │ │ │ ├── line4.gif │ │ │ │ ├── line4_rtl.gif │ │ │ │ ├── lock.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── minus1.gif │ │ │ │ ├── minus2.gif │ │ │ │ ├── minus2_rtl.gif │ │ │ │ ├── minus3.gif │ │ │ │ ├── minus3_rtl.gif │ │ │ │ ├── minus4.gif │ │ │ │ ├── minus4_rtl.gif │ │ │ │ ├── minus5.gif │ │ │ │ ├── minus5_rtl.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── plus1.gif │ │ │ │ ├── plus2.gif │ │ │ │ ├── plus2_rtl.gif │ │ │ │ ├── plus3.gif │ │ │ │ ├── plus3_rtl.gif │ │ │ │ ├── plus4.gif │ │ │ │ ├── plus4_rtl.gif │ │ │ │ ├── plus5.gif │ │ │ │ ├── plus5_rtl.gif │ │ │ │ ├── radio_off.gif │ │ │ │ ├── radio_on.gif │ │ │ │ └── tombs.gif │ │ │ ├── csh_bluefolders │ │ │ │ ├── blank.gif │ │ │ │ ├── folderClosed.gif │ │ │ │ ├── folderOpen.gif │ │ │ │ ├── iconCheckAll.gif │ │ │ │ ├── iconCheckAll_2.gif │ │ │ │ ├── iconCheckDis.gif │ │ │ │ ├── iconCheckGray.gif │ │ │ │ ├── iconChecked.gif │ │ │ │ ├── iconFlag.gif │ │ │ │ ├── iconGraph.gif │ │ │ │ ├── iconSound.gif │ │ │ │ ├── iconText.gif │ │ │ │ ├── iconTexts.gif │ │ │ │ ├── iconUncheckAll.gif │ │ │ │ ├── iconUncheckDis.gif │ │ │ │ ├── iconWrite1.gif │ │ │ │ ├── iconWrite2.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── line.gif │ │ │ │ ├── line1.gif │ │ │ │ ├── line2.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── line4.gif │ │ │ │ ├── lock.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── minus1.gif │ │ │ │ ├── minus2.gif │ │ │ │ ├── minus3.gif │ │ │ │ ├── minus4.gif │ │ │ │ ├── minus5.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── plus1.gif │ │ │ │ ├── plus2.gif │ │ │ │ ├── plus3.gif │ │ │ │ ├── plus4.gif │ │ │ │ ├── plus5.gif │ │ │ │ ├── radio_off.gif │ │ │ │ └── radio_on.gif │ │ │ ├── csh_books │ │ │ │ ├── blank.gif │ │ │ │ ├── folderClosed.gif │ │ │ │ ├── folderOpen.gif │ │ │ │ ├── iconCheckAll.gif │ │ │ │ ├── iconCheckDis.gif │ │ │ │ ├── iconCheckGray.gif │ │ │ │ ├── iconUncheckAll.gif │ │ │ │ ├── iconUncheckDis.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── line.gif │ │ │ │ ├── line1.gif │ │ │ │ ├── line2.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── line4.gif │ │ │ │ ├── lock.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── minus1.gif │ │ │ │ ├── minus2.gif │ │ │ │ ├── minus3.gif │ │ │ │ ├── minus4.gif │ │ │ │ ├── minus5.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── plus1.gif │ │ │ │ ├── plus2.gif │ │ │ │ ├── plus3.gif │ │ │ │ ├── plus4.gif │ │ │ │ ├── plus5.gif │ │ │ │ ├── radio_off.gif │ │ │ │ ├── radio_on.gif │ │ │ │ ├── tombs.gif │ │ │ │ └── tombs_open.gif │ │ │ ├── csh_dhx_skyblue │ │ │ │ ├── blank.gif │ │ │ │ ├── folderClosed.gif │ │ │ │ ├── folderOpen.gif │ │ │ │ ├── iconCheckAll.gif │ │ │ │ ├── iconCheckDis.gif │ │ │ │ ├── iconCheckGray.gif │ │ │ │ ├── iconChecked.gif │ │ │ │ ├── iconFlag.gif │ │ │ │ ├── iconGraph.gif │ │ │ │ ├── iconSound.gif │ │ │ │ ├── iconText.gif │ │ │ │ ├── iconTexts.gif │ │ │ │ ├── iconUncheckAll.gif │ │ │ │ ├── iconUncheckDis.gif │ │ │ │ ├── iconWrite1.gif │ │ │ │ ├── iconWrite2.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── line.gif │ │ │ │ ├── line1.gif │ │ │ │ ├── line2.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── line4.gif │ │ │ │ ├── lock.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── minus1.gif │ │ │ │ ├── minus2.gif │ │ │ │ ├── minus3.gif │ │ │ │ ├── minus4.gif │ │ │ │ ├── minus5.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── plus1.gif │ │ │ │ ├── plus2.gif │ │ │ │ ├── plus3.gif │ │ │ │ ├── plus4.gif │ │ │ │ ├── plus5.gif │ │ │ │ ├── radio_off.gif │ │ │ │ └── radio_on.gif │ │ │ ├── csh_scbrblue │ │ │ │ ├── blank.gif │ │ │ │ ├── folderClosed.gif │ │ │ │ ├── folderOpen.gif │ │ │ │ ├── iconCheckAll.gif │ │ │ │ ├── iconCheckDis.gif │ │ │ │ ├── iconCheckGray.gif │ │ │ │ ├── iconChecked.gif │ │ │ │ ├── iconFlag.gif │ │ │ │ ├── iconGraph.gif │ │ │ │ ├── iconSound.gif │ │ │ │ ├── iconText.gif │ │ │ │ ├── iconTexts.gif │ │ │ │ ├── iconUncheckAll.gif │ │ │ │ ├── iconUncheckDis.gif │ │ │ │ ├── iconWrite1.gif │ │ │ │ ├── iconWrite2.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── line.gif │ │ │ │ ├── line1.gif │ │ │ │ ├── line2.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── line4.gif │ │ │ │ ├── lock.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── minus1.gif │ │ │ │ ├── minus2.gif │ │ │ │ ├── minus3.gif │ │ │ │ ├── minus4.gif │ │ │ │ ├── minus5.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── plus1.gif │ │ │ │ ├── plus2.gif │ │ │ │ ├── plus3.gif │ │ │ │ ├── plus4.gif │ │ │ │ ├── plus5.gif │ │ │ │ ├── radio_off.gif │ │ │ │ ├── radio_on.gif │ │ │ │ ├── safe_close.gif │ │ │ │ └── safe_open.gif │ │ │ ├── csh_vista │ │ │ │ ├── blank.gif │ │ │ │ ├── folderClosed.gif │ │ │ │ ├── folderOpen.gif │ │ │ │ ├── iconCheckAll.gif │ │ │ │ ├── iconCheckDis.gif │ │ │ │ ├── iconCheckGray.gif │ │ │ │ ├── iconChecked.gif │ │ │ │ ├── iconFlag.gif │ │ │ │ ├── iconGraph.gif │ │ │ │ ├── iconSound.gif │ │ │ │ ├── iconText.gif │ │ │ │ ├── iconTexts.gif │ │ │ │ ├── iconUncheckAll.gif │ │ │ │ ├── iconUncheckDis.gif │ │ │ │ ├── iconWrite1.gif │ │ │ │ ├── iconWrite2.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── line.gif │ │ │ │ ├── line1.gif │ │ │ │ ├── line2.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── line4.gif │ │ │ │ ├── lock.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── minus1.gif │ │ │ │ ├── minus2.gif │ │ │ │ ├── minus3.gif │ │ │ │ ├── minus4.gif │ │ │ │ ├── minus5.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── plus1.gif │ │ │ │ ├── plus2.gif │ │ │ │ ├── plus3.gif │ │ │ │ ├── plus4.gif │ │ │ │ ├── plus5.gif │ │ │ │ ├── radio_off.gif │ │ │ │ └── radio_on.gif │ │ │ ├── csh_winstyle │ │ │ │ ├── blank.gif │ │ │ │ ├── folderClosed.gif │ │ │ │ ├── folderOpen.gif │ │ │ │ ├── iconCheckAll.gif │ │ │ │ ├── iconCheckDis.gif │ │ │ │ ├── iconCheckGray.gif │ │ │ │ ├── iconChecked.gif │ │ │ │ ├── iconFlag.gif │ │ │ │ ├── iconGraph.gif │ │ │ │ ├── iconSound.gif │ │ │ │ ├── iconText.gif │ │ │ │ ├── iconTexts.gif │ │ │ │ ├── iconUncheckAll.gif │ │ │ │ ├── iconUncheckDis.gif │ │ │ │ ├── iconWrite1.gif │ │ │ │ ├── iconWrite2.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── leaves.gif │ │ │ │ ├── line.gif │ │ │ │ ├── line1.gif │ │ │ │ ├── line2.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── line4.gif │ │ │ │ ├── lock.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── minus1.gif │ │ │ │ ├── minus2.gif │ │ │ │ ├── minus3.gif │ │ │ │ ├── minus4.gif │ │ │ │ ├── minus5.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── plus1.gif │ │ │ │ ├── plus2.gif │ │ │ │ ├── plus3.gif │ │ │ │ ├── plus4.gif │ │ │ │ ├── plus5.gif │ │ │ │ ├── radio_off.gif │ │ │ │ └── radio_on.gif │ │ │ ├── csh_yellowbooks │ │ │ │ ├── blank.gif │ │ │ │ ├── books_close.gif │ │ │ │ ├── books_open.gif │ │ │ │ ├── folderClosed.gif │ │ │ │ ├── folderOpen.gif │ │ │ │ ├── iconCheckAll.gif │ │ │ │ ├── iconCheckDis.gif │ │ │ │ ├── iconCheckGray.gif │ │ │ │ ├── iconText.gif │ │ │ │ ├── iconUncheckAll.gif │ │ │ │ ├── iconUncheckDis.gif │ │ │ │ ├── leaf.gif │ │ │ │ ├── leaf2.gif │ │ │ │ ├── leaf3.gif │ │ │ │ ├── leaf_2.gif │ │ │ │ ├── line.gif │ │ │ │ ├── line1.gif │ │ │ │ ├── line2.gif │ │ │ │ ├── line3.gif │ │ │ │ ├── line4.gif │ │ │ │ ├── lock.gif │ │ │ │ ├── minus.gif │ │ │ │ ├── minus1.gif │ │ │ │ ├── minus2.gif │ │ │ │ ├── minus3.gif │ │ │ │ ├── minus4.gif │ │ │ │ ├── minus5.gif │ │ │ │ ├── plus.gif │ │ │ │ ├── plus1.gif │ │ │ │ ├── plus2.gif │ │ │ │ ├── plus3.gif │ │ │ │ ├── plus4.gif │ │ │ │ ├── plus5.gif │ │ │ │ ├── radio_off.gif │ │ │ │ ├── radio_on.gif │ │ │ │ ├── tombs.gif │ │ │ │ └── tombs_open.gif │ │ │ ├── folderClosed.gif │ │ │ ├── folderOpen.gif │ │ │ ├── iconCheckAll.gif │ │ │ ├── iconCheckDis.gif │ │ │ ├── iconCheckGray.gif │ │ │ ├── iconUncheckAll.gif │ │ │ ├── iconUncheckDis.gif │ │ │ ├── leaf.gif │ │ │ ├── line.gif │ │ │ ├── line1.gif │ │ │ ├── line1_rtl.gif │ │ │ ├── line2.gif │ │ │ ├── line2_rtl.gif │ │ │ ├── line3.gif │ │ │ ├── line3_rtl.gif │ │ │ ├── line4.gif │ │ │ ├── line4_rtl.gif │ │ │ ├── lock.gif │ │ │ ├── minus.gif │ │ │ ├── minus1.gif │ │ │ ├── minus2.gif │ │ │ ├── minus2_rtl.gif │ │ │ ├── minus3.gif │ │ │ ├── minus3_rtl.gif │ │ │ ├── minus4.gif │ │ │ ├── minus4_rtl.gif │ │ │ ├── minus5.gif │ │ │ ├── minus5_rtl.gif │ │ │ ├── minus_ar.gif │ │ │ ├── plus.gif │ │ │ ├── plus1.gif │ │ │ ├── plus2.gif │ │ │ ├── plus2_rtl.gif │ │ │ ├── plus3.gif │ │ │ ├── plus3_rtl.gif │ │ │ ├── plus4.gif │ │ │ ├── plus4_rtl.gif │ │ │ ├── plus5.gif │ │ │ ├── plus5_rtl.gif │ │ │ ├── plus_ar.gif │ │ │ ├── radio_off.gif │ │ │ ├── radio_on.gif │ │ │ └── sky_blue_sel_tree.png │ │ ├── info_icon.png │ │ ├── input-field-bg.gif │ │ ├── light-button-bg.gif │ │ ├── linkedin.png │ │ ├── linkedin_login.png │ │ ├── ln_logo.jpg │ │ ├── loading.gif │ │ ├── loading_circle.gif │ │ ├── logo.png │ │ ├── main-menu-selected-bg.gif │ │ ├── menu-hover-bg.gif │ │ ├── menu-item-bg.gif │ │ ├── panel_add.png │ │ ├── panel_bg.png │ │ ├── panel_color.png │ │ ├── panel_config.png │ │ ├── panel_detail.png │ │ ├── panel_run.png │ │ ├── panel_zoom.png │ │ ├── passed.png │ │ ├── pdf_footer.png │ │ ├── pdf_icon.png │ │ ├── search-bg.gif │ │ ├── spinnerDefault.png │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_228ef1_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_888888_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ ├── ui-icons_ef8c08_256x240.png │ │ ├── ui-icons_ffd27a_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── unknown.png │ │ ├── value-table-bg.gif │ │ ├── value-table-title-bg.gif │ │ ├── video1.jpg │ │ ├── video2.jpg │ │ ├── video3.jpg │ │ └── video4.jpg │ ├── incf-logo.jpg │ ├── jquery-ui.css │ ├── jquery.dateentry.css │ ├── jquery.jqplot.min.css │ ├── jquery.timeentry.css │ ├── js │ │ ├── addFile.js │ │ ├── addScenario.js │ │ ├── addWeather.js │ │ ├── bookRoom │ │ │ ├── bookRoomFilterAndPDF.js │ │ │ └── bookRoomView.js │ │ ├── date.js │ │ ├── dateTimeEdit.js │ │ ├── experiments │ │ │ ├── date.js │ │ │ ├── jquery-1.9.1.min.js │ │ │ ├── jquery-ui-1.10.1.custom.min.js │ │ │ ├── jquery.validate.min.js │ │ │ └── wizard.js │ │ ├── global.js │ │ ├── history.js │ │ ├── jmodalForm │ │ │ ├── jquery.bgiframe-2.1.2.js │ │ │ ├── jquery.effects.core.js │ │ │ ├── jquery.ui.button.js │ │ │ ├── jquery.ui.core.js │ │ │ ├── jquery.ui.dialog.js │ │ │ ├── jquery.ui.draggable.js │ │ │ ├── jquery.ui.mouse.js │ │ │ ├── jquery.ui.position.js │ │ │ ├── jquery.ui.resizable.js │ │ │ ├── jquery.ui.widget.js │ │ │ └── modalForm.js │ │ ├── jquery-1.3.2.min.js │ │ ├── jquery-1.5.1.js │ │ ├── jquery-1.5.1.min.js │ │ ├── jquery-1.9.1.min.js │ │ ├── jquery-latest.js │ │ ├── jquery-ui-1.10.1.custom.min.js │ │ ├── jquery-ui-i18n.min.js │ │ ├── jquery-ui.js │ │ ├── jquery-ui1.9.js │ │ ├── jquery.cookie.js │ │ ├── jquery.dateentry.js │ │ ├── jquery.localize.js │ │ ├── jquery.metadata.js │ │ ├── jquery.tablesorter.js │ │ ├── jquery.tablesorter.min.js │ │ ├── jquery.timeentry.js │ │ ├── jquery.validate.min.js │ │ ├── mainPage.js │ │ ├── metadata.js │ │ ├── search.js │ │ ├── ui.spinner.js │ │ ├── visualization │ │ │ ├── browserControl.js │ │ │ ├── dhtmlxcommon.js │ │ │ ├── dhtmlxtree.js │ │ │ ├── jqplot.canvasAxisLabelRenderer.js │ │ │ ├── jqplot.canvasTextRenderer.js │ │ │ ├── jqplot.cursor.min.js │ │ │ ├── jqplot.highlighter.min.js │ │ │ ├── jquery.colorPicker.js │ │ │ ├── jquery.jqplot.min.js │ │ │ ├── multiple-visualization.js │ │ │ └── visualization.js │ │ └── wizard.js │ ├── metadata.css │ ├── modalForm.css │ ├── search.css │ ├── style.css │ ├── table.css │ ├── timeline │ │ ├── images │ │ │ ├── blue-circle.png │ │ │ ├── bubble-bottom-arrow.png │ │ │ ├── bubble-bottom-left.png │ │ │ ├── bubble-bottom-right.png │ │ │ ├── bubble-bottom.png │ │ │ ├── bubble-left-arrow.png │ │ │ ├── bubble-left.png │ │ │ ├── bubble-right-arrow.png │ │ │ ├── bubble-right.png │ │ │ ├── bubble-top-arrow.png │ │ │ ├── bubble-top-left.png │ │ │ ├── bubble-top-right.png │ │ │ ├── bubble-top.png │ │ │ ├── close-button.png │ │ │ ├── copyright-vertical.png │ │ │ ├── copyright.png │ │ │ ├── dark-blue-circle.png │ │ │ ├── dark-green-circle.png │ │ │ ├── dark-red-circle.png │ │ │ ├── dull-blue-circle.png │ │ │ ├── dull-green-circle.png │ │ │ ├── dull-red-circle.png │ │ │ ├── gray-circle.png │ │ │ ├── green-circle.png │ │ │ ├── message-bottom-left.png │ │ │ ├── message-bottom-right.png │ │ │ ├── message-left.png │ │ │ ├── message-right.png │ │ │ ├── message-top-left.png │ │ │ ├── message-top-right.png │ │ │ ├── progress-running.gif │ │ │ ├── red-circle.png │ │ │ └── top-bubble.png │ │ ├── scripts │ │ │ └── l10n │ │ │ │ ├── cs │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ │ │ ├── de │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ │ │ ├── en │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ │ │ ├── es │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ │ │ ├── fr │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ │ │ ├── it │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ │ │ ├── nl │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ │ │ ├── ru │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ │ │ ├── se │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ │ │ ├── tr │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ │ │ ├── vi │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ │ │ └── zh │ │ │ │ ├── labellers.js │ │ │ │ └── timeline.js │ │ ├── timeline-api.js │ │ ├── timeline-bundle.css │ │ └── timeline-bundle.js │ ├── ui.spinner.css │ ├── visualization.css │ └── wizard-style.css │ └── redirect.jsp └── test ├── java └── cz │ └── zcu │ └── kiv │ └── eegdatabase │ ├── data │ ├── AbstractDataAccessTest.java │ ├── ExperimentGenerator.java │ ├── TestUtils.java │ ├── dao │ │ ├── ArticleCommentDaoTest.java │ │ ├── ArticleDaoTest.java │ │ ├── DigitizationDaoTest.java │ │ ├── DiseaseDaoTest.java │ │ ├── EducationLevelDaoTest.java │ │ ├── ElectrodeSystemDaoTest.java │ │ ├── ExperimentDaoTest.java │ │ ├── ExperimentPackageDaoTest.java │ │ ├── FormLayoutDaoTest.java │ │ ├── HardwareDaoTest.java │ │ ├── LicenseDaoTest.java │ │ ├── OrderDaoTest.java │ │ ├── PharmaceuticalDaoTest.java │ │ ├── RegistrationTest.java │ │ ├── ResearchGroupDaoTest.java │ │ ├── ReservationDaoTest.java │ │ ├── ScenarioDaoTest.java │ │ ├── SoftwareDaoTest.java │ │ ├── StimulusDaoTest.java │ │ └── WeatherDaoTest.java │ └── performance │ │ └── DataPerformanceTest.java │ ├── services │ ├── AbstractServicesTest.java │ ├── ArticleServiceTest.java │ ├── ArtifactServiceTest.java │ ├── DigitizationServiceTest.java │ ├── DiseaseServiceTest.java │ ├── ExperimentPackageServiceTest.java │ ├── ExperimentServiceTest.java │ ├── HardwareServiceTest.java │ ├── KeywordsServiceTest.java │ ├── LicenseServiceTest.java │ ├── OrderServiceTest.java │ ├── PersonOptParamServiceTest.java │ ├── PersonServiceTest.java │ ├── PharmaceuticalServiceTest.java │ ├── ProjectTypeServiceTest.java │ ├── ResearchGroupServiceTest.java │ ├── ScenariosServiceTest.java │ ├── SoftwareServiceTest.java │ ├── StimulusServiceTest.java │ └── WeatherServiceTest.java │ ├── ui │ ├── AbstractUITest.java │ ├── AccountOverviewTestIT.java │ ├── AddArtifactTestIT.java │ ├── AddHardwareTestIT.java │ ├── AddSoftwareTestIT.java │ ├── AddWeatherTestIT.java │ ├── AdministrationTestIT.java │ ├── ArticleTestIT.java │ ├── EditScenarioTestIT.java │ ├── ExperimentTestIT.java │ ├── ListMenuTestIT.java │ ├── LoginTestIT.java │ ├── MainMenuTestIT.java │ ├── PersonTestIT.java │ ├── RegistrationTestIT.java │ ├── ResearchGroupTestIT.java │ └── ScenarioTestIT.java │ └── webservices │ └── rest │ └── forms │ └── FormServiceTest.java └── resources ├── cz └── zcu │ └── kiv │ └── eegdatabase │ └── data │ └── dao │ └── files │ ├── noxml.txt │ ├── p300.xml │ ├── scenarios.xml │ ├── settings.xml │ └── subjects.xml ├── facebook.properties ├── linkedin.properties ├── project.test.properties ├── test-context.xml └── web-test-context.xml /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | lib 3 | target 4 | *.project 5 | *.iml 6 | bin 7 | .project 8 | src/main/webapp/WEB-INF/db.properties 9 | .classpath 10 | .settings 11 | src/main/webapp/files/js/messages-en.json 12 | nb-configuration.xml 13 | src/main/resources/rebel.xml 14 | src/main/webapp/META-INF/context.xml 15 | /logs 16 | 17 | -------------------------------------------------------------------------------- /repo/com/jhlabs/imaging/01012005/imaging-01012005.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/repo/com/jhlabs/imaging/01012005/imaging-01012005.jar -------------------------------------------------------------------------------- /repo/com/jhlabs/imaging/maven-metadata-local.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.jhlabs 4 | imaging 5 | 6 | 01012005 7 | 8 | 01012005 9 | 10 | 20111010160301 11 | 12 | 13 | -------------------------------------------------------------------------------- /repo/com/oracle/ojdbc6/11.2.0.3.0/ojdbc6-11.2.0.3.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/repo/com/oracle/ojdbc6/11.2.0.3.0/ojdbc6-11.2.0.3.0.jar -------------------------------------------------------------------------------- /repo/com/oracle/orai18n/11.1.0/orai18n-11.1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/repo/com/oracle/orai18n/11.1.0/orai18n-11.1.0.jar -------------------------------------------------------------------------------- /repo/com/oracle/orai18n/maven-metadata-local.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.oracle 4 | orai18n 5 | 6 | 11.1.0 7 | 8 | 11.1.0 9 | 10 | 20111010153249 11 | 12 | 13 | -------------------------------------------------------------------------------- /repo/com/oracle/xdb/2009_08_12/xdb-2009_08_12.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/repo/com/oracle/xdb/2009_08_12/xdb-2009_08_12.jar -------------------------------------------------------------------------------- /repo/com/oracle/xdb/maven-metadata-local.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.oracle 4 | xdb 5 | 6 | 2009_08_12 7 | 8 | 2009_08_12 9 | 10 | 20111010153251 11 | 12 | 13 | -------------------------------------------------------------------------------- /repo/com/oracle/xmlparserv/2009_07_19/xmlparserv-2009_07_19.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/repo/com/oracle/xmlparserv/2009_07_19/xmlparserv-2009_07_19.jar -------------------------------------------------------------------------------- /repo/cz/zcu/kiv/XMLtoRDF/1.0.2/XMLtoRDF-1.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/repo/cz/zcu/kiv/XMLtoRDF/1.0.2/XMLtoRDF-1.0.2.jar -------------------------------------------------------------------------------- /repo/cz/zcu/kiv/XMLtoRDF/maven-metadata-local.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | cz.zcu.kiv 4 | XMLtoRDF 5 | 6 | 1.0.2 7 | 8 | 1.0.2 9 | 10 | 20120514123455 11 | 12 | 13 | -------------------------------------------------------------------------------- /repo/cz/zcu/kiv/eegdsp/1.0/eegdsp-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/repo/cz/zcu/kiv/eegdsp/1.0/eegdsp-1.0.jar -------------------------------------------------------------------------------- /repo/cz/zcu/kiv/eegdsp/maven-metadata-local.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | cz.zcu.kiv 4 | eegdsp 5 | 6 | 1.0 7 | 8 | 1.0 9 | 10 | 20111010153504 11 | 12 | 13 | -------------------------------------------------------------------------------- /repo/cz/zcu/kiv/jsonconverter/1.2/jsonconverter-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/repo/cz/zcu/kiv/jsonconverter/1.2/jsonconverter-1.2.jar -------------------------------------------------------------------------------- /repo/hibernatingrhinos/hibernate-profiler/1.0/hibernate-profiler-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/repo/hibernatingrhinos/hibernate-profiler/1.0/hibernate-profiler-1.0.jar -------------------------------------------------------------------------------- /repo/owlapi/owlapi-bin/3.2.4.1806/owlapi-bin-3.2.4.1806.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/repo/owlapi/owlapi-bin/3.2.4.1806/owlapi-bin-3.2.4.1806.jar -------------------------------------------------------------------------------- /sql/era/ERA_model.dm2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/sql/era/ERA_model.dm2 -------------------------------------------------------------------------------- /sql/model/EEGTEST/ChangeRequests.local: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sql/model/EEGTEST/businessinfo/Objects.local: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sql/model/EEGTEST/datatypes/DDLSelection.local: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sql/model/EEGTEST/datatypes/Diagrams.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /sql/model/EEGTEST/datatypes/Objects.local: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sql/model/EEGTEST/logical/Diagrams.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /sql/model/EEGTEST/logical/Objects.local: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sql/model/EEGTEST/mapping/ExtendedMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sql/model/EEGTEST/pm/Objects.local: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sql/model/EEGTEST/rdbms/EEGTEST_RDBMSSites.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sql/model/EEGTEST/rel/09C5E594-97F9E86C51BB/DDLSelection.local: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sql/model/EEGTEST/rel/09C5E594-97F9E86C51BB/Diagrams.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /sql/scripts/alter/20140210_ServiceResult_alter.sql: -------------------------------------------------------------------------------- 1 | ALTER TABLE service_result DROP COLUMN figure; 2 | 3 | ALTER TABLE service_result ADD COLUMN content bytea; 4 | -------------------------------------------------------------------------------- /sql/scripts/alter/PERSON_Table_Encryption.sql: -------------------------------------------------------------------------------- 1 | alter table 2 | PERSON 3 | modify 4 | ( 5 | NAME encrypt, 6 | SURNAME encrypt, 7 | DATE_OF_BIRTH encrypt, 8 | email encrypt no salt, 9 | fb_uid encrypt no salt, 10 | phone_number encrypt 11 | ); 12 | -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_ARTICLES.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ARTICLES" ( 2 | "ARTICLE_ID" INTEGER NOT NULL , 3 | "RESEARCH_GROUP_ID" INTEGER, 4 | "TEXT" CLOB NOT NULL , 5 | "TIME" DATE DEFAULT SYSDATE NOT NULL , 6 | "TITLE" VARCHAR2 (150) NOT NULL , 7 | "PERSON_ID" INTEGER NOT NULL , 8 | PRIMARY KEY ("ARTICLE_ID") 9 | ) 10 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_ARTICLES_COMMENTS.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ARTICLES_COMMENTS" ( 2 | "COMMENT_ID" INTEGER NOT NULL , 3 | "ARTICLE_ID" INTEGER NOT NULL , 4 | "PARENT_ID" INTEGER NOT NULL , 5 | "PERSON_ID" INTEGER NOT NULL , 6 | "TEXT" CLOB NOT NULL , 7 | "TIME" DATE DEFAULT SYSDATE NOT NULL , 8 | PRIMARY KEY ("COMMENT_ID") 9 | ) 10 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_ARTICLES_SUBSCRIBTIONS.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ARTICLES_SUBSCRIBTIONS" ( 2 | "ARTICLE_ID" INTEGER NOT NULL , 3 | "PERSON_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("ARTICLE_ID","PERSON_ID") 5 | ) 6 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_COEXPERIMENTAL_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "COEXPERIMENTER_REL" ( 2 | "PERSON_ID" INTEGER NOT NULL , 3 | "EXPERIMENT_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("PERSON_ID","EXPERIMENT_ID") 5 | ) 6 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_DATA_FILE.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "DATA_FILE" ( 2 | "DATA_FILE_ID" INTEGER NOT NULL , 3 | "SAMPLING_RATE" FLOAT NOT NULL , 4 | "FILE_CONTENT" BLOB NOT NULL , 5 | "EXPERIMENT_ID" INTEGER NOT NULL , 6 | "MIMETYPE" VARCHAR2 (40) NOT NULL , 7 | "FILENAME" VARCHAR2 (80) NOT NULL , 8 | PRIMARY KEY ("DATA_FILE_ID") 9 | ) 10 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_EXPERIMENT_OPT_PARAM_DEF.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "EXPERIMENT_OPT_PARAM_DEF" ( 2 | "EXPERIMENT_OPT_PARAM_DEF_ID" INTEGER NOT NULL , 3 | "PARAM_NAME" VARCHAR2 (30) NOT NULL , 4 | "PARAM_DATA_TYPE" VARCHAR2 (20) NOT NULL , 5 | PRIMARY KEY ("EXPERIMENT_OPT_PARAM_DEF_ID") 6 | ) 7 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_EXPERIMENT_OPT_PARAM_VAL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "EXPERIMENT_OPT_PARAM_VAL" ( 2 | "PARAM_VALUE" VARCHAR2 (30) NOT NULL , 3 | "EXPERIMENT_ID" INTEGER NOT NULL , 4 | "EXPERIMENT_OPT_PARAM_DEF_ID" INTEGER NOT NULL , 5 | PRIMARY KEY ("EXPERIMENT_ID","EXPERIMENT_OPT_PARAM_DEF_ID") 6 | ) 7 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_FILE_METADATA_PARAM_DEF.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "FILE_METADATA_PARAM_DEF" ( 2 | "PARAM_NAME" VARCHAR2 (30) NOT NULL , 3 | "FILE_METADATA_PARAM_DEF_ID" INTEGER NOT NULL , 4 | "PARAM_DATA_TYPE" VARCHAR2 (20) NOT NULL , 5 | PRIMARY KEY ("FILE_METADATA_PARAM_DEF_ID") 6 | ) 7 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_FILE_METADATA_PARAM_VAL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "FILE_METADATA_PARAM_VAL" ( 2 | "FILE_METADATA_PARAM_DEF_ID" INTEGER NOT NULL , 3 | "DATA_FILE_ID" INTEGER NOT NULL , 4 | "METADATA_VALUE" NVARCHAR2(30) NOT NULL , 5 | PRIMARY KEY ("FILE_METADATA_PARAM_DEF_ID","DATA_FILE_ID") 6 | ) 7 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_GROUP_PERMISSION_REQUEST.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "GROUP_PERMISSION_REQUEST" ( 2 | "REQUEST_ID" INTEGER NOT NULL , 3 | "REQUESTED_PERMISSION" VARCHAR2 (20) NOT NULL , 4 | "GRANTED" NUMBER NOT NULL , 5 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 6 | "PERSON_ID" INTEGER NOT NULL , 7 | PRIMARY KEY ("REQUEST_ID") 8 | ) 9 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_HARDWARE.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "HARDWARE" ( 2 | "HARDWARE_ID" INTEGER NOT NULL , 3 | "TITLE" VARCHAR2 (50) NOT NULL CONSTRAINT "UNIQUE_HARDWARE_TITLE" UNIQUE , 4 | "TYPE" VARCHAR2 (30) NOT NULL , 5 | "DESCRIPTION" VARCHAR2 (30), 6 | CONSTRAINT "PK_HARDWARE" PRIMARY KEY ("HARDWARE_ID") 7 | ) 8 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_HARDWARE_USAGE_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "HARDWARE_USAGE_REL" ( 2 | "HARDWARE_ID" INTEGER NOT NULL , 3 | "EXPERIMENT_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("HARDWARE_ID","EXPERIMENT_ID") 5 | ) 6 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_HEARING_IMPAIRMENT.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "HEARING_IMPAIRMENT" ( 2 | "HEARING_IMPAIRMENT_ID" INTEGER NOT NULL , 3 | "DESCRIPTION" VARCHAR2 (30) NOT NULL CONSTRAINT "UNIQUE_HARING_DEFECT_DESCRIPTI" UNIQUE , 4 | PRIMARY KEY ("HEARING_IMPAIRMENT_ID") 5 | ) 6 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_HEARING_IMPAIRMENT_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "HEARING_IMPAIRMENT_REL" ( 2 | "PERSON_ID" INTEGER NOT NULL , 3 | "HEARING_IMPAIRMENT_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("PERSON_ID","HEARING_IMPAIRMENT_ID") 5 | ) 6 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_HISTORY.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "HISTORY" ( 2 | "HISTORY_ID" INTEGER NOT NULL , 3 | "EXPERIMENT_ID" INTEGER, 4 | "SCENARIO_ID" INTEGER, 5 | "PERSON_ID" INTEGER NOT NULL , 6 | "DATA_FILE_ID" INTEGER, 7 | "DATE_OF_DOWNLOAD" DATE DEFAULT SYSDATE NOT NULL , 8 | PRIMARY KEY ("HISTORY_ID") 9 | ) 10 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_KEYWORDS.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE KEYWORDS 2 | ( 3 | KEYWORDS_ID NUMBER, 4 | KEYWORDS_TEXT VARCHAR2(1000 BYTE), 5 | RESEARCH_GROUP_ID NUMBER, 6 | PRIMARY KEY (KEYWORDS_ID), 7 | CONSTRAINT FK_RESEARCH_GROUP FOREIGN KEY (RESEARCH_GROUP_ID) REFERENCES RESEARCH_GROUP (RESEARCH_GROUP_ID) ENABLE 8 | ) 9 | -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_PERSON_OPT_PARAM_DEF.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "PERSON_OPT_PARAM_DEF" ( 2 | "PERSON_OPT_PARAM_DEF_ID" INTEGER NOT NULL , 3 | "PARAM_NAME" VARCHAR2 (30) NOT NULL , 4 | "PARAM_DATA_TYPE" VARCHAR2 (20) NOT NULL , 5 | PRIMARY KEY ("PERSON_OPT_PARAM_DEF_ID") 6 | ) 7 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_PERSON_OPT_PARAM_VAL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "PERSON_OPT_PARAM_VAL" ( 2 | "PARAM_VALUE" VARCHAR2 (30) NOT NULL , 3 | "PERSON_ID" INTEGER NOT NULL , 4 | "PERSON_OPT_PARAM_DEF_ID" INTEGER NOT NULL , 5 | PRIMARY KEY ("PERSON_ID","PERSON_OPT_PARAM_DEF_ID") 6 | ) 7 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_RESEARCH_GROUP.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "RESEARCH_GROUP" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "OWNER_ID" INTEGER NOT NULL , 4 | "TITLE" VARCHAR2 (100) NOT NULL , 5 | "DESCRIPTION" VARCHAR2 (250) NOT NULL , 6 | PRIMARY KEY ("RESEARCH_GROUP_ID") 7 | ) 8 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_RESEARCH_GROUP_MEMBERSHIP.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "RESEARCH_GROUP_MEMBERSHIP" ( 2 | "PERSON_ID" INTEGER NOT NULL , 3 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 4 | "AUTHORITY" VARCHAR2 (30) NOT NULL , 5 | PRIMARY KEY ("PERSON_ID","RESEARCH_GROUP_ID") 6 | ) 7 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_SCENARIO_TYPE_PARENT.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "SCENARIO_TYPE_PARENT" 2 | ( "SCENARIO_ID" NUMBER NOT NULL ENABLE, 3 | CONSTRAINT "SCENARIO_TYPE_PARENT_PK" 4 | PRIMARY KEY ("SCENARIO_ID") 5 | ); -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_VISUAL_IMPAIRMENT.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "VISUAL_IMPAIRMENT" ( 2 | "VISUAL_IMPAIRMENT_ID" INTEGER NOT NULL , 3 | "DESCRIPTION" VARCHAR2 (30) NOT NULL CONSTRAINT "UNIQUE_EYES_DEFECT_DESCRIPTION" UNIQUE , 4 | PRIMARY KEY ("VISUAL_IMPAIRMENT_ID") 5 | ) 6 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_VISUAL_IMPAIRMENT_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "VISUAL_IMPAIRMENT_REL" ( 2 | "VISUAL_IMPAIRMENT_ID" INTEGER NOT NULL , 3 | "PERSON_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("VISUAL_IMPAIRMENT_ID","PERSON_ID") 5 | ) 6 | ; -------------------------------------------------------------------------------- /sql/scripts/create_tables/create_table_WEATHER.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "WEATHER" ( 2 | "WEATHER_ID" INTEGER NOT NULL , 3 | "DESCRIPTION" VARCHAR2 (30) CONSTRAINT "UNIQUE_WEATHER_DESCRIPTION" UNIQUE , 4 | "TITLE" VARCHAR2 (30) NOT NULL CONSTRAINT "UNIQUE_WHEATER_TITLE" UNIQUE , 5 | PRIMARY KEY ("WEATHER_ID") 6 | ) 7 | ; -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_ARTICLES_SUBSCRIBTIONS.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO ARTICLES_SUBSCRIBTIONS(ARTICLE_ID,PERSON_ID)VALUES(1,1); 2 | INSERT INTO ARTICLES_SUBSCRIBTIONS(ARTICLE_ID,PERSON_ID)VALUES(2,2); 3 | INSERT INTO ARTICLES_SUBSCRIBTIONS(ARTICLE_ID,PERSON_ID)VALUES(3,2); 4 | -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_COEXPERIMENT_REL.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO COEXPERIMENTER_REL(PERSON_ID, EXPERIMENT_ID)VALUES(8,1); 2 | INSERT INTO COEXPERIMENTER_REL(PERSON_ID, EXPERIMENT_ID)VALUES(9,1); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_DATA_FILE.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO DATA_FILE(DATA_FILE_ID,SAMPLING_RATE, FILE_CONTENT, EXPERIMENT_ID, MIMETYPE, FILENAME)VALUES(1,'1000', '0A0C', 1, 'txt', 'mereni_1'); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_EXPERIMENT.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO EXPERIMENT(EXPERIMENT_ID, SCENARIO_ID, START_TIME, END_TIME, TEMPERATURE, WEATHERNOTE, SUBJECT_PERSON_ID, WEATHER_ID, OWNER_ID, RESEARCH_GROUP_ID, PRIVATE) 2 | VALUES(1,1,TO_DATE ('29.3.2010 10:00:00', 'DD.MM.YYYY HH24:MI:SS'), TO_DATE('29.3.2010 10:05:00', 'DD.MM.YYYY HH24:MI:SS') , 23, 'bio2', 10, 2, 9, 3, 1); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_EXPERIMENT_OPT_PARAM_DEF.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO EXPERIMENT_OPT_PARAM_DEF(EXPERIMENT_OPT_PARAM_DEF_ID, PARAM_NAME, PARAM_DATA_TYPE) VALUES(1, 'comment', 'string'); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_EXPERIMENT_OPT_PARAM_VAL.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO EXPERIMENT_OPT_PARAM_VAL(PARAM_VALUE, EXPERIMENT_ID, EXPERIMENT_OPT_PARAM_DEF_ID) VALUES('zmereno', 1, 1); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_FILE_METADATA_PARAM_DEF.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO FILE_METADATA_PARAM_DEF(FILE_METADATA_PARAM_DEF_ID, PARAM_NAME, PARAM_DATA_TYPE) VALUES(1, 'description', 'string'); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_FILE_METADATA_PARAM_VAL.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO FILE_METADATA_PARAM_VAL(FILE_METADATA_PARAM_DEF_ID, DATA_FILE_ID, METADATA_VALUE) VALUES(1, 1, 'nepouzitelne'); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_HARDWARE.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO HARDWARE(HARDWARE_ID, TITLE, TYPE, DESCRIPTION) VALUES(1, 'EEG_cepice', 'EC1', '12 elektrod'); 2 | INSERT INTO HARDWARE(HARDWARE_ID, TITLE, TYPE, DESCRIPTION) VALUES(2, 'amplifier', 'AA8', 'Vyroben v Thajwanu'); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_HARDWARE_USAGE_REL.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO HARDWARE_USAGE_REL(HARDWARE_ID, EXPERIMENT_ID)VALUES(1,1); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_HEARING_IMPAIRMENT.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO HEARING_IMPAIRMENT(HEARING_IMPAIRMENT_ID, DESCRIPTION) VALUES(1, 'neslysi'); 2 | INSERT INTO HEARING_IMPAIRMENT(HEARING_IMPAIRMENT_ID, DESCRIPTION) VALUES(2, 'neslysi na leve ucho'); 3 | INSERT INTO HEARING_IMPAIRMENT(HEARING_IMPAIRMENT_ID, DESCRIPTION) VALUES(3, 'neslysi na prave ucho'); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_HEARING_REL.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO HEARING_IMPAIRMENT_REL(PERSON_ID, HEARING_IMPAIRMENT_ID)VALUES(4, 3); 2 | INSERT INTO HEARING_IMPAIRMENT_REL(PERSON_ID, HEARING_IMPAIRMENT_ID)VALUES(5, 2); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_HISTORY.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO HISTORY(HISTORY_ID, EXPERIMENT_ID, SCENARIO_ID, PERSON_ID, DATA_FILE_ID, DATE_OF_DOWNLOAD)VALUES(1,1,null,1,null,SYSDATE); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_PERSON_OPT_PARAM_DEF.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO PERSON_OPT_PARAM_DEF(PERSON_OPT_PARAM_DEF_ID, PARAM_NAME, PARAM_DATA_TYPE) VALUES(1, 'address', 'string'); 2 | INSERT INTO PERSON_OPT_PARAM_DEF(PERSON_OPT_PARAM_DEF_ID, PARAM_NAME, PARAM_DATA_TYPE) VALUES(2, 'FAX', 'integer'); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_PERSON_OPT_PARAM_VAL.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO PERSON_OPT_PARAM_VAL(PARAM_VALUE, PERSON_ID, PERSON_OPT_PARAM_DEF_ID) VALUES('Budejovice', 5, 1); 2 | INSERT INTO PERSON_OPT_PARAM_VAL(PARAM_VALUE, PERSON_ID, PERSON_OPT_PARAM_DEF_ID) VALUES('235667410', 4, 2); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_SCENARIO.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO SCENARIO(SCENARIO_ID, TITLE, SCENARIO_LENGTH, SCENARIO_XML, DESCRIPTION, OWNER_ID, RESEARCH_GROUP_ID, PRIVATE,SCENARIO_NAME,MIMETYPE)VALUES(1,'Reakce na v�znamnou ud�lost',200, 2 | ' 3 | 4 | Hello 5 | ', 'testovac� scenario', 8, 3, 1,'reakce.xml', 'text/xml'); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_SCENARIO_SCHEMA.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO SCENARIO_SCHEMA VALUES (1, 'scenarios.xsd', NULL, NULL, NULL, NULL, NULL, 'y'); 2 | INSERT INTO SCENARIO_SCHEMA VALUES (2, 'p300.xsd', NULL, NULL, NULL, NULL, NULL, 'y'); 3 | INSERT INTO SCENARIO_SCHEMA VALUES (3, 'subjects.xsd', NULL, NULL, NULL, NULL, NULL, 'y'); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_VISUAL_IMPAIRMENT.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO VISUAL_IMPAIRMENT(VISUAL_IMPAIRMENT_ID, DESCRIPTION) VALUES(1, 'nevidi'); 2 | INSERT INTO VISUAL_IMPAIRMENT(VISUAL_IMPAIRMENT_ID, DESCRIPTION) VALUES(2, 'kratkozraky'); 3 | INSERT INTO VISUAL_IMPAIRMENT(VISUAL_IMPAIRMENT_ID, DESCRIPTION) VALUES(3, 'dalekozraky'); -------------------------------------------------------------------------------- /sql/scripts/fill_database/insert_into_VISUAL_IMPAIRMENT_REL.sql: -------------------------------------------------------------------------------- 1 | INSERT INTO VISUAL_IMPAIRMENT_REL(PERSON_ID, VISUAL_IMPAIRMENT_ID)VALUES(9, 3); 2 | INSERT INTO VISUAL_IMPAIRMENT_REL(PERSON_ID, VISUAL_IMPAIRMENT_ID)VALUES(10, 2); -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_ANALYSIS.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ANALYSIS" ( 2 | "ANALYSIS_ID" INTEGER NOT NULL , 3 | "EPOCHS_NUM" INTEGER NOT NULL , 4 | "PRESTIMULUS_TIME" INTEGER NOT NULL , 5 | "POSTSTIMULUS_TIME" INTEGER NOT NULL , 6 | "DESCRIPTION" VARCHAR2(250) NOT NULL, 7 | PRIMARY KEY ("ANALYSIS_ID") 8 | ) 9 | ; 10 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_ARTEFACT.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ARTEFACT" ( 2 | "ARTEFACT_ID" INTEGER NOT NULL , 3 | "COMPENSATION" VARCHAR2(300) NOT NULL , 4 | "REJECT_CONDITION" VARCHAR2(300) NOT NULL , 5 | PRIMARY KEY ("ARTEFACT_ID") 6 | ) 7 | ; 8 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_ARTEFACT_REMOVING_METHODS.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ARTEFACT_REMOVING_METHOD" ( 2 | "ARTEFACT_REMOVING_METHOD_ID" INTEGER NOT NULL , 3 | "TITLE" VARCHAR2 (50) NOT NULL, 4 | "DESCRIPTION" VARCHAR2(300) NOT NULL, 5 | "IS_DEFAULT" INTEGER NOT NULL , 6 | PRIMARY KEY ("ARTEFACT_REMOVING_METHOD_ID") 7 | ) 8 | ; 9 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_ARTEFACT_REMOVING_METHODS_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ARTEFACT_REMOVING_METHODS_REL" ( 2 | "EXPERIMENT_ID" INTEGER NOT NULL , 3 | "ARTEFACT_REMOVING_METHOD_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("ARTEFACT_REMOVING_METHOD_ID","EXPERIMENT_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_DIGITALIZATION.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "DIGITIZATION" ( 2 | "DIGITIZATION_ID" INTEGER NOT NULL , 3 | "GAIN" INTEGER NOT NULL , 4 | "FILTER" VARCHAR2(300) NOT NULL , 5 | "SAMPLING_RATE" FLOAT NOT NULL , 6 | PRIMARY KEY ("DIGITIZATION_ID") 7 | ) 8 | ; 9 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_DISEASE.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "DISEASE" ( 2 | "DISEASE_ID" INTEGER NOT NULL, 3 | "TITLE" VARCHAR2 (150) NOT NULL, 4 | "DESCRIPTION" VARCHAR2 (300) NOT NULL, 5 | PRIMARY KEY ("DISEASE_ID") 6 | ) 7 | ; 8 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_DISEASE_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "DISEASE_REL" ( 2 | "DISEASE_ID" INTEGER NOT NULL, 3 | "EXPERIMENT_ID" INTEGER NOT NULL, 4 | PRIMARY KEY ("DISEASE_ID", "EXPERIMENT_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_EDUCATION_LEVEL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "EDUCATION_LEVEL" ( 2 | "EDUCATION_LEVEL_ID" INTEGER NOT NULL , 3 | "TITLE" VARCHAR2(150) NOT NULL, 4 | "IS_DEFAULT" INTEGER NOT NULL , 5 | PRIMARY KEY ("EDUCATION_LEVEL_ID") 6 | ) 7 | ; 8 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_ELECTRODE_CONF.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ELECTRODE_CONF" ( 2 | "ELECTRODE_CONF_ID" INTEGER NOT NULL , 3 | "IMPEDANCE" INTEGER NOT NULL , 4 | "ELECTRODE_SYSTEM_ID" INTEGER NOT NULL , 5 | "DESC_IMG_ID" INTEGER, 6 | PRIMARY KEY ("ELECTRODE_CONF_ID") 7 | ) 8 | ; 9 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_ELECTRODE_FIX.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ELECTRODE_FIX" ( 2 | "ELECTRODE_FIX_ID" INTEGER NOT NULL, 3 | "TITLE" VARCHAR2 (150) NOT NULL, 4 | "DESCRIPTION" VARCHAR2(300) NOT NULL , 5 | "IS_DEFAULT" INTEGER NOT NULL , 6 | PRIMARY KEY ("ELECTRODE_FIX_ID") 7 | ) 8 | ; 9 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_ELECTRODE_LOCATION_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ELECTRODE_LOCATION_REL" ( 2 | "ELECTRODE_CONF_ID" INTEGER NOT NULL , 3 | "ELECTRODE_LOCATION_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("ELECTRODE_CONF_ID","ELECTRODE_LOCATION_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_ELECTRODE_SYSTEM.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ELECTRODE_SYSTEM" ( 2 | "ELECTRODE_SYSTEM_ID" INTEGER NOT NULL, 3 | "TITLE" VARCHAR2 (150) NOT NULL, 4 | "DESCRIPTION" VARCHAR2(300) NOT NULL , 5 | "IS_DEFAULT" INTEGER NOT NULL , 6 | PRIMARY KEY ("ELECTRODE_SYSTEM_ID") 7 | ) 8 | ; 9 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_ELECTRODE_TYPE.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ELECTRODE_TYPE" ( 2 | "ELECTRODE_TYPE_ID" INTEGER NOT NULL , 3 | "TITLE" VARCHAR2 (150) NOT NULL, 4 | "DESCRIPTION" VARCHAR2(300) NOT NULL, 5 | "IS_DEFAULT" INTEGER NOT NULL , 6 | PRIMARY KEY ("ELECTRODE_TYPE_ID") 7 | ) 8 | ; 9 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_PHARMACEUTICAL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "PHARMACEUTICAL" ( 2 | "PHARMACEUTICAL_ID" INTEGER NOT NULL, 3 | "TITLE" VARCHAR2 (150) NOT NULL, 4 | "DESCRIPTION" VARCHAR2(300) NOT NULL, 5 | PRIMARY KEY ("PHARMACEUTICAL_ID") 6 | ) 7 | ; 8 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_PHARMACEUTICAL_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "PHARMACEUTICAL_REL" ( 2 | "PHARMACEUTICAL_ID" INTEGER NOT NULL, 3 | "EXPERIMENT_ID" INTEGER NOT NULL, 4 | PRIMARY KEY ("PHARMACEUTICAL_ID", "EXPERIMENT_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_PROJECT_TYPE.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "PROJECT_TYPE" ( 2 | "PROJECT_TYPE_ID" INTEGER NOT NULL, 3 | "TITLE" VARCHAR2 (150) NOT NULL, 4 | "DESCRIPTION" VARCHAR2 (250) NOT NULL , 5 | PRIMARY KEY ("PROJECT_TYPE_ID") 6 | ) 7 | ; 8 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_PROJECT_TYPE_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "PROJECT_TYPE_REL" ( 2 | "EXPERIMENT_ID" INTEGER NOT NULL , 3 | "PROJECT_TYPE_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("EXPERIMENT_ID","PROJECT_TYPE_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_SOFTWARE.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "SOFTWARE" ( 2 | "SOFTWARE_ID" INTEGER NOT NULL , 3 | "TITLE" VARCHAR2 (150) NOT NULL , 4 | "DESCRIPTION" VARCHAR2(300) NOT NULL , 5 | "IS_DEFAULT" INTEGER NOT NULL , 6 | PRIMARY KEY ("SOFTWARE_ID") 7 | ) 8 | ; 9 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_SOFTWARE_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "SOFTWARE_REL" ( 2 | "SOFTWARE_ID" INTEGER NOT NULL , 3 | "EXPERIMENT_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("SOFTWARE_ID","EXPERIMENT_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_STIMULUS.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "STIMULUS" ( 2 | "STIMULUS_ID" INTEGER NOT NULL , 3 | "DESCRIPTION" VARCHAR2(500) NOT NULL , 4 | PRIMARY KEY ("STIMULUS_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_STIMULUS_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "STIMULUS_REL" ( 2 | "STIMULUS_ID" INTEGER NOT NULL , 3 | "STIMULUS_TYPE_ID" INTEGER NOT NULL , 4 | "SCENARIO_ID" INTEGER NOT NULL , 5 | PRIMARY KEY ("SCENARIO_ID","STIMULUS_ID") 6 | ) 7 | ; 8 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_STIMULUS_TYPE.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "STIMULUS_TYPE" ( 2 | "STIMULUS_TYPE_ID" INTEGER NOT NULL , 3 | "DESCRIPTION" VARCHAR2(500) NOT NULL , 4 | "IS_DEFAULT" INTEGER NOT NULL , 5 | PRIMARY KEY ("STIMULUS_TYPE_ID") 6 | ) 7 | ; 8 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/create_table_SUBJECT_GROUPS.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "SUBJECT_GROUP" ( 2 | "SUBJECT_GROUP_ID" INTEGER NOT NULL, 3 | "TITLE" VARCHAR2 (150) NOT NULL, 4 | "DESCRIPTION" VARCHAR2 (250) NOT NULL , 5 | PRIMARY KEY ("SUBJECT_GROUP_ID") 6 | ) 7 | ; 8 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_ANALYSIS_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ANALYSIS_GROUP_REL" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "ANALYSIS_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("ANALYSIS_ID", "RESEARCH_GROUP_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_ARTEFACT_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ARTEFACT_GROUP_REL" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "ARTEFACT_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("ARTEFACT_ID", "RESEARCH_GROUP_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_ARTEFACT_REMOVING_METHODS_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ARTEFACT_RMVNG_MTHD_GROUP_REL" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "ARTEFACT_REMOVING_METHOD_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("ARTEFACT_REMOVING_METHOD_ID", "RESEARCH_GROUP_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_DIGITALIZATION_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "DIGITIZATION_GROUP_REL" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "DIGITIZATION_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("DIGITIZATION_ID", "RESEARCH_GROUP_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_DISEASE_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "DISEASE_GROUP_REL" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "DISEASE_ID" INTEGER NOT NULL, 4 | PRIMARY KEY ("RESEARCH_GROUP_ID", "DISEASE_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_EDUCATION_LEVEL_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "EDUCATION_LEVEL_GROUP_REL" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "EDUCATION_LEVEL_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("EDUCATION_LEVEL_ID", "RESEARCH_GROUP_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_ELECTRODE_FIX_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ELECTRODE_FIX_GROUP_REL" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "ELECTRODE_FIX_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("ELECTRODE_FIX_ID", "RESEARCH_GROUP_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_ELECTRODE_LOCATION_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ELECTRODE_LOCATION_GROUP_REL" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "ELECTRODE_LOCATION_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("RESEARCH_GROUP_ID", "ELECTRODE_LOCATION_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_ELECTRODE_SYSTEM_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ELECTRODE_SYSTEM_GROUP_REL" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "ELECTRODE_SYSTEM_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("ELECTRODE_SYSTEM_ID", "RESEARCH_GROUP_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_ELECTRODE_TYPE_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "ELECTRODE_TYPE_GROUP_REL" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "ELECTRODE_TYPE_ID" INTEGER NOT NULL , 4 | PRIMARY KEY ("ELECTRODE_TYPE_ID", "RESEARCH_GROUP_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_PHARMACEUTICAL_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "PHARMACEUTICAL_GROUP_REL" ( 2 | "RESEARCH_GROUP_ID" INTEGER NOT NULL , 3 | "PHARMACEUTICAL_ID" INTEGER NOT NULL, 4 | PRIMARY KEY ("RESEARCH_GROUP_ID", "PHARMACEUTICAL_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_PROJECT_TYPE_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "PROJECT_TYPE_GROUP_REL" ( 2 | "PROJECT_TYPE_ID" INTEGER NOT NULL , 3 | "RESEARCH_GROUP_ID" INTEGER NOT NULL, 4 | PRIMARY KEY ("RESEARCH_GROUP_ID", "PROJECT_TYPE_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_SOFTWARE_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "SOFTWARE_GROUP_REL" ( 2 | "SOFTWARE_ID" INTEGER NOT NULL , 3 | "RESEARCH_GROUP_ID" INTEGER NOT NULL, 4 | PRIMARY KEY ("RESEARCH_GROUP_ID", "SOFTWARE_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /sql/scripts/modifications/mstrbacka/new_tables/group_rels/create_table_STIMULUS_TYPE_GROUP_REL.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE "STIMULUS_TYPE_GROUP_REL" ( 2 | "STIMULUS_TYPE_ID" INTEGER NOT NULL , 3 | "RESEARCH_GROUP_ID" INTEGER NOT NULL, 4 | PRIMARY KEY ("RESEARCH_GROUP_ID", "STIMULUS_TYPE_ID") 5 | ) 6 | ; 7 | -------------------------------------------------------------------------------- /src/main/java/cz/zcu/kiv/eegdatabase/wui/core/common/ElectrodeConfService.java: -------------------------------------------------------------------------------- 1 | package cz.zcu.kiv.eegdatabase.wui.core.common; 2 | 3 | import cz.zcu.kiv.eegdatabase.data.pojo.ElectrodeConf; 4 | import cz.zcu.kiv.eegdatabase.wui.core.GenericService; 5 | 6 | public interface ElectrodeConfService extends GenericService { 7 | 8 | } 9 | -------------------------------------------------------------------------------- /src/main/resources/CreativeCommonsCCBY-NC-SA4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/resources/CreativeCommonsCCBY-NC-SA4.pdf -------------------------------------------------------------------------------- /src/main/resources/errors_cs.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/resources/errors_cs.properties -------------------------------------------------------------------------------- /src/main/resources/odML/odMLSections/grating.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/resources/odML/odMLSections/grating.xml -------------------------------------------------------------------------------- /src/main/webapp/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | 3 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/db.properties.sample: -------------------------------------------------------------------------------- 1 | #dev PG database 2 | jdbc.url=jdbc:postgresql://localhost/eeg 3 | jdbc.username=eeg 4 | jdbc.password=eeg 5 | 6 | #dev ES database 7 | elasticsearch.url=localhost:9300 8 | elasticsearch.clusterName=es-eeg-dev -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/administration/roleChanged.jsp: -------------------------------------------------------------------------------- 1 | <%@taglib prefix="ui" tagdir="/WEB-INF/tags/" %> 2 | <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> 3 | 4 |

5 |
-------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/connect/facebookConnected.jsp: -------------------------------------------------------------------------------- 1 | <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> 2 | 3 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/connect/linkedinConnected.jsp: -------------------------------------------------------------------------------- 1 | <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> 2 | 3 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/JSonView.jsp: -------------------------------------------------------------------------------- 1 | <%@page contentType="text/html" pageEncoding="UTF-8"%> 2 | <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 3 | <%@page import="net.sf.json.JSONObject"%> 4 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/json/arm.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%= 3 | "[\"Hodnota1\",\"Hodnota2\",\"Hodnota3\",\"hodnota4\"]" 4 | %> 5 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/json/disease.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%= 3 | "[\"Hodnota1\",\"Hodnota2\",\"Hodnota3\",\"hodnota4\"]" 4 | %> 5 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/json/experimentators.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%= 3 | "[\"Hodnota1\",\"Hodnota2\",\"Hodnota3\",\"hodnota4\"]" 4 | %> 5 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/json/group.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%= 3 | "[\"Hodnota1\",\"Hodnota2\",\"Hodnota3\",\"hodnota4\"]" 4 | %> 5 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/json/hardware.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%= 3 | "[\"Hodnota1\",\"Hodnota2\",\"Hodnota3\",\"hodnota4\"]" 4 | %> 5 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/json/person.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%= 3 | "[\"Hodnota1\",\"Hodnota2\",\"Hodnota3\",\"hodnota4\"]" 4 | %> 5 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/json/pharmaceutical.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%= 3 | "[\"Hodnota1\",\"Hodnota2\",\"Hodnota3\",\"hodnota4\"]" 4 | %> 5 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/json/project.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%= 3 | "[\"Hodnota1\",\"Hodnota2\",\"Hodnota3\",\"hodnota4\"]" 4 | %> 5 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/json/scenario.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%= 3 | "[\"Hodnota1\",\"Hodnota2\",\"Hodnota3\",\"hodnota4\"]" 4 | %> 5 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/json/software.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%= 3 | "[\"Hodnota1\",\"Hodnota2\",\"Hodnota3\",\"hodnota4\"]" 4 | %> 5 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/experiments/json/weather.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> 2 | <%= 3 | "[\"Hodnota1\",\"Hodnota2\",\"Hodnota3\",\"hodnota4\"]" 4 | %> 5 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/social/index.jsp: -------------------------------------------------------------------------------- 1 | <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> 2 | 3 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/social/login.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/WEB-INF/jsp/social/login.jsp -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/system/menu.jsp: -------------------------------------------------------------------------------- 1 | <%@page contentType="text/html" pageEncoding="UTF-8"%> 2 | <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 3 | <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> 4 |
    5 |
  • --
  • 6 |
7 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/template/defaultContent.jsp: -------------------------------------------------------------------------------- 1 | <%@page contentType="text/html" pageEncoding="UTF-8"%> 2 |

Default content

-------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/template/headerNotSigned.jsp: -------------------------------------------------------------------------------- 1 | <%-- 2 | Document : header 3 | Created on : 15.4.2009, 13:00:33 4 | Author : JiPER 5 | --%> 6 | 7 | <%@page contentType="text/html" pageEncoding="UTF-8"%> 8 |
9 |
EEGbase
10 |
11 |
-------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/jsp/template/leftMenu.jsp: -------------------------------------------------------------------------------- 1 | <%-- 2 | Document : leftMenu 3 | Created on : 27.4.2009, 11:46:47 4 | Author : JiPER 5 | --%> 6 | 7 | <%@page contentType="text/html" pageEncoding="UTF-8"%> 8 | Standard dummy left menu. -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/tags/auth/experimenter.tag: -------------------------------------------------------------------------------- 1 | <%@tag description="put the tag description here" pageEncoding="UTF-8"%> 2 | 3 | <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/tags/format/dateTime.tag: -------------------------------------------------------------------------------- 1 | <%@tag description="Formats the date into date and time format." pageEncoding="UTF-8"%> 2 | 3 | <%@attribute name="value" required="true" type="java.util.Date"%> 4 | 5 | <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> 6 | 7 | -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/tags/format/errorBox.tag: -------------------------------------------------------------------------------- 1 | <%@tag description="Formats the output of global errors from form validation." pageEncoding="UTF-8"%> 2 | 3 | <%@taglib prefix="form" uri="http://www.springframework.org/tags/form" %> 4 | 5 | -------------------------------------------------------------------------------- /src/main/webapp/files/images/action-box-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/action-box-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/add.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/animated-overlay.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/arrow_down.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/arrow_right.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/asc.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/calendar.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/close.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/close_canvas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/close_canvas.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/combo_arrow.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/cross_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/cross_icon.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/datatable-header-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/datatable-header-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/desc.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/eeg-foto-main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/eeg-foto-main.jpg -------------------------------------------------------------------------------- /src/main/webapp/files/images/f_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/f_logo.jpg -------------------------------------------------------------------------------- /src/main/webapp/files/images/facebook-login-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/facebook-login-button.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/failed.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/footer-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/footer-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/global-error-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/global-error-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/header-no-login.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/header-no-login.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/header.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/ico_chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ico_chrome.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ico_firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ico_firefox.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ico_ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ico_ie.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ico_opera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ico_opera.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ico_safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ico_safari.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/blank.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/but_cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/but_cut.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/blank.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/book.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/book.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/book_titel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/book_titel.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/but_cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/but_cut.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/close2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/close2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/folderClosed.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/folderOpen.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/iconCheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/iconCheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/iconCheckGray.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/iconChecked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/iconChecked.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/iconSafe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/iconSafe.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/iconText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/iconText.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/iconUncheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/iconUncheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/leaf.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/line.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/line1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/line1_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/line1_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/line2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/line2_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/line2_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/line3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/line3_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/line3_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/line4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/line4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/line4_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/line4_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/lock.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/minus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/minus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/minus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/minus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/minus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/minus2_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/minus2_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/minus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/minus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/minus3_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/minus3_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/minus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/minus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/minus4_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/minus4_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/minus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/minus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/minus5_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/minus5_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/plus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/plus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/plus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/plus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/plus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/plus2_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/plus2_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/plus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/plus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/plus3_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/plus3_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/plus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/plus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/plus4_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/plus4_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/plus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/plus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/plus5_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/plus5_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/radio_off.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/radio_on.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluebooks/tombs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluebooks/tombs.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/blank.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/folderClosed.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/folderOpen.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconCheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconCheckAll_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconCheckAll_2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconCheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconCheckGray.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconChecked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconChecked.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconFlag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconFlag.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconGraph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconGraph.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconSound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconSound.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconText.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconTexts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconTexts.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconUncheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconUncheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconWrite1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconWrite1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/iconWrite2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/iconWrite2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/leaf.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/line.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/line1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/line2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/line3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/line4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/line4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/lock.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/minus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/minus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/minus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/minus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/minus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/minus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/minus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/minus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/minus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/minus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/minus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/plus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/plus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/plus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/plus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/plus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/plus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/plus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/plus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/plus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/plus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/plus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/radio_off.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_bluefolders/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_bluefolders/radio_on.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/blank.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/folderClosed.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/folderOpen.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/iconCheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/iconCheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/iconCheckGray.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/iconUncheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/iconUncheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/leaf.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/line.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/line1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/line2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/line3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/line4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/line4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/lock.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/minus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/minus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/minus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/minus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/minus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/minus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/minus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/minus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/minus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/minus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/minus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/plus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/plus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/plus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/plus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/plus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/plus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/plus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/plus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/plus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/plus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/plus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/radio_off.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/radio_on.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/tombs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/tombs.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_books/tombs_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_books/tombs_open.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/blank.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/folderClosed.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/folderOpen.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconCheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconCheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconCheckGray.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconChecked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconChecked.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconFlag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconFlag.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconGraph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconGraph.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconSound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconSound.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconText.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconTexts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconTexts.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconUncheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconUncheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconWrite1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconWrite1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconWrite2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/iconWrite2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/leaf.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/line.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/line1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/line2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/line3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/line4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/line4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/lock.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/minus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/plus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/radio_off.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_dhx_skyblue/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_dhx_skyblue/radio_on.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/blank.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/folderClosed.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/folderOpen.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconCheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconCheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconCheckGray.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconChecked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconChecked.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconFlag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconFlag.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconGraph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconGraph.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconSound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconSound.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconText.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconTexts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconTexts.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconUncheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconUncheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconWrite1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconWrite1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/iconWrite2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/iconWrite2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/leaf.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/line.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/line1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/line2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/line3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/line4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/line4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/lock.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/minus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/minus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/minus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/minus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/minus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/minus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/minus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/minus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/minus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/minus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/minus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/plus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/plus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/plus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/plus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/plus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/plus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/plus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/plus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/plus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/plus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/plus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/radio_off.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/radio_on.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/safe_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/safe_close.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_scbrblue/safe_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_scbrblue/safe_open.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/blank.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/folderClosed.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/folderOpen.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconCheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconCheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconCheckGray.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconChecked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconChecked.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconFlag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconFlag.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconGraph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconGraph.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconSound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconSound.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconText.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconTexts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconTexts.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconUncheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconUncheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconWrite1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconWrite1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/iconWrite2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/iconWrite2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/leaf.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/line.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/line1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/line2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/line3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/line4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/line4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/lock.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/minus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/minus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/minus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/minus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/minus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/minus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/minus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/minus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/minus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/minus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/minus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/plus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/plus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/plus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/plus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/plus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/plus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/plus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/plus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/plus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/plus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/plus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/radio_off.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_vista/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_vista/radio_on.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/blank.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/folderClosed.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/folderOpen.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconCheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconCheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconCheckGray.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconChecked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconChecked.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconFlag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconFlag.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconGraph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconGraph.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconSound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconSound.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconText.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconTexts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconTexts.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconUncheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconUncheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconWrite1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconWrite1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/iconWrite2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/iconWrite2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/leaf.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/leaves.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/leaves.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/line.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/line1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/line2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/line3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/line4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/line4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/lock.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/minus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/minus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/minus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/minus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/minus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/minus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/minus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/minus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/minus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/minus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/minus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/plus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/plus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/plus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/plus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/plus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/plus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/plus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/plus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/plus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/plus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/plus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/radio_off.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_winstyle/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_winstyle/radio_on.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/blank.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/books_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/books_close.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/books_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/books_open.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/folderClosed.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/folderOpen.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/iconCheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/iconCheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/iconCheckGray.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/iconText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/iconText.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/iconUncheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/iconUncheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/leaf.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/leaf2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/leaf2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/leaf3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/leaf3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/leaf_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/leaf_2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/line.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/line1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/line2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/line3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/line4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/line4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/lock.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/minus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/minus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/minus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/minus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/minus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/minus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/minus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/minus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/minus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/minus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/minus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/plus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/plus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/plus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/plus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/plus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/plus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/plus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/plus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/plus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/plus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/plus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/radio_off.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/radio_on.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/tombs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/tombs.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/csh_yellowbooks/tombs_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/csh_yellowbooks/tombs_open.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/folderClosed.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/folderOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/folderOpen.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/iconCheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/iconCheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/iconCheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/iconCheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/iconCheckGray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/iconCheckGray.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/iconUncheckAll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/iconUncheckAll.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/iconUncheckDis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/iconUncheckDis.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/leaf.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/line.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/line1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/line1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/line1_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/line1_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/line2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/line2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/line2_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/line2_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/line3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/line3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/line3_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/line3_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/line4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/line4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/line4_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/line4_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/lock.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/minus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/minus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/minus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/minus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/minus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/minus2_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/minus2_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/minus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/minus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/minus3_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/minus3_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/minus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/minus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/minus4_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/minus4_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/minus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/minus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/minus5_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/minus5_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/minus_ar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/minus_ar.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/plus.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/plus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/plus1.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/plus2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/plus2.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/plus2_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/plus2_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/plus3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/plus3.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/plus3_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/plus3_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/plus4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/plus4.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/plus4_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/plus4_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/plus5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/plus5.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/plus5_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/plus5_rtl.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/plus_ar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/plus_ar.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/radio_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/radio_off.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/radio_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/radio_on.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/imgs/sky_blue_sel_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/imgs/sky_blue_sel_tree.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/info_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/info_icon.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/input-field-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/input-field-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/light-button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/light-button-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/linkedin.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/linkedin_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/linkedin_login.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ln_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ln_logo.jpg -------------------------------------------------------------------------------- /src/main/webapp/files/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/loading.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/loading_circle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/loading_circle.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/logo.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/main-menu-selected-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/main-menu-selected-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/menu-hover-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/menu-hover-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/menu-item-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/menu-item-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/panel_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/panel_add.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/panel_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/panel_bg.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/panel_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/panel_color.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/panel_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/panel_config.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/panel_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/panel_detail.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/panel_run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/panel_run.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/panel_zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/panel_zoom.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/passed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/passed.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/pdf_footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/pdf_footer.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/pdf_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/pdf_icon.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/search-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/search-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/spinnerDefault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/spinnerDefault.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_diagonals-thick_20_666666_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_diagonals-thick_20_666666_40x40.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_glass_100_f6f6f6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_glass_100_f6f6f6_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_glass_100_fdf5ce_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_glass_100_fdf5ce_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_gloss-wave_35_f6a828_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_gloss-wave_35_f6a828_500x100.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_highlight-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-bg_highlight-soft_75_ffe45c_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-bg_highlight-soft_75_ffe45c_1x100.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-icons_ef8c08_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-icons_ef8c08_256x240.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/unknown.png -------------------------------------------------------------------------------- /src/main/webapp/files/images/value-table-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/value-table-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/value-table-title-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/value-table-title-bg.gif -------------------------------------------------------------------------------- /src/main/webapp/files/images/video1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/video1.jpg -------------------------------------------------------------------------------- /src/main/webapp/files/images/video2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/video2.jpg -------------------------------------------------------------------------------- /src/main/webapp/files/images/video3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/video3.jpg -------------------------------------------------------------------------------- /src/main/webapp/files/images/video4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/images/video4.jpg -------------------------------------------------------------------------------- /src/main/webapp/files/incf-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/incf-logo.jpg -------------------------------------------------------------------------------- /src/main/webapp/files/jquery.dateentry.css: -------------------------------------------------------------------------------- 1 | /* DateEntry styles */ 2 | .dateEntry_control { 3 | vertical-align: middle; 4 | margin-left: 2px; 5 | } 6 | * html .dateEntry_control { /* IE only */ 7 | margin-top: -4px; 8 | } 9 | -------------------------------------------------------------------------------- /src/main/webapp/files/jquery.timeentry.css: -------------------------------------------------------------------------------- 1 | /* TimeEntry styles */ 2 | .timeEntry_control { 3 | vertical-align: middle; 4 | margin-left: 2px; 5 | } 6 | * html .timeEntry_control { /* IE only */ 7 | margin-top: -4px; 8 | } 9 | -------------------------------------------------------------------------------- /src/main/webapp/files/js/history.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function() { 2 | $("#monthlyHistory tr:not(:lt(20)) td").hide(); 3 | $("a#history.showAll").click(function(){ 4 | $("#monthlyHistory tr td").show(); 5 | }); 6 | }); 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/main/webapp/files/js/mainPage.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function() { 2 | $(".changeGroup").click(function() { 3 | var x = $(this).attr("id"); 4 | $("#homepageMyArticlesList tr:not(."+x+")").hide(); 5 | $("#homepageMyArticlesList tr."+x+"").show(); 6 | }); 7 | $(".resetArticlesFilter").click(function() { 8 | $("#homepageMyArticlesList tr").show(); 9 | }); 10 | }); 11 | 12 | -------------------------------------------------------------------------------- /src/main/webapp/files/js/metadata.js: -------------------------------------------------------------------------------- 1 | 2 | function checkedAll(formId, ch) { 3 | var md = document.getElementById(formId); 4 | 5 | var elm = md.getElementsByTagName("input"); 6 | for (var i =0; i < elm.length; i++) 7 | { 8 | elm[i].checked = ch; 9 | } 10 | 11 | } -------------------------------------------------------------------------------- /src/main/webapp/files/js/visualization/jquery.jqplot.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/js/visualization/jquery.jqplot.min.js -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/blue-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/blue-circle.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-bottom-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-bottom-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-bottom-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-bottom-left.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-bottom-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-bottom-right.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-bottom.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-left-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-left-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-left.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-right-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-right-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-right.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-top-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-top-arrow.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-top-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-top-left.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-top-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-top-right.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/bubble-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/bubble-top.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/close-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/close-button.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/copyright-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/copyright-vertical.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/copyright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/copyright.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/dark-blue-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/dark-blue-circle.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/dark-green-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/dark-green-circle.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/dark-red-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/dark-red-circle.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/dull-blue-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/dull-blue-circle.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/dull-green-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/dull-green-circle.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/dull-red-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/dull-red-circle.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/gray-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/gray-circle.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/green-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/green-circle.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/message-bottom-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/message-bottom-left.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/message-bottom-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/message-bottom-right.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/message-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/message-left.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/message-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/message-right.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/message-top-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/message-top-left.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/message-top-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/message-top-right.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/progress-running.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/progress-running.gif -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/red-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/red-circle.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/images/top-bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/main/webapp/files/timeline/images/top-bubble.png -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/cs/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["cs"] = { 7 | wikiLinkLabel: "Diskuze" 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/de/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["de"] = { 7 | wikiLinkLabel: "Diskutieren" 8 | }; 9 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/en/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["en"] = { 7 | wikiLinkLabel: "Discuss" 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/es/labellers.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Localization of labellers.js 3 | *================================================== 4 | */ 5 | 6 | Timeline.GregorianDateLabeller.monthNames["es"] = [ 7 | "Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic" 8 | ]; 9 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/es/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["es"] = { 7 | wikiLinkLabel: "Discute" 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/fr/labellers.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Localization of labellers.js 3 | *================================================== 4 | */ 5 | 6 | Timeline.GregorianDateLabeller.monthNames["fr"] = [ 7 | "jan", "fev", "mar", "avr", "mai", "jui", "jui", "aou", "sep", "oct", "nov", "dec" 8 | ]; 9 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/fr/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["fr"] = { 7 | wikiLinkLabel: "Discute" 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/it/labellers.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Localization of labellers.js 3 | *================================================== 4 | */ 5 | 6 | Timeline.GregorianDateLabeller.monthNames["it"] = [ 7 | "Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic" 8 | ]; 9 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/it/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["it"] = { 7 | wikiLinkLabel: "Discuti" 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/nl/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["nl"] = { 7 | wikiLinkLabel: "Discussieer" 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/ru/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["ru"] = { 7 | wikiLinkLabel: "обсудите" 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/se/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["se"] = { 7 | wikiLinkLabel: "Discuss" 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/tr/labellers.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Localization of labellers.js 3 | *================================================== 4 | */ 5 | 6 | Timeline.GregorianDateLabeller.monthNames["tr"] = [ 7 | "Ock", "Şbt", "Mrt", "Nsn", "Mys", "Hzr", "Tem", "Ağs", "Eyl", "Ekm", "Ksm", "Arl" 8 | ]; 9 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/tr/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["tr"] = { 7 | wikiLinkLabel: "Tartış" 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/vi/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["vi"] = { 7 | wikiLinkLabel: "Bàn luận" 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/files/timeline/scripts/l10n/zh/timeline.js: -------------------------------------------------------------------------------- 1 | /*================================================== 2 | * Common localization strings 3 | *================================================== 4 | */ 5 | 6 | Timeline.strings["zh"] = { 7 | wikiLinkLabel: "讨论" 8 | }; 9 | 10 | -------------------------------------------------------------------------------- /src/main/webapp/files/ui.spinner.css: -------------------------------------------------------------------------------- 1 | .ui-spinner {position: relative} 2 | .ui-spinner-buttons {position: absolute} 3 | .ui-spinner-button {overflow: hidden} -------------------------------------------------------------------------------- /src/main/webapp/redirect.jsp: -------------------------------------------------------------------------------- 1 | <%-- 2 | Views should be stored under the WEB-INF folder so that 3 | they are not accessible except through controller process. 4 | 5 | This JSP is here to provide a redirect to the dispatcher 6 | servlet but should be the only JSP outside of WEB-INF. 7 | --%> 8 | <%@page contentType="text/html" pageEncoding="UTF-8" %> 9 | <% response.sendRedirect("home.html"); %> 10 | -------------------------------------------------------------------------------- /src/test/resources/cz/zcu/kiv/eegdatabase/data/dao/files/noxml.txt: -------------------------------------------------------------------------------- 1 | nothing to be found here -------------------------------------------------------------------------------- /src/test/resources/cz/zcu/kiv/eegdatabase/data/dao/files/p300.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/test/resources/cz/zcu/kiv/eegdatabase/data/dao/files/p300.xml -------------------------------------------------------------------------------- /src/test/resources/cz/zcu/kiv/eegdatabase/data/dao/files/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/test/resources/cz/zcu/kiv/eegdatabase/data/dao/files/settings.xml -------------------------------------------------------------------------------- /src/test/resources/cz/zcu/kiv/eegdatabase/data/dao/files/subjects.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INCF/eeg-database/1ee5bf9c5832c767d226fae39c85381f5a5322bd/src/test/resources/cz/zcu/kiv/eegdatabase/data/dao/files/subjects.xml --------------------------------------------------------------------------------