He arrived in Arnhem Land on Sunday, honouring an election promise to spend a week every year in an indigenous area.

Mr Abbott says he wants to hear from local people about community needs.

His visit comes a day after he committed Australian troops to the fight against Islamic State militants.

On Sunday Mr Abbott announced the deployment of 600 troops to the United Arab Emirates ahead of possible combat operations against Islamist militants in Iraq.

Late last week, Australia also raised its terrorism threat level to "high" for the first time in over a decade, amid concerns over the effect of Islamist conflicts on domestic security.

Mr Abbott said he would be in regular contact with Canberra. "Obviously, if there are dramatic new developments I can move if needs be," he said.

Referendum timetable

The prime minister, who is staying in a tent at a site sacred to the local community near Nhulunbuy on the north-east tip of the Northern Territory, was given a traditional welcome when he arrived on Sunday.

On Monday morning, he visited an indigenously-run sawmill and the site of a possible new bauxite mine.

Mr Abbott has described the visit as a chance to "gain a better understanding of the needs of people living and working in those areas".
line

Phil Mercer, BBC News, Sydney

Painted Yolngu dancers greeted Tony Abbott on his arrival at Yirrkala in Arnhem Land, one of the largest Aboriginal reserves in Australia. He is camping near the mining town of Nhulunbuy where, according to legend, the didgeridoo was created by the revered spiritual figure Ganbulabula.

On a typically warm Northern Territory morning, Mr Abbott started the week at a site where an indigenous community hopes to develop a bauxite mine. Economic independence is the ambition of tribal leaders, and employment has been the focus of the conservative prime minister's first full day in the Top End of Australia.

In a rugged part of the country, there is a strong sense of goodwill towards Mr Abbott, who is seeing for himself the privations and cultural pleasures of life in such a remote corner of the Australian continent. Politicians from Canberra have made bold, but ultimately misguided, pledges about Aboriginal jobs and health in the past. Tony Abbott will not want to make promises he can't keep.
line

Local indigenous leaders say they are seeking a renewed focus on a referendum for constitutional recognition of indigenous Australians.

Last year, parliament passed a bill recognising Aboriginal and Torres Strait Islander peoples as the country's first inhabitants, but the constitution contains no mention of them.

"I think we're all in favour of doing the right thing by Aboriginal people," Mr Abbott said.

Australian troops to the fight against Islamic State militants.的更多相关文章

  1. S8-codelab02

    import news_cnn_model import numpy as np import os import pandas as pd import pickle import shutil i ...

  2. father of the archangel of death"?

    e wields an axe, a sword and a machine gun and his battlefield pranks have become as legendary as hi ...

  3. python 词云学习

    词云入门 三步曲 数据获取:使用爬虫在相关网站上获取文本内容 数据清洗:按一定格式对文本数据进行清洗和提取(文本分类,贴标签) 数据呈现:多维度呈现和解读数据(计算,做表,画图) 一 模块的安装 pi ...

  4. KDD2015,Accepted Papers

    Accepted Papers by Session Research Session RT01: Social and Graphs 1Tuesday 10:20 am–12:00 pm | Lev ...

  5. C++学习23 虚函数详解

    虚函数对于多态具有决定性的作用,有虚函数才能构成多态.上节的例子中,你可能还未发现虚函数的用途,不妨来看下面的代码. #include <iostream> using namespace ...

  6. Java各国首都列表

    国 家 名 称 首  都 中华人民共和国 People's Republic of China 北京 Beijing 蒙古 Mongolia 乌兰巴托 Elggydggmgj 朝鲜 Democrati ...

  7. C++语言基础(11)-多态

    一.产生背景 先看下面的例子: #include <iostream> using namespace std; //基类People class People{ public: Peop ...

  8. hdu 4778 Gems Fight! 博弈+状态dp+搜索

    作者:jostree 转载请注明出处 http://www.cnblogs.com/jostree/p/4102743.html 题目链接:hdu 4778 Gems Fight! 博弈+状态dp+搜 ...

  9. [翻译]:Artificial Intelligence for games 5.3 STATE MACHINES:状态机

    目录 Chapter 5 Decision Making 5.3 STATE MACHINES:状态机 Chapter 5 Decision Making 5.3 STATE MACHINES:状态机 ...

随机推荐

  1. 后台启动weblogic成功后,在web浏览器上无法访问

    后台启动weblogic成功后,在web浏览器上无法访问,可尝试重启服务器.

  2. [android]判断位置服务是否打开

    public boolean isLocationEnabled() { int locationMode = 0; String locationProviders; if (Build.VERSI ...

  3. DBUnit的一些注意事项

    DatabaseOperation.TRUNCATE_TABLE.execute(con, ds);等对数据库的操作放在每个@Test方法中做而不是在@Before里做,可增加灵活性

  4. LSMW批处理工具操作手册

          目录     1. 创建PROJECT 1 2.第一步:初始界面后点击执行出现如下对话框 3 3.第二步:维护源结构 8 4.第三步:Maintain Source Fields 9 4. ...

  5. Inverted sentences

    And ever has it been that love knows not its own depth until the hour of separation.  除非临到了别离的时候,爱永远 ...

  6. Leetcode--Swap Nodes in Pairs

    最傻的方法: ListNode *swapPairs(ListNode *head) { if (head == NULL) return NULL; ListNode *temp = ); List ...

  7. selenium移动div里面的滚动条,操作弹出对话框

    还是使用js来移动 首先要定位到这个元素 倾向于使用js来定位元素,输入下面的脚本,按下回车键,即可在调试页面看到对应的div块$("div.table-responsive") ...

  8. Python’s SQLAlchemy vs Other ORMs[转发 2]Storm

    Storm Storm is a Python ORM that maps objects between one or more databases and Python. It allows de ...

  9. Linux用sendmail发信失败,提示Connection refused by [127.0.0.1]

    现象: Linux用sendmail发信失败,提示Connection refused by [127.0.0.1] 29 14:10:44 iZ257p7xxilZ sendmail[3395]: ...

  10. struts下ajax提交与页面进行提示 返回值为null

    @Override    public String execute() throws Exception {        if ("none".equals(task)) {  ...