internship-code
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: S-srivas
- Language: Jupyter Notebook
- Default Branch: main
- Size: 26.4 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 4 years ago
· Last pushed almost 4 years ago
Metadata Files
Readme
Citation
README.md
Internship-Code
resources.ipynb converts maptask-landmarks.xml, maptask-landmarks.xml, and maptask-participants.xml into .csv files citations.ipynb coverts all the citations in the directory into .csv file wordlist.ipynb converts all the wordlists in the directory into .csv file
Owner
- Login: S-srivas
- Kind: user
- Repositories: 32
- Profile: https://github.com/S-srivas
I am a high school student who has been doing python for over 5 years
Citation (citations.ipynb)
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from bs4 import BeautifulSoup\n",
"import pandas as pd\n",
"import xml.etree.ElementTree as et \n",
"import os, glob"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"scrolled": true
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n",
"<nite:root id=\"q1eta1.citations\" xmlns:nite=\"http://nite.sourceforge.net/\">\n",
"<citation id=\"q1eta1.cit.1\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_wheat_fields)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.1)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.2)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.6\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_stony_desert)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.6)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.7)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.11\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_graveyard)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.11)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.15\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_buffalo)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.15)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.19\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_stony_desert)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.18)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.24\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_fast_flowing_river)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.22)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.23)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.24)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.30\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_monument)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.28)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.34\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_caravan_park)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.31)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.32)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.39\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_ghost_town)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.35)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.36)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.44\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_cattle_ranch)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.39)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.40)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.49\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_cave)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.43)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.53\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_farmed_land)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.46)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.47)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.58\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_antelope)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.52)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.62\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_forge)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.55)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.66\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_hot_springs)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.58)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.59)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.71\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_stone_creek)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.64)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.65)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.76\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_collapsed_shelter)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.68)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.69)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.81\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_old_pine)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.72)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.73)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.86\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_east_lake)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.78)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.79)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.91\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_bakery)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.81)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.95\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_rocket_warehouse)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.85)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.86)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.100\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_flat_rocks)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.92)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.93)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.105\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_walled_city)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.96)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.97)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.110\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_slate_mountain)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.102)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.103)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.115\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_apache_camp)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.106)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.107)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.120\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_lake)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.114)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.126\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_canal)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.118)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.130\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_carved_wooden_pole)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.124)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.125)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.126)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.136\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_old_mill)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.129)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.130)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.141\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_forest)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.133)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.147\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_nuclear_test_site)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.138)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.139)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.140)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.153\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_golf_course)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.144)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.145)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.158\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_picket_fence)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.149)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.150)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.163\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_fenced_meadow)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.153)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.154)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.168\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_green_bay)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.157)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.158)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.173\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_forest_stream)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.162)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.163)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.178\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_saloon_bar)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.167)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.168)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.183\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_west_lake)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.171)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.172)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.188\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_fast_running_creek)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.175)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.176)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.177)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.194\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_pine_forest)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.180)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.181)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.199\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_hot_wells)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.184)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.185)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.204\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_finish)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_finish)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_finish)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_finish)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.189)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.211\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_cliffs)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.192)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.216\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_white_mountain)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.197)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.198)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.221\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_abandoned_cottage)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.203)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.204)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.226\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_fort)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.208)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.230\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_savannah)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.214)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.234\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_diamond_mine)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.218)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.219)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.239\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_trig_point)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.222)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.223)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.244\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_round_rocks)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.227)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.228)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.249\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_site_of_plane_crash)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.232)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.233)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.234)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.235)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.256\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_start)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_start)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_start)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_start)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.238)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.263\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_roman_baths)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.244)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.245)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.268\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_sandstone_cliffs)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.249)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.250)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.273\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_old_lighthouse)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.254)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.255)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.278\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_crane_bay)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.258)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.259)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.283\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_canoes)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.263)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.287\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_waterhole)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.266)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.291\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_elephants)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.269)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.295\" repetition=\"1\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_mill_wheel)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.272)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.273)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.300\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_rocket_warehouse)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.276)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.277)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.305\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_ghost_town)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.280)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.281)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.310\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_fast_running_creek)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.284)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.285)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.286)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.316\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_saloon_bar)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.289)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.290)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.321\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_nuclear_test_site)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.293)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.294)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.295)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.327\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_abandoned_cottage)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.298)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.299)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.332\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_apache_camp)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.302)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.303)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.337\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_forge)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.307)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.341\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_lake)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.310)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.347\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_antelope)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.314)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.351\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_canoes)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.316)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.355\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_trig_point)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.319)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.320)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.360\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_stone_creek)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.323)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.324)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.365\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_farmed_land)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.327)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.328)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.370\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_walled_city)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.333)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.334)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.375\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_mill_wheel)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.337)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.338)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.380\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_elephants)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.341)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.384\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_carved_wooden_pole)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.344)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.345)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.346)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.390\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_old_pine)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.351)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.352)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.395\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_old_lighthouse)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.356)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.357)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.400\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_stony_desert)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.360)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.361)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.405\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_buffalo)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.365)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.409\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_flat_rocks)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.367)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.368)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.414\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_site_of_plane_crash)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.372)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.373)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.374)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.375)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.421\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_slate_mountain)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.378)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.379)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.426\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_desert)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.384)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.431\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_east_lake)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.387)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.388)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.436\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_roman_baths)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.391)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.392)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.441\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_cave)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.398)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.445\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_green_bay)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.401)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.402)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.450\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_west_lake)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.405)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.406)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.455\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_round_rocks)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.409)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.410)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.460\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_fast_flowing_river)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.413)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.414)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.415)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.466\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_white_mountain)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.418)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.419)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.471\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_picket_fence)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.423)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.424)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.476\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_crane_bay)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.428)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.429)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.481\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_waterhole)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.432)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.485\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_forest)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.436)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.491\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_fenced_meadow)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.439)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.440)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.441)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.497\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_collapsed_shelter)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.444)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.445)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.502\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_monument)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.448)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.506\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_golf_course)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.452)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.453)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.511\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_canal)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.456)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.515\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_start)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_start)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_start)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_start)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.463)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.522\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_wheat_fields)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.466)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.467)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.527\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_hot_springs)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.470)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.471)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.532\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_fort)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.473)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.536\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_graveyard)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.476)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.540\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_pine_forest)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.478)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.479)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.545\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_savannah)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.482)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.549\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_bakery)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.486)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.553\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_sandstone_cliffs)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.490)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.491)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.558\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_diamond_mine)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.494)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.495)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.563\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_finish)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_finish)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_finish)\" role=\"landmark\"/>\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_finish)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.498)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.570\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_cliffs)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.501)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.575\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m3_forest_stream)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.504)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.505)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.580\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m9_hot_wells)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.509)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.510)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.585\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m6_cattle_ranch)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.512)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.513)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.590\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_caravan_park)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.516)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.517)\"/>\n",
"</citation>\n",
"<citation id=\"q1eta1.cit.595\" repetition=\"2\">\n",
"<nite:pointer href=\"maptask-landmarks.xml#id(m12_old_mill)\" role=\"landmark\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.520)\"/>\n",
"<nite:child href=\"q1eta1.wordlist.xml#id(q1eta1.521)\"/>\n",
"</citation>\n",
"</nite:root>\n"
]
}
],
"source": [
"# file to a variable under the name\n",
"# data\n",
"with open('q1eta1.citations.xml', 'r') as f:\n",
" data = f.read()\n",
"\n",
"# the beautifulsoup parser, storing\n",
"# the returned object\n",
"Bs_data = BeautifulSoup(data, \"xml\")\n",
"print (Bs_data)"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"def parse_XML(xml_file, df_cols): \n",
" \n",
" xtree = et.parse(xml_file)\n",
" xroot = xtree.getroot()\n",
" rows = []\n",
" \n",
" for node in xroot: \n",
" res = []\n",
" res.append(node.attrib.get(df_cols[0]))\n",
" for el in df_cols[1:]: \n",
" if node is not None and node.find(el) is not None:\n",
" res.append(node.find(el).text)\n",
" else: \n",
" res.append(None) \n",
" rows.append({df_cols[i]: res[i] \n",
" for i, _ in enumerate(df_cols)})\n",
" \n",
" out_df = pd.DataFrame(rows, columns=df_cols)\n",
" \n",
" return out_df"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div>\n",
"<style scoped>\n",
" .dataframe tbody tr th:only-of-type {\n",
" vertical-align: middle;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: right;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>id</th>\n",
" <th>repetition</th>\n",
" <th>href</th>\n",
" <th>role</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>0</th>\n",
" <td>q8nta2.cit.1</td>\n",
" <td>1</td>\n",
" <td>maptask-landmarks.xml#id(m3_wheat_fields)</td>\n",
" <td>landmark</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>q8nta2.cit.6</td>\n",
" <td>1</td>\n",
" <td>q1nta2.wordlist.xml#id(q1nta2.1)</td>\n",
" <td>NaN</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>q8nta2.cit.11</td>\n",
" <td>1</td>\n",
" <td>q1nta2.wordlist.xml#id(q1nta2.2)</td>\n",
" <td>NaN</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>q8nta2.cit.16</td>\n",
" <td>1</td>\n",
" <td>maptask-landmarks.xml#id(m9_stony_desert)</td>\n",
" <td>landmark</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>q8nta2.cit.21</td>\n",
" <td>1</td>\n",
" <td>q1nta2.wordlist.xml#id(q1nta2.5)</td>\n",
" <td>NaN</td>\n",
" </tr>\n",
" <tr>\n",
" <th>...</th>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" <td>...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>21075</th>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>q8nta2.wordlist.xml#id(q8nta2.510)</td>\n",
" <td>NaN</td>\n",
" </tr>\n",
" <tr>\n",
" <th>21076</th>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>q8nta2.wordlist.xml#id(q8nta2.511)</td>\n",
" <td>NaN</td>\n",
" </tr>\n",
" <tr>\n",
" <th>21077</th>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>maptask-landmarks.xml#id(m13_collapsed_shelter)</td>\n",
" <td>landmark</td>\n",
" </tr>\n",
" <tr>\n",
" <th>21078</th>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>q8nta2.wordlist.xml#id(q8nta2.515)</td>\n",
" <td>NaN</td>\n",
" </tr>\n",
" <tr>\n",
" <th>21079</th>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>q8nta2.wordlist.xml#id(q8nta2.516)</td>\n",
" <td>NaN</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"<p>21080 rows × 4 columns</p>\n",
"</div>"
],
"text/plain": [
" id repetition \\\n",
"0 q8nta2.cit.1 1 \n",
"1 q8nta2.cit.6 1 \n",
"2 q8nta2.cit.11 1 \n",
"3 q8nta2.cit.16 1 \n",
"4 q8nta2.cit.21 1 \n",
"... ... ... \n",
"21075 NaN NaN \n",
"21076 NaN NaN \n",
"21077 NaN NaN \n",
"21078 NaN NaN \n",
"21079 NaN NaN \n",
"\n",
" href role \n",
"0 maptask-landmarks.xml#id(m3_wheat_fields) landmark \n",
"1 q1nta2.wordlist.xml#id(q1nta2.1) NaN \n",
"2 q1nta2.wordlist.xml#id(q1nta2.2) NaN \n",
"3 maptask-landmarks.xml#id(m9_stony_desert) landmark \n",
"4 q1nta2.wordlist.xml#id(q1nta2.5) NaN \n",
"... ... ... \n",
"21075 q8nta2.wordlist.xml#id(q8nta2.510) NaN \n",
"21076 q8nta2.wordlist.xml#id(q8nta2.511) NaN \n",
"21077 maptask-landmarks.xml#id(m13_collapsed_shelter) landmark \n",
"21078 q8nta2.wordlist.xml#id(q8nta2.515) NaN \n",
"21079 q8nta2.wordlist.xml#id(q8nta2.516) NaN \n",
"\n",
"[21080 rows x 4 columns]"
]
},
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"path = os.getcwd()\n",
"xml = glob.glob(os.path.join(path, \"*.xml\"))\n",
"trial = pd.DataFrame()\n",
"trial1 = pd.DataFrame()\n",
"t = pd.DataFrame()\n",
"for f in xml:\n",
" file = parse_XML(f, ['id'])\n",
" trial = trial.append(file)\n",
" file1 = parse_XML(f, ['repetition'])\n",
" trial1 = trial1.append(file1)\n",
" one = pd.concat([file, trial], axis='rows')\n",
" two = pd.concat([file1, trial1], axis='rows')\n",
" root = et.parse(f).getroot()\n",
" for child in root:\n",
" for grandchild in child: \n",
" t = t.append(grandchild.attrib, ignore_index=True)\n",
"one = one.reset_index(drop=True)\n",
"two = two.reset_index(drop=True)\n",
"full = pd.concat([one, two, t], axis = 1)\n",
"full"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"scrolled": false
},
"outputs": [
{
"data": {
"text/html": [
"<div>\n",
"<style scoped>\n",
" .dataframe tbody tr th:only-of-type {\n",
" vertical-align: middle;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: right;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>id</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>0</th>\n",
" <td>q1eta1.cit.1</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>q1eta1.cit.6</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>q1eta1.cit.11</td>\n",
" </tr>\n",
" <tr>\n",
" <th>3</th>\n",
" <td>q1eta1.cit.15</td>\n",
" </tr>\n",
" <tr>\n",
" <th>4</th>\n",
" <td>q1eta1.cit.19</td>\n",
" </tr>\n",
" <tr>\n",
" <th>...</th>\n",
" <td>...</td>\n",
" </tr>\n",
" <tr>\n",
" <th>115</th>\n",
" <td>q1eta1.cit.575</td>\n",
" </tr>\n",
" <tr>\n",
" <th>116</th>\n",
" <td>q1eta1.cit.580</td>\n",
" </tr>\n",
" <tr>\n",
" <th>117</th>\n",
" <td>q1eta1.cit.585</td>\n",
" </tr>\n",
" <tr>\n",
" <th>118</th>\n",
" <td>q1eta1.cit.590</td>\n",
" </tr>\n",
" <tr>\n",
" <th>119</th>\n",
" <td>q1eta1.cit.595</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"<p>120 rows × 1 columns</p>\n",
"</div>"
],
"text/plain": [
" id\n",
"0 q1eta1.cit.1\n",
"1 q1eta1.cit.6\n",
"2 q1eta1.cit.11\n",
"3 q1eta1.cit.15\n",
"4 q1eta1.cit.19\n",
".. ...\n",
"115 q1eta1.cit.575\n",
"116 q1eta1.cit.580\n",
"117 q1eta1.cit.585\n",
"118 q1eta1.cit.590\n",
"119 q1eta1.cit.595\n",
"\n",
"[120 rows x 1 columns]"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"parse_XML('q1eta1.citations.xml', ['id'])"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
"full.to_csv('citations.csv', sep=',', encoding='utf-8')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}