Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix empty <title> in AMI-Search dataTables #2

Open
petermr opened this issue Mar 13, 2020 · 12 comments
Open

Fix empty <title> in AMI-Search dataTables #2

petermr opened this issue Mar 13, 2020 · 12 comments
Assignees

Comments

@petermr
Copy link
Owner

petermr commented Mar 13, 2020

No description provided.

@petermr petermr self-assigned this Mar 13, 2020
@petermr
Copy link
Owner Author

petermr commented Mar 13, 2020

ami-search creates an empty <title/> in fullDatatables.html element which prevents display.

@vaishaliarora277
Copy link
Collaborator

Trying to use ami to test the dictionary funders, the commands given:
ami -p ami_test_6 search --dictionary funders

After running the Command,

Generic values (AMISearchTool)
================================
-v to see generic values

Specific values (AMISearchTool)
================================
created COMMAND: word(frequencies)xpath:@count>20~w.stopwords:pmcstop.txt_stopwords.txt search(funders)
0    [main] DEBUG org.contentmine.ami.tools.AbstractAMISearchTool  - old style search command); to be changed
0 [main] DEBUG org.contentmine.ami.tools.AbstractAMISearchTool  - old style search command); to be changed
cProject: ami_test_6
created COMMAND: word(frequencies)xpath:@count>20~w.stopwords:pmcstop.txt_stopwords.txt search(funders)
legacy cmd> word(frequencies)xpath:@count>20~w.stopwords:pmcstop.txt_stopwords.txt
legacy cmd> search(funders)
81   [main] DEBUG org.contentmine.ami.plugins.CommandProcessor  - running NORMA -i fulltext.xml -o scholarly.html --transform nlm2html --project ami_test_6
81 [main] DEBUG org.contentmine.ami.plugins.CommandProcessor  - running NORMA -i fulltext.xml -o scholarly.html --transform nlm2html --project ami_test_6
!PMC6318360 .!PMC6473713 !PMC6518571 !PMC6553602 !PMC6728053 !PMC6742212 !PMC6853075 !PMC6901221 !PMC6905541 !PMC6924880 !PMC6963280 .!PMC6964091 !PMC6979359 !PMC7032730 !PMC7053713 !PMC7069648 !PMC7077839 !PMC7077840 !PMC7080275 !PMC7081976 !PMC7095334 .!PMC7108131 !PMC7123112 !PMC7146642 !PMC7154513 !PMC7167542 !PMC7169901 !PMC7175453 !PMC7184488 !PMC7185698 !PMC7188427 .!PMC7201909 !PMC7204673 !PMC7215950 !PMC7217455 !PMC7219405 !PMC7219742 !PMC7221944 !PMC7226716 !PMC7235449 !PMC7237041 .!PMC7245636 !PMC7250535 !PMC7253103 !PMC7265527 !PMC7272002 !PMC7276732 !PMC7277812




it created empty file full.datatables.html in the folder ami_test_6
What else can be done?

@petermr
Copy link
Owner Author

petermr commented Jun 23, 2020 via email

@vaishaliarora277
Copy link
Collaborator

This is all it displayed, do not contain the element <title/>

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
 <head charset="UTF-8">
  <title>ami_test_6</title>
  <link rel="stylesheet" type="text/css" href="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/css/jquery.dataTables.css"/>
  <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.2.min.js" charset="UTF-8" type="text/javascript"> </script>
  <script src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js" charset="UTF-8" type="text/javascript"> </script>
  <script charset="UTF-8" type="text/javascript">$(function() { $("#results").dataTable(); }) </script>
 </head>
 <body>
  <div class="bs-example table-responsive">
   <table class="table table-striped table-bordered table-hover" id="results">
    <thead>
     <tr>
      <th>articles</th>
      <th>bibliography</th>
     </tr>
    </thead>
    <tbody/>
    <tfoot/>
   </table>
  </div>
 </body>
</html>

@petermr
Copy link
Owner Author

petermr commented Jun 24, 2020 via email

@kareenasingh
Copy link
Collaborator

QUERY
I gave the command ami -p ami_test_2 search --dictionary viruses
And full data table was created in html looked something like below
Capture new

How can i put the extracted information into my work?

@petermr
Copy link
Owner Author

petermr commented Jun 24, 2020 via email

@vaishaliarora277
Copy link
Collaborator

Well, I got this in my directory ami_test_6

