Archived
1
0

448 Commits

Author SHA1 Message Date
Rob tB
c0af24644b added summary variable in parse() 2014-05-21 10:31:19 +02:00
Rob tB
429ffd7422 renamed tables to table in parse() 2014-05-21 10:28:54 +02:00
Rob tB
95565042ca removed unused variable symbol_table from parse_transition_table 2014-05-21 10:22:03 +02:00
RTB
81719a38fb Added comments for the class and functions 2014-05-20 19:32:06 +02:00
RTB
472aae86be synonyms are now scraped 2014-05-17 19:32:20 +02:00
RTB
b46c7a309d if synonym name matched in search instead of primary name, emit primary name as synonym 2014-05-17 14:21:11 +02:00
RTB
afc1106838 NIST now logs an error if chemical name is not found 2014-05-17 14:11:03 +02:00
RTB
56ee6b1ad3 added ignore list 2014-05-17 14:09:10 +02:00
Rob tB
98f58ea4e2 added scraping for generic info except for synonyms 2014-05-15 14:29:28 +02:00
Rob tB
50c79e3b1f conditions in name (split by ' at ') are now moved to condition field for individual value page and aggregate data table 2014-05-14 13:44:43 +02:00
Nout van Deijck
f728dff6b0 Developing PubChem parser, first draft, not tested nor finished completely 2014-05-14 12:01:05 +02:00
Jip J. Dekker
af4c2ec7b2 Merge branch 'hotfix/assignees' into develop 2014-05-13 23:44:25 +02:00
Jip J. Dekker
5bf7bd824a Merge branch 'hotfix/assignees' assignees 2014-05-13 23:44:08 +02:00
Jip J. Dekker
ee92e25ab4 Fixed the right assignees 2014-05-13 23:43:37 +02:00
Jip J. Dekker
d104fc22d7 Merge branch 'release/v0.3.0' into develop 2014-05-13 23:35:46 +02:00
Jip J. Dekker
708ce44f67 Merge branch 'release/v0.3.0' v0.3.0 2014-05-13 23:35:34 +02:00
Jip J. Dekker
284d24c783 Bumped the version number 2014-05-13 23:35:12 +02:00
Jip J. Dekker
3c32349ab4 Merge branch 'feature/readme-docs' into develop 2014-05-13 23:33:27 +02:00
Jip J. Dekker
c380b74046 Making things bold, removing breaklines 2014-05-13 23:28:56 +02:00
Jip J. Dekker
b6ae4977d9 Complete rewrite of the README 2014-05-13 23:26:31 +02:00
Jip J. Dekker
0a2bfeb149 I'm more experienced with Markdown 2014-05-13 21:43:38 +02:00
Jip J. Dekker
c7ad35239e Merge pull request #4 from Recondor/feature/wikipediafixes
Feature/wikipediafixes
2014-05-13 21:37:53 +02:00
Bas Vb
b54568bab0 Small fixes 2014-05-13 16:18:32 +02:00
Jip J. Dekker
afaa0d903f Merge pull request #3 from Recondor/feature/chemspider-parser-fixes
Feature/chemspider-parser-fixes
2014-05-09 23:06:43 +02:00
RTB
7e984b60d8 added uncertainty to results from scraping individual data points urls 2014-05-09 14:24:08 +02:00
RTB
775a920b9b NIST scraper now handles urls with individual data points 2014-05-09 13:00:22 +02:00
RTB
5e067fd572 altered scraping of aggregate data to test for and request url to individual data points 2014-05-09 12:36:54 +02:00
Jip J. Dekker
4203a65b57 Merge branch 'feature/attribute-selection' into develop 2014-05-08 15:48:44 +02:00
Jip J. Dekker
f193aac24a Fixed Duplicate Pipeline + rename 2014-05-08 15:45:42 +02:00
Rob tB
74dddace88 removed logging of Result objects in debug messages because pointless 2014-05-08 15:42:53 +02:00
Jip J. Dekker
2e654255c5 Added documentation to the pipeline. 2014-05-08 15:35:18 +02:00
Jip J. Dekker
c705133194 Added CLI functionality to deal with attribute selection 2014-05-08 15:29:47 +02:00
Rob tB
f6fa5e8adf fixed scraping of unit for two kinds of tables 2014-05-08 15:22:48 +02:00
Jip J. Dekker
2fcec009bb Added an Pipeline to deal with attribute selection 2014-05-08 15:20:48 +02:00
Rob tB
151f1988a1 added function to scrape table for Antoine equation parameters 2014-05-08 14:54:30 +02:00
RTB
7abb491d3f added function for most generic tables 2014-05-07 22:08:43 +02:00
RTB
10dd74e026 added function to scrape transition tables 2014-05-07 21:58:52 +02:00
RTB
85595ecf35 created function to start scraping the aggregate data table 2014-05-07 18:12:08 +02:00
RTB
95e24f9c44 added code to recognize various table formats 2014-05-07 17:09:42 +02:00
RTB
9c80f291b6 search NIST exclusively for phase change data 2014-05-07 13:27:22 +02:00
Rob tB
930eb6cad5 NIST now scrapes the symbol table for later use 2014-05-04 21:20:46 +02:00
Rob tB
0cec4bd2d8 new_compound_request now returns a Request with a searh URL 2014-05-04 21:06:39 +02:00
Bas Vb
03e652d454 Wikipediaparser now works on chemboxes as well 2014-05-01 16:05:37 +02:00
Rob tB
e1e507f745 added several required imports 2014-05-01 15:30:28 +02:00
Bas Vb
f8d390d3e6 Starting with fixing the wikiparser 2014-05-01 15:04:11 +02:00
Rob tB
95e9675605 created stub for NIST parser 2014-05-01 14:57:09 +02:00
RTB
ca0a22ae7b Added test for empty values on properties in ChemSpider ExtendedCompoundInfo API 2014-05-01 12:14:52 +02:00
RTB
73753a6294 chemspider source now handles vague search requests 2014-05-01 12:04:44 +02:00
RTB
971552110a Added test for empty values on properties in ACD/Labs tab 2014-04-29 16:30:09 +02:00
Jip J. Dekker
81886981a3 Merge branch 'release/v0.2.6' into develop 2014-04-23 23:02:02 +02:00