[CWB] Where to start looking for the problem?
Hardie, Andrew
a.hardie at lancaster.ac.uk
Fri Apr 22 17:02:21 CEST 2022
You've got at least 2 problems.
Checking that we've got the right pipes into and out of the CQP process... all looking good!
Checking that it's possible to read lines of cqp output...
CHECK FAILED. Couldn't read a line from CQP.
Attempting to shut down test process...
Test process closed with an non-SUCCESS termination status (code number 127).
CQP connection diagnostic complete.
That's the big one. You need to find out what is wrong. Often the issue is that CQP just hasn't started properly.
There's also a problem with the MySQL database:
A MySQL query did not run successfully! [...]: select * from system_messages order by timestamp desc
This is odd because the actual SQL command there is as follows:
"select * from `system_messages` order by `date_of_posting` desc"
... the version with "timestamp" instead of "date_of_posting" is older, but you are supposed to have the code of 3.2.43!
IE, database structure and code versions don't match.
So that's a puzzle. Your next steps:
1. restart web daemon. To double check that it has loaded in the updated code (.43) rather than old code (.27).
2. find out what actual version of the code is that is present in your live installation
Other than the two things highlighted, nothing else is an error you need to worry about before fixing those two.
best
Andrew.
From: "Andrés Chandía" <andres at chandia.net>
Sent: 22 April 2022 15:20
To: Hardie, Andrew <a.hardie at lancaster.ac.uk>
Cc: Open source development of the Corpus WorkBench <cwb at sslmit.unibo.it>
Subject: Re: Re: [CWB] Where to start looking for the problem?
CQPWEB updated to version 3.2.43
but now quering any corpus I get:
ERROR: CQP backend startup failed; the reported CQP version [] could not be parsed
Database version check:
The system database is at version 3.2.40.
CQPweb's code is at version 3.2.43.
It is normal for the database version to be a little behind the code. But if there is a major mismatch between the two, you may run into trouble.
If in doubt, run the upgrade-databse script (see system adminisatrator's manual for detail).
Diagnosing connection to child process for CQP back-end
Beginning diagnostics on CQP child process connection.
Using following configuration variables:
$path_to_cqp = ``/usr/local/bin/''
$cwb_registry = ``/mnt/vmdata/corptedig-glif/corpora/cqp/registry/''
Checking that directory /usr/local/bin/ exists... yes it does!
Checking that CQP program exists... yes it does!
Checking that CQP program is readable by the user... yes it is!
Checking that CQP program is executable by this user... yes it is!
Checking that /mnt/vmdata/corptedig-glif/corpora/cqp/registry/ exists... yes it does!
Checking that CWB registry is readable by this user... yes it is!
Now running process-open to get a link to CQP ... ... complete.
Checking that the process we've set up to link to slave cqp has the datatypes it ought to... yes it has!
Checking that we've got the right pipes into and out of the CQP process... all looking good!
Checking that it's possible to read lines of cqp output...
CHECK FAILED. Couldn't read a line from CQP.
Attempting to shut down test process...
Test process closed with an non-SUCCESS termination status (code number 127).
CQP connection diagnostic complete.
No error messages on apache or mysql logs...
going back to old cqpweb interface I get:
A MySQL query did not run successfully!
Original query: select * from system_messages order by timestamp desc /* from User: admin | Function: display_system_messages() | 2022-Apr-22 14:18:16 */
Error # 1054: Unknown column 'timestamp' in 'order clause'
PHP debugging backtrace
array(4) { [1]=> array(4) {
["file"]=> string(53) "/mnt/vmdata/corptedig-glif/cqpweb/lib/library.inc.php" ["line"]=> int(286)
["function"]=> string(20) "exiterror_mysqlquery"
["args"]=> array(3) { [0]=> int(1054) [1]=>
string(44) "Unknown column 'timestamp' in 'order clause'" [2]=>
string(139) "select * from system_messages order by timestamp desc /* from User: admin
| Function: display_system_messages() | 2022-Apr-22 14:18:16 */" } }
[2]=>
array(4) { ["file"]=>
string(54) "/mnt/vmdata/corptedig-glif/cqpweb/lib/html-lib.inc.php" ["line"]=> int(532)
["function"]=> string(14) "do_mysql_query"
["args"]=> array(1) { [0]=> &string(139) "select *
from system_messages order by timestamp desc /* from User: admin | Function:
display_system_messages() | 2022-Apr-22 14:18:16 */" } } [3]=>
array(4) { ["file"]=>
string(54) "/mnt/vmdata/corptedig-glif/cqpweb/lib/mainhome.inc.php" ["line"]=> int(265)
["function"]=> string(23)
"display_system_messages" ["args"]=> array(0) { } }
[4]=> array(4) { ["file"]=> string(43)
"/mnt/vmdata/corptedig-glif/cqpweb/index.php" ["line"]=> int(4)
["args"]=> array(1) { [0]=> string(54)
"/mnt/vmdata/corptedig-glif/cqpweb/lib/mainhome.inc.php" }
["function"]=> string(7) "require" } }
And
ERROR: CQP backend startup failed; the reported CQP version [] could not be parsed.
when wuering any corpus or doing any action on the interface
Thanks
El Jue, 21 de Abril de 2022, 18:35, Hardie, Andrew escribió:
Recommendation: Redo the CQP diagnostic after upgrading. I think it is more thorough in 3.2.43.
best
Andrew.
________________________________
From: cwb-bounces at sslmit.unibo.it on behalf of "Andrés Chandía"
Sent: Thursday, April 21, 2022 12:09:43 PM
To: Open source development of the Corpus WorkBench
Subject: Re: [CWB] Where to start looking for the problem?
Thanks again Andrew...
Generalised problem check: Shows nothing (blank page)
Check corpus PHP inclusion files: NB. as of version 3.2 we no longer use stub files. So there is nothing to repair here.
Check database version: The system database is at version 3.2.27.
CQPweb's code is at version 3.2.27.
It is normal for the database version to be a little behind the code. But if there is a major mismatch between the two, you may run into trouble.
If in doubt, run the upgrade-databse script (see system adminisatrator's manual for detail).
Check CQP back-end:
Beginning diagnostics on CQP child process connection. Using following configuration
variables: $path_to_cqp = ``/usr/local/bin/'' $cwb_registry =
``/mnt/vmdata/corptedig-glif/corpora/cqp/registry/'' Checking that directory /usr/local/bin/
exists... yes it does! Checking that CQP program exists... yes it does! Checking that CQP
program is executable by this user... yes it is! Checking that
/mnt/vmdata/corptedig-glif/corpora/cqp/registry/ exists... yes it does! Checking that CWB
registry is readable by this user... yes it is! The connection to the CQP child process was
successful.
/var/log/apache2/error.log only has two lines, and no new lines added on quering the corpus
[Thu Apr 21 06:25:18.867944 2022] [mpm_prefork:notice] [pid 2443] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Thu Apr 21 06:25:18.868022 2022] [core:notice] [pid 2443] AH00094: Command line: '/usr/sbin/apache2
the access log shows my access:
10.60.182.187 - 0 - [21/Apr/2022:13:04:32 +0200] "GET /cqpweb/jsc/wz_tooltip.js HTTP/1.1" 200 5843 "http://corptedig-glif.upf.edu/cqpweb/coca/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0" /cqpweb/jsc/wz_tooltip.js
10.60.182.187 - 0 - [21/Apr/2022:13:04:45 +0200] "GET /cqpweb/coca/concordance.php?theData=king&qmode=sq_nocase&pp=50&del=begin&t=&del=end&uT=y HTTP/1.1" 200 4714 "http://corptedig-glif.upf.edu/cqpweb/coca/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0" /cqpweb/coca/concordance.php ?theData=king&qmode=sq_nocase&pp=50&del=begin&t=&del=end&uT=y
10.60.182.187 - 0 - [21/Apr/2022:13:04:48 +0200] "GET / HTTP/1.1" 200 1122 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0" /index.html
I will start cqpweb update now.....
thanks
El Jue, 21 de Abril de 2022, 3:14, Hardie, Andrew escribió:
OK, ?The query ran successfully in 0 seconds? refers to an SQL query, not a CQP query. So not relevant here.
The fact you aren?t seeing any messages printed about data being sent to and from CQP suggests to me that CQP is not connecting at all. Otherwise you?d see something.
Try doing a CQP diagnostic? (under system diagnostics, on admin control panel). That might be informative. AppArmor is a possible culprit.
And also check your http server log for any error messages (e.g. involving httpd being blocked from accessing the cqp executable?)
I checked by the way, and 3.2.27 is ages ago ? almost 5 years. Wowza, time flies, I suggest upgrading.
best
Andrew.
From: cwb-bounces at sslmit.unibo.it On Behalf Of "Andrés Chandía"
Sent: 20 April 2022 16:52
To: Open source development of the Corpus WorkBench
Subject: Re: [CWB] Where to start looking for the problem?
Hi Andrew,
Thanks for your help, I have changed $print_debug_messages = true;
but all I see besides all that I have reported before is: "The query ran successfully in 0 seconds."
"BTW While 3.2.27 is old, it?s not that old relative to the latest in the branch"
Yes, I have not been in charge of this server for a long time, actually the corpus I'm having the problem with was not istalled by me, and the state of the server is as I have left it long time ago.
At first I thought it could be an issue of unupdated things and I did the updating of the SO, having some issues with "AppArmor+MySql" which I could solve, but that didn't help in the corpus issue, by the way, I have checked the corpus I have installed when I was in charge of this server and all of them work correctly...
So, as I see it, I think the best solution is to install this corpus again, what do you think about?
El Mie, 20 de Abril de 2022, 16:47, Hardie, Andrew escribió:
Hi Andrés,
Wow, what a pile of issues!
The key point is this one:
There is a corpus that I've been told it was working correctly, but all of a sudden queries started to give back [UNREADABLE]
This can?t happen without cause. Something must have changed. The range of other error messages suggests that the setup of the operating system has changed. Perhaps it has been upgraded, or default settings restored. In any case, the issues would seem to be with configuration of either the filesystem, or the MySQL daemon, or both.
So, my question is where and how should I start to try to find out the cause of this problem?
Turn on showing debug messages in the config file. This should help.
Note that ?[UNREADABLE]? is caused by failure to parse concordance output from CQP. So, seeing what is actually being passed back and forth will probably give you a hint.
BTW While 3.2.27 is old, it?s not that old relative to the latest in the branch.
best
Andrew.
From: cwb-bounces at sslmit.unibo.it On Behalf Of "Andrés Chandía"
Sent: 20 April 2022 14:59
To: Open source development of the Corpus WorkBench
Subject: [CWB] Where to start looking for the problem?
Hi there,
At a cqpweb installation (CQPweb v3.2.27)
There is a corpus that I've been told it was working correctly, but all of a sudden queries started to give back [UNREADABLE]
Like:
[UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE][UNREADABLE] <https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcorptedig-glif.upf.edu%2Fcqpweb%2Fcoca%2Fcontext.php%3Fbatch%3D0%26qname%3Dh1feli3mdi%26uT%3Dy&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=typyFXrkuUiWZQ8qaHvvlbC7aE6wnqdQJUmHAbxxLbw%3D&reserved=0> [UNREADABLE]<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcorptedig-glif.upf.edu%2Fcqpweb%2Fcoca%2Fcontext.php%3Fbatch%3D0%26qname%3Dh1feli3mdi%26uT%3Dy&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=typyFXrkuUiWZQ8qaHvvlbC7aE6wnqdQJUmHAbxxLbw%3D&reserved=0> [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE] [UNREADABLE]
So, my question is where and how should I start to try to find out the cause of this problem?
Things I've done/notice:
If I click on the linked results and the switch to the alternative view (pos), I get:
i ge mc fo ) rr , rr21 rr22 , pn1 vvd np1 np1 , cc np1 np1 vvd ii21 ii22 nn1 ii21 ii22 nnt1 cs pphs1 vdd xx vvi to vbi rl to vvi ppge at _appge - appge nn1 vvg dd1 nn1 .
rr pph1 vbdz xx rr at1 nn1 nnt1 .
ccb md - md_nnt1 nn2 vh0 vbn - vh0 vbn jj .
cs ppis1 vbdr np1 , ppis1 vm xx vbi vvg_jj@ nn1 ii dd1 io dd2 nn2 .
If I go to the Admin Control Panel I see:
Corpus: coca | Indexing date: 2019-04-11 15:29:37 | Size Tokens: 0 | Types: 1,274,893 | Texts: 0 | Disk space Indexes: 0.0 MB | Freq tables: 57.4 MB
Frequency list search show results correctly:
1 king<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcorptedig-glif.upf.edu%2Fcqpweb%2Fcoca%2Fconcordance.php%3FtheData%3D%255Bword%253D%2522king%2522%2525c%255D%26qmode%3Dcqp%26uT%3Dy&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=fMklVClybLA4eVjYLp0ES%2BWys38Jwye%2BoWmlnTmm45g%3D&reserved=0> 11,825
and all derived from king...
A word lookup will fail giving this output: A MySQL query did not run successfully!
Original query: select count(concat(node,'_',tagnode)) as tokens, count(distinct(concat(node,'_',tagnode))) as types from db_sort_h1fel9jyg4 /* from User: admin | Function: require() | 2022-Apr-20 13:37:27 */
Error # 1054: Unknown column 'tagnode' in 'field list'
Generate CWB text-position records outputs: A MySQL query did not run successfully!
Original query: insert into `___temp_cqp_text_positions_for_coca` (text_id, cqp_begin, cqp_end) VALUES ('4122770', 0, 5307), .... etc. a lot of numbers...
Error # 1062: Duplicate entry '4166449' for key 'PRIMARY'
Update Word and file counts outputs "the connections has expired", on retrying page keeps loading until is done
Recreate CWB Frequency table outputs: "the connections has expired" on retrying I get: CQPweb could not create a directory for the frequency index. Check filesystem permissions!
I've checked the directories and all of them are owned by www-data
Recreate Frequency tables outpus: "the connections has expired" on retry finally outpus;
A MySQL query did not run successfully!
Original query: CREATE TABLE __tempfreq_coca ( freq int(11) unsigned default NULL, word varchar(255) NOT NULL, lemma varchar(255) NOT NULL, pos varchar(255) NOT NULL, key (word), key (lemma), key (pos) ) CHARACTER SET utf8 COLLATE utf8_general_ci /* from User: admin | Function: corpus_make_freqtables() | 2022-Apr-20 13:53:57 */
Error # 1050: Table '__tempfreq_coca' already exists
I will appreciate any guidance, thanks a lot!!
_______________________
andrés chandía
[IMAGE REMOVED]<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.chandia.net%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=L%2FGp7A6bmp8c8QRJ5l8xSOiYvZCG%2BMLNY0fFtJ%2F1Fmg%3D&reserved=0>
Düngupeyem<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fdungupeyem&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=dLvY7%2BIgEgBQ6hoLqaMbPM7tH1R%2FQRD%2Fby97eNTbw%2Bg%3D&reserved=0> | IECMap<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fiecmap&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ykJ7Am6domk8ZR12l1x%2BPkd3grQPS0VBT%2BtQ9jd17aI%3D&reserved=0> | ISECMap<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fisecmap&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=MrT%2FwfUasC5D8QCphCHYHRZU384g6CVb8NpcvS3VsMs%3D&reserved=0> | NMT<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fnmt-norwirin-mapudungun-trapumwe&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=%2F%2BpeZWS0F%2BMe0lPWMiH0FJQ%2FyUOYmMGp%2Fofc%2FQAVw%2BU%3D&reserved=0> | Corlexim<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcorlexim.cl%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=1w%2FgQyf7lgt%2Bc5wTwKf5hjKU1%2Bc1P4YsKddKe0F2giE%3D&reserved=0>
Desarrollador de:
Parles.upf<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fparles.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=AovWHCTWHyk%2FiFYdDFfMauUjHV0LcGm6ouV3CfJbmgI%3D&reserved=0> | IWCH<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiwch.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=7ALqNqlHRCPmbOAx6PVVnoe6NBqT5vjF868BGoZ9dl4%3D&reserved=0> | Amind terapia<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Famindterapia.com%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=mRQuKSNdi5IediAzM99UDoWWBw6Y8ZvmL5Y%2BR%2F3eOTU%3D&reserved=0> | Nocando<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fparles.upf.edu%2Fllocs%2Fnocando&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=aSEObHUYV8gWqRU1WxhkiwC5UkU4X2sOqVoFBaH1VI0%3D&reserved=0> | IAC<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341656888721%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Bkq%2FeJF49W5NWbKKKxflUe9DCtNiza%2FuRegawWR4%2Fnc%3D&reserved=0> | CddZ<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2Fcddz&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=MRMqLZNQxGlelYit11GD2utzPEH0K6f0P1UnVA3bExw%3D&reserved=0> | ISAC<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2Fisac&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4D3JtF4rOF0q4bk1WrGsfkdWqDHBVPhYwlE%2FqQzDZeQ%3D&reserved=0> | CatCg<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcatcg.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ckIn8pNPZQ90rwXKY%2Bt73iGY2WkeFVtKb4%2FYGQYnVL4%3D&reserved=0>
P No imprima innecesariamente. ¡Cuide el medio ambiente!
_______________________
andrés chandía
[Image removed by sender. chandia.net]<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.chandia.net%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Ijb73Cg50Op%2F%2BrZR6RAHhw%2FcP5KliY74tycQ2g5DPVo%3D&reserved=0>[Image removed by sender.]<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2Fchandianet&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=lhdhK6dwso1NoJKbNJPELB6QuJN5YNHkKeDGZIfCQkE%3D&reserved=0>
Düngupeyem<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fdungupeyem&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=E1RKscRYoOSW1fC8y1v6o3JgXMNyS6STCCvy13QzWnM%3D&reserved=0> | IECMap<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fiecmap&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pAapLk46%2FcGGD7Cgl0ZUhAe52oVXVQQrsEl6h06INq8%3D&reserved=0> | ISECMap<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fisecmap&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=v%2BT7O01NOTYc1X1%2BXhCQm7138O%2FuJ4soBzRH5OzOycI%3D&reserved=0> | NMT<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fnmt-norwirin-mapudungun-trapumwe&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=BlI%2BRpYEFcwdecAhkjUha5J5Tif7FNAk1hNuEd814GA%3D&reserved=0> | Corlexim<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcorlexim.cl%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=dijeBJZIaOH%2B4pZN1Kh8dyDpx0Q8oTail6EOgqM%2F92s%3D&reserved=0>
Desarrollador de:
Parles.upf<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fparles.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=u37G3zkL9eHltTnqKErZ7x16R2wRgEbd4EJCuLDeBIo%3D&reserved=0> | IWCH<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiwch.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=OiiLRFs6RuZftWpv0dC%2FAXH%2Bi0p6Q9dU2K3TkFho0uU%3D&reserved=0> | Amind terapia<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Famindterapia.com%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=WKa2YC4SCiTl8xINY%2B7LzRGoIaCGiIUTlXhHk1QLSNU%3D&reserved=0> | Nocando<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fparles.upf.edu%2Fllocs%2Fnocando&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=IZJSStabGEL7EFiGA2rsiIdh4gst%2BbFGJT2%2FS%2BRU6Vs%3D&reserved=0> | IAC<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=jRbqEKemeNnG4PGbJLoQ5g%2FMO20K27h2kEZroxBKdZU%3D&reserved=0> | CddZ<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2Fcddz&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=MRMqLZNQxGlelYit11GD2utzPEH0K6f0P1UnVA3bExw%3D&reserved=0> | ISAC<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2Fisac&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4D3JtF4rOF0q4bk1WrGsfkdWqDHBVPhYwlE%2FqQzDZeQ%3D&reserved=0> | CatCg<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcatcg.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ckIn8pNPZQ90rwXKY%2Bt73iGY2WkeFVtKb4%2FYGQYnVL4%3D&reserved=0>
P No imprima innecesariamente. ¡Cuide el medio ambiente!
_______________________
andrés chandía
[Image removed by sender. chandia.net]<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.chandia.net%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Ijb73Cg50Op%2F%2BrZR6RAHhw%2FcP5KliY74tycQ2g5DPVo%3D&reserved=0>[Image removed by sender.]<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2Fchandianet&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=lhdhK6dwso1NoJKbNJPELB6QuJN5YNHkKeDGZIfCQkE%3D&reserved=0>
Düngupeyem<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fdungupeyem&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=E1RKscRYoOSW1fC8y1v6o3JgXMNyS6STCCvy13QzWnM%3D&reserved=0> | IECMap<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fiecmap&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=pAapLk46%2FcGGD7Cgl0ZUhAe52oVXVQQrsEl6h06INq8%3D&reserved=0> | ISECMap<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fisecmap&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=v%2BT7O01NOTYc1X1%2BXhCQm7138O%2FuJ4soBzRH5OzOycI%3D&reserved=0> | NMT<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fnmt-norwirin-mapudungun-trapumwe&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=BlI%2BRpYEFcwdecAhkjUha5J5Tif7FNAk1hNuEd814GA%3D&reserved=0> | Corlexim<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcorlexim.cl%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=dijeBJZIaOH%2B4pZN1Kh8dyDpx0Q8oTail6EOgqM%2F92s%3D&reserved=0>
Desarrollador de:
Parles.upf<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fparles.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=u37G3zkL9eHltTnqKErZ7x16R2wRgEbd4EJCuLDeBIo%3D&reserved=0> | IWCH<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiwch.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=OiiLRFs6RuZftWpv0dC%2FAXH%2Bi0p6Q9dU2K3TkFho0uU%3D&reserved=0> | Amind terapia<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Famindterapia.com%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657044956%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=WKa2YC4SCiTl8xINY%2B7LzRGoIaCGiIUTlXhHk1QLSNU%3D&reserved=0> | Nocando<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fparles.upf.edu%2Fllocs%2Fnocando&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=aG7O94Wv6kqqLJoY2ghOh%2BttUeFDR751BctCHMkPG8k%3D&reserved=0> | IAC<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=7hNp4DVpFODSTxRfZjoXi%2FY7FU9JvA5eQwZyTuissvY%3D&reserved=0> | CddZ<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2Fcddz&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=l4AG91ROO7J0rN%2BJ6KdK2HOQ8QjM7T2MouVH4d59bAw%3D&reserved=0> | ISAC<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2Fisac&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=F5BetMGk8Xeb5LWEG%2BB%2FqYAQ%2BGWgp5vD9zxg6nnI7mw%3D&reserved=0> | CatCg<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcatcg.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=UrPBAMUF98huzRaaCqMQEwHtYPDZf6HfH0KinBbTR4U%3D&reserved=0>
P No imprima innecesariamente. ¡Cuide el medio ambiente!
_______________________
andrés chandía
[chandia.net]<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.chandia.net%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=%2FYKDXKhtdvdpJE9bQ1redtbokSgOL8N5QxGOsYoh6AE%3D&reserved=0>[http://mail.chandia.net/images/ico_tw.png]<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2Fchandianet&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=rC8Stj3z1myYzAG1g9YLlIE7YF2QmzIwh0SwWix%2BCYc%3D&reserved=0>
Düngupeyem<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fdungupeyem&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=%2FhjUB0%2BBvVJ69mnReMZE03ygPQs7F8D2l4zUelWXMK8%3D&reserved=0> | IECMap<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fiecmap&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=syzNF2qG2YZiPvEeT3InaqwSoZqy%2BU8JwCuaUgOdoG0%3D&reserved=0> | ISECMap<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fisecmap&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Gs%2F5IZLviggs9%2B6NMvc0AkU3CTwNLHoKk7Y%2F9oQAt2k%3D&reserved=0> | NMT<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchandia.net%2Fnmt-norwirin-mapudungun-trapumwe&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=37hzX%2FO2MPLNZdkGw2UT9r2Z12R02n3Wv%2FDCamRAjWU%3D&reserved=0> | Corlexim<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcorlexim.cl%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=cX4YL%2BMtfchS5PcP5QKE8A4Wz7Aq0ZYsf3JqfjSOQLU%3D&reserved=0>
Desarrollador de:
Parles.upf<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fparles.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=8tFniBz1yToLn2D1qWtn%2BD3SZMSzr0A3CO8eF%2FxwPFQ%3D&reserved=0> | IWCH<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiwch.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=9CEJdnjqkvtuwgQcQnqwSMiLJ3nNF1bzz51z0B8GWiI%3D&reserved=0> | Amind terapia<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Famindterapia.com%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ik1w25RInavWBPRkOAfd6EqLU74%2FkRLYhvtdv5cxV38%3D&reserved=0> | Nocando<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fparles.upf.edu%2Fllocs%2Fnocando&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=aG7O94Wv6kqqLJoY2ghOh%2BttUeFDR751BctCHMkPG8k%3D&reserved=0> | IAC<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=7hNp4DVpFODSTxRfZjoXi%2FY7FU9JvA5eQwZyTuissvY%3D&reserved=0> | CddZ<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2Fcddz&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=l4AG91ROO7J0rN%2BJ6KdK2HOQ8QjM7T2MouVH4d59bAw%3D&reserved=0> | ISAC<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiac.upf.edu%2Fisac&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=F5BetMGk8Xeb5LWEG%2BB%2FqYAQ%2BGWgp5vD9zxg6nnI7mw%3D&reserved=0> | CatCg<https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcatcg.upf.edu%2F&data=05%7C01%7Chardiea%40live.lancs.ac.uk%7C5af2ee82245343e8d78408da246b3a89%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C0%7C637862341657201179%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=UrPBAMUF98huzRaaCqMQEwHtYPDZf6HfH0KinBbTR4U%3D&reserved=0>
P No imprima innecesariamente. ¡Cuide el medio ambiente!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://liste.sslmit.unibo.it/pipermail/cwb/attachments/20220422/190cea4d/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ~WRD0001.jpg
Type: image/jpeg
Size: 823 bytes
Desc: ~WRD0001.jpg
URL: <http://liste.sslmit.unibo.it/pipermail/cwb/attachments/20220422/190cea4d/attachment-0001.jpg>
More information about the CWB
mailing list