C:\Users\me>tree ami_test_6
Folder PATH listing for volume OS
Volume serial number is D651-7DC0
C:\USERS\me\AMI_TEST_6
├───PMC6318360
│   └───results
│       └───search
│           └───funders
├───PMC6473713
│   └───results
│       └───search
│           └───funders
├───PMC6518571
│   └───results
│       └───search
│           └───funders
├───PMC6553602
│   └───results
│       └───search
│           └───funders
├───PMC6728053
│   └───results
│       └───search
│           └───funders
├───PMC6742212
│   └───results
│       └───search
│           └───funders
├───PMC6853075
│   └───results
│       └───search
│           └───funders
├───PMC6901221
│   └───results
│       └───search
│           └───funders
├───PMC6905541
│   └───results
│       └───search
│           └───funders
├───PMC6924880
│   └───results
│       └───search
│           └───funders
├───PMC6963280
│   └───results
│       └───search
│           └───funders
├───PMC6964091
│   └───results
│       └───search
│           └───funders
├───PMC6979359
│   └───results
│       └───search
│           └───funders
├───PMC7032730
│   └───results
│       └───search
│           └───funders
├───PMC7053713
│   └───results
│       └───search
│           └───funders
├───PMC7069648
│   └───results
│       └───search
│           └───funders
├───PMC7077839
│   └───results
│       └───search
│           └───funders
├───PMC7077840
│   └───results
│       └───search
│           └───funders
├───PMC7080275
│   └───results
│       └───search
│           └───funders
├───PMC7081976
│   └───results
│       └───search
│           └───funders
├───PMC7095334
│   └───results
│       └───search
│           └───funders
├───PMC7108131
│   └───results
│       └───search
│           └───funders
├───PMC7123112
│   └───results
│       └───search
│           └───funders
├───PMC7146642
│   └───results
│       └───search
│           └───funders
├───PMC7154513
│   └───results
│       └───search
│           └───funders
├───PMC7167542
│   └───results
│       └───search
│           └───funders
├───PMC7169901
│   └───results
│       └───search
│           └───funders
├───PMC7175453
│   └───results
│       └───search
│           └───funders
├───PMC7184488
│   └───results
│       └───search
│           └───funders
├───PMC7185698
│   └───results
│       └───search
│           └───funders
├───PMC7188427
│   └───results
│       └───search
│           └───funders
├───PMC7201909
│   └───results
│       └───search
│           └───funders
├───PMC7204673
│   └───results
│       └───search
│           └───funders
├───PMC7215950
│   └───results
│       └───search
│           └───funders
├───PMC7217455
│   └───results
│       └───search
│           └───funders
├───PMC7219405
│   └───results
│       └───search
│           └───funders
├───PMC7219742
│   └───results
│       └───search
│           └───funders
├───PMC7221944
│   └───results
│       └───search
│           └───funders
├───PMC7226716
│   └───results
│       └───search
│           └───funders
├───PMC7235449
│   └───results
│       └───search
│           └───funders
├───PMC7237041
│   └───results
│       └───search
│           └───funders
├───PMC7245636
│   └───results
│       └───search
│           └───funders
├───PMC7250535
│   └───results
│       └───search
│           └───funders
├───PMC7253103
│   └───results
│       └───search
│           └───funders
├───PMC7265527
│   └───results
│       └───search
│           └───funders
├───PMC7272002
│   └───results
│       └───search
│           └───funders
├───PMC7276732
│   └───results
│       └───search
│           └───funders
├───PMC7277812
│   └───results
│       └───search
│           └───funders
├───PMC7278377
│   └───results
│       └───search
│           └───funders
├───PMC7278987
│   └───results
│       └───search
│           └───funders
└───__cooccurrence
    ├───funders
    └───funders-funders

@petermr
Copy link
Owner Author

petermr commented Jun 27, 2020 via email

@remkop
Copy link

remkop commented Jun 27, 2020

Hi @vaishaliarora277, what do you see when you specify the /F option? I recently learned that the tree utility on Windows works different from the unix tree utility: on Windows by default only the directory names are shown, on unix it also shows file names. To get the same behaviour, we need to specify tree /F on Windows. What do you see when you run the below:

C:\Users\me>tree /F ami_test_6

@vaishaliarora277
Copy link
Collaborator

Hi @remkop , thank you very much!
Well, I got this (on using the UNIX Tree tool) and yes it is shown differently from the one in Windows.

 C:\Users\me>tree /F ami_test_6
Folder PATH listing for volume OS
Volume serial number is D651-7DC0
C:\USERS\ME\AMI_TEST_6
│   commonest.dataTables.html
│   count.dataTables.html
│   entries.dataTables.html
│   eupmc_fulltext_html_urls.txt
│   eupmc_results.json
│   full.dataTables.html
│   New Text Document.txt
│   search.funders.count.xml
│   search.funders.documents.xml
│   search.funders.snippets.xml
│   word.frequencies.count.xml
│   word.frequencies.documents.xml
│   word.frequencies.snippets.xml
│
├───PMC6318360
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6473713
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6518571
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6553602
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6728053
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6742212
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6853075
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6901221
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6905541
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6924880
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6963280
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6964091
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC6979359
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7032730
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7053713
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7069648
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7077839
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7077840
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7080275
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7081976
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7095334
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7108131
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7123112
│   │   eupmc_result.json
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7146642
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7154513
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7167542
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7169901
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7175453
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7184488
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7185698
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7188427
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7201909
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7204673
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7215950
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7217455
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7219405
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7219742
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7221944
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7226716
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7235449
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7237041
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7245636
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7250535
│   │   eupmc_result.json
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7253103
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7265527
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7272002
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7276732
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7277812
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7278377
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
├───PMC7278987
│   │   eupmc_result.json
│   │   fulltext.pdf
│   │   search.funders.count.xml
│   │   search.funders.snippets.xml
│   │   word.frequencies.count.xml
│   │   word.frequencies.snippets.xml
│   │
│   └───results
│       └───search
│           └───funders
│                   empty.xml
│
└───__cooccurrence
    │   allPlots.svg
    │
    ├───funders
    │       histogram.csv
    │       histogram.svg
    │
    └───funders-funders
            cooccur.csv

@petermr
Copy link
Owner Author

petermr commented Jun 28, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants